Age | Commit message (Expand) | Author |
2017-06-13 | Fixed middle mouse button can't bounce in macOS | ageazrael |
2017-06-10 | Restired multithread support in OSX and Windows, should stop the crashes. | Juan Linietsky |
2017-06-06 | osx release right button event fixed | toger5 |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-27 | Make OS.get_locale() returns same value | volzhs |
2017-05-22 | added modifier key to scroll event | toger5 |
2017-05-22 | fixed osx input event | toger5 |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-20 | Doing a little bit of cleanup | BastiaanOlij |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
2017-05-07 | Improve documentation of thirdparty code snippets | Rémi Verschelde |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-09 | Style: Apply clang-format (3.9.1) to Obj-C++ files | Rémi Verschelde |
2017-04-09 | Formatting of mm files | BastiaanOlij |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-27 | Merge pull request #8159 from Hinsbart/last_id | Rémi Verschelde |
2017-03-26 | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde |
2017-03-26 | Input: Remove usage of platform dependent event IDs. | Andreas Haas |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde |
2017-03-04 | Add API to access battery power state | Julian Murgia |
2017-02-26 | Better handling of joypad device IDs. | Andreas Haas |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky |
2017-02-13 | Fix missing semicolon in previous commit | Rémi Verschelde |
2017-02-13 | Fix for issue #7766 | Brett-Mitchell |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky |
2017-01-16 | Fix compile errors related to audio on OSX | BastiaanOlij |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-09 | OSX: Revert back to kHIDUsage_GD_Joystick | Rémi Verschelde |
2017-01-08 | Finish replacement of joystick by joypad | Rémi Verschelde |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-06 | Move glad files to thirdparty dir | 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 | 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-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-25 | Set minimum version to 10.9 building OSX | BastiaanOlij |
2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde |
2016-10-17 | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł |