aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)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 scalingAndreaCatania2018-01-161-13/+12
| |/ / / / /
* | | | | | Filled tutorial field in most relevent classes.Juan Linietsky2018-01-153-0/+3
* | | | | | 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
* | | | | 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: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-124-6/+38
| * | | | 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_stringRuslan Mustakov2018-01-121-3/+3
* | | | | Properly resize textures so they can be ETC compressed, fixes #15139Juan Linietsky2018-01-121-1/+19
|/ / / /
* | | | Update docsBojidar Marinov2018-01-125-187/+43
* | | | Bind many more properties to scriptsBojidar Marinov2018-01-1212-65/+44
* | | | Merge pull request #15580 from karroffel/gdnative-api-fixesRémi Verschelde2018-01-115-165/+221
|\ \ \ \
| * | | | [GDNative] updates to string API and const fixeskarroffel2018-01-115-165/+221
* | | | | Merge pull request #15537 from PJB3005/18-01-09-fix-color-string-constructor-...Rémi Verschelde2018-01-101-13/+13
|\ \ \ \ \
| * | | | | Fixes Mono color creation from string.Pieter-Jan Briers2018-01-101-13/+13
| | |_|/ / | |/| | |
* | | | | Merge pull request #15541 from neikeq/look-all-i-want-to-tell-you-isRémi Verschelde2018-01-103-5/+5
|\ \ \ \ \
| * | | | | 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
|\ \ \ \
| * | | | External editor fixesIgnacio Etcheverry2018-01-091-1/+6
| * | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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)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
|/ / /
* | / Add missing copyright headers and fix formattingRémi Verschelde2018-01-05297-193/+628
| |/ |/|
* | Merge pull request #15346 from neikeq/properties-are-overratedRémi Verschelde2018-01-0420-169/+690
|\ \
| * | 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 due to wrong defini...robfram2018-01-041-2/+10
| |/ /
* | | Merge pull request #13257 from AndreaCatania/masterRémi Verschelde2018-01-049-171/+220
|\ \ \
| * | | Fixed kinematic movement stuck, Changed how shape scale works, OptimizedAndreaCatania2017-12-239-171/+220