Age | Commit message (Expand) | Author |
2015-12-31 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-31 | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-14 | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky |
2015-12-13 | added binary API to StreamPeer, fixes #2863 | Juan Linietsky |
2015-12-09 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-09 | -ability to change scripts in external editor and still have properties reloa... | Juan Linietsky |
2015-12-08 | updated aes256 implementation to newer version from upstream. Also uses fast... | romulox_x |
2015-12-06 | some fixes | Juan Linietsky |
2015-11-23 | Merge pull request #1820 from guilhermefelipecgs/master | Rémi Verschelde |
2015-11-19 | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser... | Aren Villanueva |
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky |
2015-11-16 | Change handling of invalid JSON escape sequences. | Bojidar Marinov |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde |
2015-10-21 | -fixed a quite serious scene corruption bug when saving that has been around ... | Juan Linietsky |
2015-10-21 | -fixes to ring buffer (fixes network error) | Juan Linietsky |
2015-10-21 | -Ability to debug video memory usage | Juan Linietsky |
2015-10-17 | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky |
2015-10-09 | fix parentheses-equality warnings of osx clang | 近藤 直人 |
2015-10-08 | newline fixes | reduz |
2015-09-16 | ran cppcheck, found unused variables | firefly2442 |
2015-09-03 | merged some stuff for okam | Juan Linietsky |
2015-08-23 | **WARNING BEFORE PULLING** | Juan Linietsky |
2015-06-30 | -some changes by okam | Juan Linietsky |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky |
2015-06-22 | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky |
2015-06-08 | Fixed get_packet/put_packet bindings in PacketPeer. | James McLean |
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky |
2015-06-06 | new file dialog! | Juan Linietsky |
2015-05-31 | work in progress, resource previews | Juan Linietsky |
2015-05-25 | fixed support for zip packages | Ariel Manzur |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-18 | fix a compile error | Juan Linietsky |
2015-05-12 | Fixes problem parsing config files using ConfigFile | Juan Linietsky |
2015-05-07 | Merge pull request #1844 from daltomi/SIGSEGV | Juan Linietsky |
2015-05-06 | Fix segment violation MINIZIP_ENABLED | Daniel T. Borelli |
2015-05-06 | optional formal changes | ehriche |
2015-05-05 | Remove duplicated filter, Fix #1795 | Guilherme Felipe |
2015-05-04 | -vec3 uniforms should now work, fixes #1773 | Juan Linietsky |
2015-05-04 | solve invalid pointer, fixes #1793 | Juan Linietsky |
2015-05-03 | Merge pull request #1792 from swenner/static_analysis_fixes | Juan Linietsky |
2015-05-03 | -Make sure properties are exported the way they should in xml, fixes #1799 | Juan Linietsky |
2015-05-03 | removed unnecessary semicolons | Simon Wenner |
2015-05-03 | fixed uninitialized variable (cppcheck) | Simon Wenner |
2015-05-01 | Sort xml files, so order is constant | est31 |
2015-04-20 | -Changed Godot exit to be clean. | Juan Linietsky |
2015-04-18 | -fixed relative path saving to file, fixes #1694 | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-04-07 | -fix resolver erase query to avoid running out of slots, fixes #1621 | Juan Linietsky |
2015-03-21 | New option to show/hide hidden files | rollenrolm |