Age | Commit message (Expand) | Author |
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ł |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-16 | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł |
2016-10-15 | freetype: Make it a module and split thirdparty library | Rémi Verschelde |
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde |
2016-10-15 | glew: Split thirdparty files and isolate env | Rémi Verschelde |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky |
2016-09-06 | osx: Support gamepad input. | Andreas Haas |
2016-08-13 | Remove some unused variables | Johan Manuel |
2016-08-09 | Crashfix for OSX on Sierra beta | marcelofg55 |
2016-08-02 | Fix set_window_size not setting the correct size on OSX | marcelofg55 |
2016-07-21 | Implement OS.request_attention() for OSX (#5662) | GungnirInd |
2016-07-09 | OSX export: Default to fat format, make it an enum | Rémi Verschelde |
2016-06-23 | Merge pull request #5362 from J08nY/png | Rémi Verschelde |
2016-06-22 | Fixed iCCp chunk in pngs | J08nY |
2016-06-22 | Added alert() functionality for OS X | Keyaku |
2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-06-09 | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky |
2016-06-08 | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde |
2016-06-06 | Somewhat fixed Directory::get_space_left() return values. | J08nY |
2016-06-04 | Right click->Quit on the godot icon will now close the application on OSX. | marcelofg55 |
2016-06-02 | Merge remote-tracking branch 'upstream/master' | marcelofg55 |
2016-05-31 | Implemented file drop support in OSX | Juan Linietsky |
2016-05-31 | Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSX | marcelofg55 |
2016-05-30 | -Some fixes to OSX retina scaling for window functions | Juan Linietsky |