summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
2017-02-13Fix missing semicolon in previous commitRémi Verschelde
2017-02-13Fix for issue #7766Brett-Mitchell
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-16Fix compile errors related to audio on OSXBastiaanOlij
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-09OSX: Revert back to kHIDUsage_GD_JoystickRémi Verschelde
2017-01-08Finish replacement of joystick by joypadRémi Verschelde
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-06Move glad files to thirdparty dirRémi Verschelde
2017-01-05Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-05Enabled code that requests an OpenGL 3 context.BastiaanOlij
2017-01-04First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-25Set minimum version to 10.9 building OSXBastiaanOlij
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-17SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł
2016-10-17Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
2016-09-06osx: Support gamepad input.Andreas Haas
2016-08-13Remove some unused variablesJohan Manuel
2016-08-09Crashfix for OSX on Sierra betamarcelofg55
2016-08-02Fix set_window_size not setting the correct size on OSXmarcelofg55
2016-07-21Implement OS.request_attention() for OSX (#5662)GungnirInd
2016-07-09OSX export: Default to fat format, make it an enumRémi Verschelde
2016-06-23Merge pull request #5362 from J08nY/pngRémi Verschelde
2016-06-22Fixed iCCp chunk in pngsJ08nY
2016-06-22Added alert() functionality for OS XKeyaku
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Add 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-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
2016-06-06Somewhat fixed Directory::get_space_left() return values.J08nY
2016-06-04Right click->Quit on the godot icon will now close the application on OSX.marcelofg55
2016-06-02Merge remote-tracking branch 'upstream/master'marcelofg55
2016-05-31Implemented file drop support in OSXJuan Linietsky
2016-05-31Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSXmarcelofg55
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky