summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2017-11-12Merge pull request #12850 from Paulb23/help_file_lookup_issue_11867Rémi Verschelde
Fixed help lookup not finding classes, issue 11867
2017-11-12Merge pull request #12826 from BastiaanOlij/align_sensors_androidRémi Verschelde
Align sensors and implement gravity sensor for Android
2017-11-12Properly fix node path selection in input ports, closes #12152Juan Linietsky
2017-11-11Fixed help lookup not finding classes, issue 11867Paulb23
2017-11-11Align sensors and implement gravity sensor for AndroidBastiaan Olij
2017-11-10[GDNative] renamed nativearvr to arvr in api.jsonKarroffel
2017-11-10[GDNative] rename nativearvr extension to arvrKarroffel
2017-11-10[GDNative] better API struct versioningKarroffel
2017-11-10Remove preprocessor directives from macro argumentsMatthias Hoelzl
Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors.
2017-11-09Fixed editor settings disappearing.Daniel J. Ramirez
Some items that are no longer defined may disappear, but thats expected i guess.
2017-11-09Merge pull request #12779 from karroffel/gdnative-api-struct-refactorRémi Verschelde
[GDNative] refactored API struct into core and extensions
2017-11-09Merge pull request #12713 from AndreaCatania/masterJuan Linietsky
Rewritten kinematic system
2017-11-09[GDNative] refactored API struct into core and extensionsKarroffel
2017-11-09Make sure we don't leak when an opcode is followed by itselfHein-Pieter van Braam
When compiling with GCC it is now possible for an opcode followed by itself to never leave the scope it is currently in. This leads to a situation where the dtor of a scope local variable isn't called which in turn can lead to a memory leak. By moving the goto outside of the scope of each opcode we guarantee that all dtors have been called before the next opcode gets dispatched. this fixes #12401
2017-11-09Merge pull request #12751 from bojidar-bg/11851-invalid-returns-countRémi Verschelde
Fix "Invalid outputs" error when calling a void method from visual script
2017-11-08Fix crash when guessing type of variable declared to itselfBojidar Marinov
Fixes #10972
2017-11-08Fix "Invalid outputs" error when calling a void method from visual scriptBojidar Marinov
Fixes #11851
2017-11-08Merge pull request #12725 from karroffel/gdnative-api-fixesRémi Verschelde
[GDNative] even more API fixes
2017-11-08Merge pull request #12734 from BastiaanOlij/mobilevr_fix_typoRémi Verschelde
Fix has_gyro and has_grav mixup
2017-11-08Fix has_gyro and has_grav mixupBastiaan Olij
2017-11-07Fixed collision exception - #12681AndreaCatania
2017-11-07[GDNative] even more API fixesKarroffel
2017-11-07Rewritten kinematic systemAndreaCatania
2017-11-06Merge pull request #12658 from AndreaCatania/bulletRémi Verschelde
Bullet - Added support to multiple spaces
2017-11-05Bullet - Added support to multiple spacesAndreaCatania
2017-11-05Merge pull request #12642 from BrainBlasted/fix_msbuild_unixRémi Verschelde
Added fallback for msbuild.exe.
2017-11-05Convert DOS line endings to Unix line endingsRémi Verschelde
Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
2017-11-04Added for fallback msbuild.exe.BrainBlasted
Fixes #12613
2017-11-04Bullet physics engine implementationAndreaCatania
This is a bullet wrapper that allows Godot to use Bullet physics and benefit about all features. Also it support all specific Godot physics functionality like multi shape body, areas, RayShape, etc.. It improve the Joints, Trimesh shape, and add support to soft body even if Godot is not yet ready to it.
2017-11-04Merge pull request #12612 from karroffel/gdnative-poolarray-accessorsThomas Herzog
[GDNative] added Read and Write accessors to pool arrays
2017-11-04Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij
Adding rumble support to ARVR controllers
2017-11-03[GDNative] added Read and Write accessors to pool arraysKarroffel
2017-11-03[GDNative] small API bug fixesKarroffel
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
2017-11-01Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij
2017-11-01Merge pull request #12549 from neikeq/seriously-do-theyIgnacio Etcheverry
Mono cleanup fixes
2017-11-01Merge pull request #12546 from neikeq/do-people-read-theseIgnacio Etcheverry
Use mono_gc_wbarrier_set_arrayref for Array marshalling
2017-11-01Fix thread checking to queue instances for deletionIgnacio Etcheverry
2017-11-01Make sure gchandle bindings are released before cleanupIgnacio Etcheverry
2017-11-01Use mono_gc_wbarrier_set_arrayref for Array marshallingIgnacio Etcheverry
2017-10-31Merge pull request #12536 from Hinsbart/cs_templatesRémi Verschelde
Mono: support custom script templates.
2017-10-31Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde
Added new Wrap functions for numbers
2017-10-31Mono: support custom script templates.Andreas Haas
Also fixes a bug that prevented methods like `duplicate()` from copying the source code. (Copied from GDScript implementation)
2017-10-31Merge pull request #12535 from neikeq/wtf···Ignacio Etcheverry
Fix msbuild hint paths returning only the directory
2017-10-31Fix msbuild hint paths returning only the directoryIgnacio Etcheverry
2017-10-30Merge pull request #12525 from neikeq/wololoRémi Verschelde
Remove Visual Studio for now from the external editors list
2017-10-30Remove Visual Studio for now from the external editors listIgnacio Etcheverry
2017-10-30Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde
Fix get_node() and $ autocompletion when using single quotes
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-10-30Fix 'which' returning file without extension on WindowsIgnacio Etcheverry