aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-173-3/+3
| | | | | |
* | | | | | Fixes for parameter names of builtin functions in visual scripts/coreChaosus2018-01-162-11/+11
| | | | | |
* | | | | | Merge pull request #15777 from AndreaCatania/p2Rémi Verschelde2018-01-161-13/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed bullet physics body shape scaling
| * | | | | | Fixed bullet physics body shape scalingAndreaCatania2018-01-161-13/+12
| |/ / / / /
* | | | | | Filled tutorial field in most relevent classes.Juan Linietsky2018-01-153-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Added tutorial display in doc.
* | | | | | Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee2018-01-151-1/+2
| | | | | |
* | | | | | [GDNative] fix two crashes with NativeScriptkarroffel2018-01-141-1/+6
|/ / / / /
* | | | | [GDNative] fix editor crash with NativeScriptkarroffel2018-01-141-4/+6
| | | | |
* | | | | [GDNative] cache API hasheskarroffel2018-01-131-3/+13
| | | | |
* | | | | SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-132-14/+11
| | | | |
* | | | | bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde2018-01-132-39/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
* | | | | doc: Update version string in XMLRémi Verschelde2018-01-1369-69/+69
| |_|_|/ |/| | |
* | | | Merge pull request #15630 from neikeq/issue-15454Rémi Verschelde2018-01-125-6/+40
|\ \ \ \ | | | | | | | | | | Mono: StackFrame and MonoDevelop crash fixes
| * | | | Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-124-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Sometimes `StackFrame.GetMethod()` returns null (e.g.: latest frame of a `MissingMethodException`). Still not sure what to do with that frame (maybe skip it), but at least it no longer fails. - Skip `CSharpLanguage::debug_get_current_stack_info()` if an error is printed from `GDMonoUtils::update_corlib_cache()`. - Fix crash when calling `GDMonoUtils::print_unhandled_exception(exc)` if there is no ScriptDebugger attached.
| * | | | Mono: Fix starting MonoDevelop process from the wrong appdomainIgnacio Etcheverry2018-01-121-0/+2
| | | | |
* | | | | Merge pull request #15628 from endragor/fix-gdnative-charstringsRémi Verschelde2018-01-121-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | Fix GDNative procedures returning godot_char_string
| * | | | Fix GDNative procedures returning godot_char_stringRuslan Mustakov2018-01-121-3/+3
| | | | |
* | | | | Properly resize textures so they can be ETC compressed, fixes #15139Juan Linietsky2018-01-121-1/+19
|/ / / / | | | | | | | | | | | | this may make import times slower though, will have to wait for 3.1 for background texture import and compressonator.
* | | | Update docsBojidar Marinov2018-01-125-187/+43
| | | | | | | | | | | | | | | | [ci skip]
* | | | Bind many more properties to scriptsBojidar Marinov2018-01-1212-65/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
* | | | Merge pull request #15580 from karroffel/gdnative-api-fixesRémi Verschelde2018-01-115-165/+221
|\ \ \ \ | | | | | | | | | | [GDNative] updates to string API and const fixes
| * | | | [GDNative] updates to string API and const fixeskarroffel2018-01-115-165/+221
| | | | |
* | | | | Merge pull request #15537 from ↵Rémi Verschelde2018-01-101-13/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PJB3005/18-01-09-fix-color-string-constructor-mono Fixes Mono color creation from string being 0-255 instead of 0-1.
| * | | | | Fixes Mono color creation from string.Pieter-Jan Briers2018-01-101-13/+13
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes #15468 Also improves the error messages if the string isn't hex, because saying that the color value is negative is just a side effect of the implementation and tells you nothing.
* | | | | Merge pull request #15541 from neikeq/look-all-i-want-to-tell-you-isRémi Verschelde2018-01-103-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Mono: Some fixes for #15463
| * | | | | Mono: Some fixes for #15463Ignacio Etcheverry2018-01-093-5/+5
| |/ / / /
* | | | | Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond2018-01-091-1/+5
| | | | |
* | | | | Fix crash in pluginscript complete_codeEmmanuel Leblond2018-01-091-1/+1
|/ / / /
* | | | Merge pull request #15463 from neikeq/the-stack-frame-madnessRémi Verschelde2018-01-0910-26/+257
|\ \ \ \ | | | | | | | | | | Mono: Implement stack info for errors and exceptions
| * | | | External editor fixesIgnacio Etcheverry2018-01-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors.
| * | | | Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-099-25/+251
| | | | |
* | | | | Mono: Fix iteration order of object types when generating bindingsIgnacio Etcheverry2018-01-092-30/+31
|/ / / /
* | | | Merge pull request #15490 from AndreaCatania/kinRémi Verschelde2018-01-087-70/+66
|\ \ \ \ | |/ / / |/| | | Fixed #15417 kinematics char jumping
| * | | Removed useless error print on bullet shapesAndreaCatania2018-01-081-1/+1
| | | |
| * | | Fixed Bullet collision shapes scaleAndreaCatania2018-01-087-69/+65
| | | |
* | | | Merge pull request #15426 from poke1024/fix15409Rémi Verschelde2018-01-081-11/+16
|\ \ \ \ | |/ / / |/| | | Fixes RegEx::sub injecting null character (issue 15409)
| * | | Fixes RegEx::sub injecting null character (issue 15409)Bernhard Liebl2018-01-071-11/+16
| | | |
* | | | doc: Sync classref with current sourceRémi Verschelde2018-01-071-0/+2
| | | |
* | | | [GDNative] fix reloading of non-reloadable librarieskarroffel2018-01-062-3/+8
| | | |
* | | | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-067-378/+0
| | | |
* | | | [GDNative] added reload propertykarroffel2018-01-063-12/+42
| | | |
* | | | Fix build of GDMonoFieldRémi Verschelde2018-01-061-1/+1
|/ / / | | | | | | | | | Closes #15385.
* | / Add missing copyright headers and fix formattingRémi Verschelde2018-01-05297-193/+628
| |/ |/| | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* | Merge pull request #15346 from neikeq/properties-are-overratedRémi Verschelde2018-01-0420-169/+690
|\ \ | | | | | | Mono: Add properties support in scripts
| * | Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-0420-169/+690
| | |
* | | Disable lto for gdnative wrapperEmmanuel Leblond2018-01-041-0/+8
| | |
* | | Merge pull request #15326 from robfram/issue-15303Rémi Verschelde2018-01-041-2/+10
|\ \ \ | | | | | | | | Fix Issue#15303 FreeBSD compilation error in thekla_atlas
| * | | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵robfram2018-01-041-2/+10
| |/ / | | | | | | | | | definition of NV_OS_LINUX instead NV_OS_FREEBSD
* | | Merge pull request #13257 from AndreaCatania/masterRémi Verschelde2018-01-049-171/+220
|\ \ \ | | | | | | | | Fixed kinematic movement stuck, Changed how shape scale works.
| * | | Fixed kinematic movement stuck, Changed how shape scale works, OptimizedAndreaCatania2017-12-239-171/+220
| | | |