Age | Commit message (Expand) | Author |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky |
2017-01-08 | Renamed finished to animation_finished, also passes the animation name when f... | Juan Linietsky |
2017-01-08 | Move tests again from core to main | Rémi Verschelde |
2017-01-08 | Finish replacement of joystick by joypad | Rémi Verschelde |
2017-01-08 | opus: Update to upstream opusfile 0.8 | Rémi Verschelde |
2017-01-08 | Removed the "released" signal from button, it's pointless now that button_dow... | Juan Linietsky |
2017-01-08 | Made Variant::NIL printable as "Null". Please everyone be on the lookout of b... | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-08 | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-08 | Dictionary keys are now sorted by insertion order | Juan Linietsky |
2017-01-08 | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde |
2017-01-08 | i18n: Add support for Scots (sco) language | Rémi Verschelde |
2017-01-08 | removed unnecesary modulate funtions, which were superseded by self_modulate | Juan Linietsky |
2017-01-08 | Use more compatible initializarion of RWLockPosix | Juan Linietsky |
2017-01-08 | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky |
2017-01-08 | fixes compilation in windows? | Juan Linietsky |
2017-01-08 | Move core engine tests to core/ | Rémi Verschelde |
2017-01-08 | Fix codeblock tag in classes.xml for EditorSettings | Emmanuel Leblond |
2017-01-08 | i18n: Sync templates with current code | Rémi Verschelde |
2017-01-08 | i18n: Sync translations with Weblate | Rémi Verschelde |
2017-01-08 | Fix code completion for new getnode syntax | Juan Linietsky |
2017-01-08 | -Fix bugs related to PoolVector crashes | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-06 | Remove bundled glew, obsoleted by glad | Rémi Verschelde |
2017-01-06 | glad: Update to upstream 0.1.13a0 | Rémi Verschelde |
2017-01-06 | Move glad files to thirdparty dir | Rémi Verschelde |
2017-01-06 | Merge pull request #7440 from akien-mga/thirdparty-updates | Rémi Verschelde |
2017-01-06 | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky |
2017-01-05 | Editor settings categories are now tidy and beautiful! | Juan Linietsky |
2017-01-05 | opus: Update to upstream libopus 1.1.3 | Rémi Verschelde |
2017-01-05 | zlib: Update to upstream 1.2.10 | Rémi Verschelde |
2017-01-05 | libpng: Update to upstream 1.6.28 | Rémi Verschelde |
2017-01-05 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-05 | Merge pull request #7429 from BastiaanOlij/glew3-osx | Rémi Verschelde |
2017-01-04 | Merge pull request #7431 from MarianoGnu/gles3 | Juan Linietsky |
2017-01-04 | -GDScript support for accessing properties directly | Juan Linietsky |
2017-01-05 | Enabled code that requests an OpenGL 3 context. | BastiaanOlij |
2017-01-04 | First set of changes to fix compilation errors and initialise the gles3 rende... | BastiaanOlij |
2017-01-04 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-03 | Merge pull request #6865 from tagcup/godot_issue_6816 | Juan Linietsky |
2017-01-03 | Use right handed coordinate system for rotation matrices and quaternions. Als... | Ferenc Arn |
2017-01-03 | Merge pull request #7422 from lonesurvivor/master | Rémi Verschelde |
2017-01-03 | Travis: Disable OSX and iOS temporarily | Rémi Verschelde |
2017-01-03 | Improvement to y_sort: make clear which item has to be drawn first | lonesurvivor |
2017-01-03 | Begin modifying properties to make them more friendly to script and doc. | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |