| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2018-01-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | [GDNative] fix reloading of non-reloadable libraries | karroffel | 2018-01-06 | 2 | -3/+8 | |
| | | | ||||||
| * | | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 2018-01-06 | 7 | -378/+0 | |
| | | | ||||||
| * | | [GDNative] added reload property | karroffel | 2018-01-06 | 3 | -12/+42 | |
| | | | ||||||
| * | | Fix build of GDMonoField | Rémi Verschelde | 2018-01-06 | 1 | -1/+1 | |
| |/ | | | | Closes #15385. | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 297 | -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-overrated | Rémi Verschelde | 2018-01-04 | 20 | -169/+690 | |
| |\ | | | | | Mono: Add properties support in scripts | |||||
| | * | Mono: Add properties support in scripts | Ignacio Etcheverry | 2018-01-04 | 20 | -169/+690 | |
| | | | ||||||
| * | | Disable lto for gdnative wrapper | Emmanuel Leblond | 2018-01-04 | 1 | -0/+8 | |
| | | | ||||||
| * | | Merge pull request #15326 from robfram/issue-15303 | Rémi Verschelde | 2018-01-04 | 1 | -2/+10 | |
| |\ \ | | | | | | | Fix Issue#15303 FreeBSD compilation error in thekla_atlas | |||||
| | * | | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵ | robfram | 2018-01-04 | 1 | -2/+10 | |
| | |/ | | | | | | | definition of NV_OS_LINUX instead NV_OS_FREEBSD | |||||
| * | | Merge pull request #13257 from AndreaCatania/master | Rémi Verschelde | 2018-01-04 | 9 | -171/+220 | |
| |\ \ | | | | | | | Fixed kinematic movement stuck, Changed how shape scale works. | |||||
| | * | | Fixed kinematic movement stuck, Changed how shape scale works, Optimized | AndreaCatania | 2017-12-23 | 9 | -171/+220 | |
| | | | | ||||||
| * | | | Merge pull request #15223 from ibrahn/ogg-data-leak-fix | Rémi Verschelde | 2018-01-04 | 2 | -0/+17 | |
| |\ \ \ | |_|/ |/| | | free associated audio data on AudioStreamOGGVorbis destruction | |||||
| | * | | free associated audio data on AudioStreamOGGVorbis destruction | Ibrahn Sahir | 2017-12-31 | 2 | -0/+17 | |
| | | | | ||||||
| * | | | doc: Sync classref with current source | Rémi Verschelde | 2018-01-03 | 1 | -0/+42 | |
| | | | | ||||||
| * | | | Remove too verbose printf statements from VideoStreamTheora | samvila | 2018-01-03 | 1 | -9/+0 | |
| | | | | ||||||
| * | | | Merge pull request #15114 from capnm/fix-bad-lightmap-crash | Rémi Verschelde | 2018-01-03 | 1 | -0/+7 | |
| |\ \ \ | | | | | | | | | Avoid thekla_unwrap crash | |||||
| | * | | | Avoid thekla_unwrap crash | Martin Capitanio | 2017-12-31 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | Godot crashed here sometimes by generating the uv map. | |||||
| * | | | | Merge pull request #15120 from AndreaCatania/gridm | Rémi Verschelde | 2018-01-03 | 2 | -0/+96 | |
| |\ \ \ \ | | | | | | | | | | | Added layer and mask in the gridmap node | |||||
| | * | | | | Added layer and mask in the gridmap node | AndreaCatania | 2017-12-28 | 2 | -0/+96 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #15089 from poke1024/funcref-warn | Rémi Verschelde | 2018-01-03 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Warn about funcref creation | |||||
| | * | | | | | Warn about funcref creation | Bernhard Liebl | 2017-12-26 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #15246 from vnen/uwp-gdnative | George Marques | 2018-01-01 | 2 | -2/+5 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Make GDNative DLLs work on UWP | |||||
| | * | | | | | | Make GDNative DLLs work on UWP | George Marques | 2018-01-01 | 2 | -2/+5 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 310 | -626/+626 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | |||||
| * | | | | | | Merge pull request #15232 from neikeq/issue-15138-and-more | Rémi Verschelde | 2018-01-01 | 9 | -58/+119 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Mono fixes | |||||
| | * | | | | | | Mono: Change BindingsGenerator singleton to avoid StringName leaks | Ignacio Etcheverry | 2018-01-01 | 4 | -18/+30 | |
| | | | | | | | | ||||||
| | * | | | | | | Mono: Script lifetime fixes | Ignacio Etcheverry | 2018-01-01 | 7 | -40/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - alloc_language_binding: Use strong GC handle as well for references. Fixes #15138 - Set the native instance field of Godot.Object to IntPtr.Zero when it's freed. - Create weak handles without tracking resurrection (that was causing trouble). This means we have to call notification predelete before queueing a native Object for deletion, and use the MonoObject* passed by the finalizer because the weak GC handle target will return NULL at this point. | |||||
| * | | | | | | | Merge pull request #15136 from neikeq/issue-15128 | Ignacio Etcheverry | 2017-12-31 | 1 | -49/+48 | |
| |\| | | | | | | |/ / / / / |/| | | | | | Mono: Bindings no longer relie on DocData for accessors | |||||
| | * | | | | | Mono: Bindings no longer relie on DocData for accessors | Ignacio Etcheverry | 2017-12-29 | 1 | -49/+48 | |
| | | |_|/ / | |/| | | | ||||||
| * / | | | | fix typo in switch statement | firefly2442 | 2017-12-30 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #14996 from neikeq/enums-mono | Noshyaar | 2017-12-27 | 10 | -296/+765 | |
| |\ \ \ \ | |_|/ / |/| | | | Mono: Make the bindings generator output enums | |||||
| | * | | | Mono: Make the bindings generator output enums | Ignacio Etcheverry | 2017-12-24 | 10 | -296/+765 | |
| | | | | | | | | | | | | | | | | | - Switch to PascalCase for constants names | |||||
| * | | | | Merge pull request #14997 from neikeq/issue-14988 | Ignacio Etcheverry | 2017-12-24 | 4 | -7/+15 | |
| |\ \ \ \ | | | | | | | | | | | Marshal NULL MonoString* as empty Godot string | |||||
| | * | | | | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry | 2017-12-24 | 4 | -7/+15 | |
| | |/ / / | ||||||
| * | | | | Restored opus build since WebM needs it, but disabled it from code. | Juan Linietsky | 2017-12-24 | 2 | -11/+11 | |
| | | | | | ||||||
| * | | | | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | 2017-12-24 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | -Disabled Opus, implementation is wrong. | |||||
| * | | | | Merge pull request #14982 from GodotExplorer/more-translate-text | Noshyaar | 2017-12-24 | 2 | -12/+12 | |
| |\ \ \ \ | |/ / / |/| | | | Add more translatable text for editor plugins. | |||||
| | * | | | Add more translatable text for editor plugins. | geequlim | 2017-12-23 | 2 | -12/+12 | |
| | | | | | ||||||
| * | | | | Merge pull request #14978 from AndreaCatania/intshap | Juan Linietsky | 2017-12-23 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | Fixed dispatch callback | |||||
| | * | | | Fixed dispatch callback | AndreaCatania | 2017-12-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #14965 from AndreaCatania/intshap | Rémi Verschelde | 2017-12-23 | 3 | -12/+33 | |
| |\| | | | |/ / |/| | | Fixed bullet intersect_shape crash, Fixed bullet sleeping | |||||
| | * | | Fixed rigidbody sleping, Fixes #13952 | AndreaCatania | 2017-12-23 | 2 | -11/+29 | |
| | | | | ||||||
| | * | | Fixed intersect_shape crash, closes #13697 | AndreaCatania | 2017-12-23 | 1 | -1/+4 | |
| | |/ | ||||||
| * | | Fix gridmap disappearing after editing after bake, closes #14868 | Juan Linietsky | 2017-12-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix fatal mono logs not getting logged to disk. | PJB3005 | 2017-12-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | They aborted the application without flushing the log file. Also there was a typo. | |||||
| * | | -Fix some crashes in unwrapper | Juan Linietsky | 2017-12-19 | 1 | -1/+1 | |
| | | | | | | | | | -Add emission lighting to raytrace mode, fixes #14686 | |||||
| * | | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky | 2017-12-19 | 1 | -8/+9 | |
| |/ | | | | Not sure if this is the same problem, as reported, please test. | |||||
| * | Add plugin to edit GDNativeLibrary | geequlim | 2017-12-18 | 6 | -17/+555 | |
| | | | | | Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor | |||||
