aboutsummaryrefslogtreecommitdiff
path: root/platform/osx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-102-3/+3
* Style: Apply clang-format (3.9.1) to Obj-C++ filesRémi Verschelde2017-04-094-315/+268
* Formatting of mm filesBastiaanOlij2017-04-093-679/+637
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0820-0/+20
* Merge pull request #8159 from Hinsbart/last_idRémi Verschelde2017-03-274-11/+6
|\
| * Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-264-11/+6
* | SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-1/+1
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0513-313/+270
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-052-4/+4
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-3/+3
* Add API to access battery power stateJulian Murgia2017-03-046-0/+314
* Better handling of joypad device IDs.Andreas Haas2017-02-262-19/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-5/+5
* Fix missing semicolon in previous commitRémi Verschelde2017-02-131-1/+1
* Fix for issue #7766Brett-Mitchell2017-02-131-1/+2
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2
* Fix compile errors related to audio on OSXBastiaanOlij2017-01-164-35/+6
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-3/+3
* Style: Fix whole-line commented codeRémi Verschelde2017-01-142-49/+56
* OSX: Revert back to kHIDUsage_GD_JoystickRémi Verschelde2017-01-091-2/+2
* Finish replacement of joystick by joypadRémi Verschelde2017-01-084-5/+6
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-083-68/+68
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* Move glad files to thirdparty dirRémi Verschelde2017-01-061-3/+1
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-053-22/+23
|\
| * Enabled code that requests an OpenGL 3 context.BastiaanOlij2017-01-051-8/+2
| * First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij2017-01-043-14/+21
* | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-3/+3
|/
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-023-2/+4
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-033-2/+4
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0118-18/+18
* | Set minimum version to 10.9 building OSXBastiaanOlij2016-11-251-0/+2
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-6/+4
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-33/+33
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-67/+67
* | SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-171-3/+0
* | Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\ \
| * | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-1/+1
|/ /
* | freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-151-4/+0
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
* | glew: Split thirdparty files and isolate envRémi Verschelde2016-10-152-4/+2
|/
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-1/+1
|\
| * Remove some unused variablesJohan Manuel2016-08-131-1/+1
* | osx: Support gamepad input.Andreas Haas2016-09-066-3/+760
* | Crashfix for OSX on Sierra betamarcelofg552016-08-091-3/+3
* | Fix set_window_size not setting the correct size on OSXmarcelofg552016-08-021-0/+10
|/
* Implement OS.request_attention() for OSX (#5662)GungnirInd2016-07-212-1/+6