Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-07 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-06 | [GDNative] fix reloading of non-reloadable libraries | karroffel | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-06 | [GDNative] added reload property | karroffel | |
2018-01-06 | Fix build of GDMonoField | Rémi Verschelde | |
Closes #15385. | |||
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-04 | Merge pull request #15346 from neikeq/properties-are-overrated | Rémi Verschelde | |
Mono: Add properties support in scripts | |||
2018-01-04 | Mono: Add properties support in scripts | Ignacio Etcheverry | |
2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond | |
2018-01-04 | Merge pull request #15326 from robfram/issue-15303 | Rémi Verschelde | |
Fix Issue#15303 FreeBSD compilation error in thekla_atlas | |||
2018-01-04 | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵ | robfram | |
definition of NV_OS_LINUX instead NV_OS_FREEBSD | |||
2018-01-04 | Merge pull request #13257 from AndreaCatania/master | Rémi Verschelde | |
Fixed kinematic movement stuck, Changed how shape scale works. | |||
2018-01-04 | Merge pull request #15223 from ibrahn/ogg-data-leak-fix | Rémi Verschelde | |
free associated audio data on AudioStreamOGGVorbis destruction | |||
2018-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-03 | Remove too verbose printf statements from VideoStreamTheora | samvila | |
2018-01-03 | Merge pull request #15114 from capnm/fix-bad-lightmap-crash | Rémi Verschelde | |
Avoid thekla_unwrap crash | |||
2018-01-03 | Merge pull request #15120 from AndreaCatania/gridm | Rémi Verschelde | |
Added layer and mask in the gridmap node | |||
2018-01-03 | Merge pull request #15089 from poke1024/funcref-warn | Rémi Verschelde | |
Warn about funcref creation | |||
2018-01-01 | Merge pull request #15246 from vnen/uwp-gdnative | George Marques | |
Make GDNative DLLs work on UWP | |||
2018-01-01 | Make GDNative DLLs work on UWP | George Marques | |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-01-01 | Merge pull request #15232 from neikeq/issue-15138-and-more | Rémi Verschelde | |
Mono fixes | |||
2018-01-01 | Mono: Change BindingsGenerator singleton to avoid StringName leaks | Ignacio Etcheverry | |
2018-01-01 | Mono: Script lifetime fixes | Ignacio Etcheverry | |
- 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. | |||
2017-12-31 | Merge pull request #15136 from neikeq/issue-15128 | Ignacio Etcheverry | |
Mono: Bindings no longer relie on DocData for accessors | |||
2017-12-31 | free associated audio data on AudioStreamOGGVorbis destruction | Ibrahn Sahir | |
2017-12-30 | fix typo in switch statement | firefly2442 | |
2017-12-31 | Avoid thekla_unwrap crash | Martin Capitanio | |
Godot crashed here sometimes by generating the uv map. | |||
2017-12-29 | Mono: Bindings no longer relie on DocData for accessors | Ignacio Etcheverry | |
2017-12-28 | Added layer and mask in the gridmap node | AndreaCatania | |
2017-12-27 | Merge pull request #14996 from neikeq/enums-mono | Noshyaar | |
Mono: Make the bindings generator output enums | |||
2017-12-26 | Warn about funcref creation | Bernhard Liebl | |
2017-12-24 | Merge pull request #14997 from neikeq/issue-14988 | Ignacio Etcheverry | |
Marshal NULL MonoString* as empty Godot string | |||
2017-12-24 | Restored opus build since WebM needs it, but disabled it from code. | Juan Linietsky | |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | |
-Disabled Opus, implementation is wrong. | |||
2017-12-24 | Merge pull request #14982 from GodotExplorer/more-translate-text | Noshyaar | |
Add more translatable text for editor plugins. | |||
2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry | |
- Switch to PascalCase for constants names | |||
2017-12-24 | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry | |
2017-12-23 | Fixed kinematic movement stuck, Changed how shape scale works, Optimized | AndreaCatania | |
2017-12-23 | Merge pull request #14978 from AndreaCatania/intshap | Juan Linietsky | |
Fixed dispatch callback | |||
2017-12-23 | Add more translatable text for editor plugins. | geequlim | |
2017-12-23 | Fixed dispatch callback | AndreaCatania | |
2017-12-23 | Merge pull request #14965 from AndreaCatania/intshap | Rémi Verschelde | |
Fixed bullet intersect_shape crash, Fixed bullet sleeping | |||
2017-12-23 | Fixed rigidbody sleping, Fixes #13952 | AndreaCatania | |
2017-12-23 | Fixed intersect_shape crash, closes #13697 | AndreaCatania | |
2017-12-20 | Fix gridmap disappearing after editing after bake, closes #14868 | Juan Linietsky | |
2017-12-19 | Fix fatal mono logs not getting logged to disk. | PJB3005 | |
They aborted the application without flushing the log file. Also there was a typo. | |||
2017-12-19 | -Fix some crashes in unwrapper | Juan Linietsky | |
-Add emission lighting to raytrace mode, fixes #14686 | |||
2017-12-19 | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky | |
Not sure if this is the same problem, as reported, please test. | |||
2017-12-18 | Add plugin to edit GDNativeLibrary | geequlim | |
Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor |