Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | [GDNative] renamed nativearvr to arvr in api.json | Karroffel | |
2017-11-10 | [GDNative] rename nativearvr extension to arvr | Karroffel | |
2017-11-10 | [GDNative] better API struct versioning | Karroffel | |
2017-11-10 | Remove preprocessor directives from macro arguments | Matthias Hoelzl | |
Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors. | |||
2017-11-09 | Fixed editor settings disappearing. | Daniel J. Ramirez | |
Some items that are no longer defined may disappear, but thats expected i guess. | |||
2017-11-09 | Merge pull request #12779 from karroffel/gdnative-api-struct-refactor | Rémi Verschelde | |
[GDNative] refactored API struct into core and extensions | |||
2017-11-09 | Merge pull request #12713 from AndreaCatania/master | Juan Linietsky | |
Rewritten kinematic system | |||
2017-11-09 | [GDNative] refactored API struct into core and extensions | Karroffel | |
2017-11-09 | Make sure we don't leak when an opcode is followed by itself | Hein-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-09 | Merge pull request #12751 from bojidar-bg/11851-invalid-returns-count | Rémi Verschelde | |
Fix "Invalid outputs" error when calling a void method from visual script | |||
2017-11-08 | Fix crash when guessing type of variable declared to itself | Bojidar Marinov | |
Fixes #10972 | |||
2017-11-08 | Fix "Invalid outputs" error when calling a void method from visual script | Bojidar Marinov | |
Fixes #11851 | |||
2017-11-08 | Merge pull request #12725 from karroffel/gdnative-api-fixes | Rémi Verschelde | |
[GDNative] even more API fixes | |||
2017-11-08 | Merge pull request #12734 from BastiaanOlij/mobilevr_fix_typo | Rémi Verschelde | |
Fix has_gyro and has_grav mixup | |||
2017-11-08 | Fix has_gyro and has_grav mixup | Bastiaan Olij | |
2017-11-07 | Fixed collision exception - #12681 | AndreaCatania | |
2017-11-07 | [GDNative] even more API fixes | Karroffel | |
2017-11-07 | Rewritten kinematic system | AndreaCatania | |
2017-11-06 | Merge pull request #12658 from AndreaCatania/bullet | Rémi Verschelde | |
Bullet - Added support to multiple spaces | |||
2017-11-05 | Bullet - Added support to multiple spaces | AndreaCatania | |
2017-11-05 | Merge pull request #12642 from BrainBlasted/fix_msbuild_unix | Rémi Verschelde | |
Added fallback for msbuild.exe. | |||
2017-11-05 | Convert DOS line endings to Unix line endings | Ré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-04 | Added for fallback msbuild.exe. | BrainBlasted | |
Fixes #12613 | |||
2017-11-04 | Bullet physics engine implementation | AndreaCatania | |
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-04 | Merge pull request #12612 from karroffel/gdnative-poolarray-accessors | Thomas Herzog | |
[GDNative] added Read and Write accessors to pool arrays | |||
2017-11-04 | Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support | Bastiaan Olij | |
Adding rumble support to ARVR controllers | |||
2017-11-03 | [GDNative] added Read and Write accessors to pool arrays | Karroffel | |
2017-11-03 | [GDNative] small API bug fixes | Karroffel | |
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-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | |
2017-11-01 | Merge pull request #12549 from neikeq/seriously-do-they | Ignacio Etcheverry | |
Mono cleanup fixes | |||
2017-11-01 | Merge pull request #12546 from neikeq/do-people-read-these | Ignacio Etcheverry | |
Use mono_gc_wbarrier_set_arrayref for Array marshalling | |||
2017-11-01 | Fix thread checking to queue instances for deletion | Ignacio Etcheverry | |
2017-11-01 | Make sure gchandle bindings are released before cleanup | Ignacio Etcheverry | |
2017-11-01 | Use mono_gc_wbarrier_set_arrayref for Array marshalling | Ignacio Etcheverry | |
2017-10-31 | Merge pull request #12536 from Hinsbart/cs_templates | Rémi Verschelde | |
Mono: support custom script templates. | |||
2017-10-31 | Merge pull request #12035 from Chaosus/wrapfunc | Rémi Verschelde | |
Added new Wrap functions for numbers | |||
2017-10-31 | Mono: 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-31 | Merge pull request #12535 from neikeq/wtf··· | Ignacio Etcheverry | |
Fix msbuild hint paths returning only the directory | |||
2017-10-31 | Fix msbuild hint paths returning only the directory | Ignacio Etcheverry | |
2017-10-30 | Merge pull request #12525 from neikeq/wololo | Rémi Verschelde | |
Remove Visual Studio for now from the external editors list | |||
2017-10-30 | Remove Visual Studio for now from the external editors list | Ignacio Etcheverry | |
2017-10-30 | Merge pull request #12471 from mhilbrunner/autocomplete | Rémi Verschelde | |
Fix get_node() and $ autocompletion when using single quotes | |||
2017-10-30 | Fix get_node() and $ autocompletion when using single quotes | Unknown | |
2017-10-30 | Fix 'which' returning file without extension on Windows | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12491 from neikeq/waitasecond··· | Ignacio Etcheverry | |
Fix FrameworkPathOverride and assemblies path loop | |||
2017-10-29 | Fix FrameworkPathOverride and assemblies path loop | Ignacio Etcheverry | |
2017-10-29 | Fix build with Python 3 on Windows | Matthias Hoelzl | |
2017-10-29 | Mono: Fix Windows build | Rémi Verschelde | |
2017-10-29 | Merge pull request #12475 from neikeq/ohuiii | Rémi Verschelde | |
Fix regression from #12473 and #12388 |