Age | Commit message (Expand) | Author |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #15232 from neikeq/issue-15138-and-more | Rémi Verschelde |
2018-01-01 | Mono: Change BindingsGenerator singleton to avoid StringName leaks | Ignacio Etcheverry |
2018-01-01 | Mono: Script lifetime fixes | Ignacio Etcheverry |
2017-12-31 | Merge pull request #15136 from neikeq/issue-15128 | Ignacio Etcheverry |
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 |
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 |
2017-12-26 | Warn about funcref creation | Bernhard Liebl |
2017-12-24 | Merge pull request #14997 from neikeq/issue-14988 | Ignacio Etcheverry |
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 |
2017-12-24 | Merge pull request #14982 from GodotExplorer/more-translate-text | Noshyaar |
2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry |
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 |
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 |
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 |
2017-12-19 | -Fix some crashes in unwrapper | Juan Linietsky |
2017-12-19 | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky |
2017-12-18 | Add plugin to edit GDNativeLibrary | geequlim |
2017-12-18 | doc: Sync classref with current source | Rémi Verschelde |
2017-12-18 | Added baked light support for gridmaps. | Juan Linietsky |
2017-12-17 | Merge pull request #14788 from mrcdk/ogg_pop_noise_fix | Rémi Verschelde |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde |
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations |
2017-12-17 | Fix ogg looping pop noise. Closes #11468 | MrCdK |
2017-12-17 | Now every variant type has its icon. | Daniel J. Ramirez |
2017-12-17 | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez |
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde |
2017-12-16 | Merge pull request #12845 from remorse107/Array-Dictionary-Fix | Rémi Verschelde |
2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov |
2017-12-16 | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde |
2017-12-16 | Merge pull request #14708 from Faless/get_packet_not_const_rebased | Rémi Verschelde |
2017-12-15 | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ... | Juan Linietsky |
2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden |
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli |
2017-12-15 | Merge pull request #14679 from touilleMan/add-godot_get_global_constants-to-g... | Thomas Herzog |
2017-12-15 | Fixes thekla atlas mingw-w64 build | bruvzg |
2017-12-15 | Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative... | Emmanuel Leblond |
2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky |