summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Collapse)AuthorAgeFilesLines
* Somewhat fixed Directory::get_space_left() return values.J08nY2016-06-061-2/+2
|
* Right click->Quit on the godot icon will now close the application on OSX.marcelofg552016-06-041-5/+4
| | | | Fixed get_window_position that missed a return on OSX.
* Merge remote-tracking branch 'upstream/master'marcelofg552016-06-021-1/+38
|\
| * Implemented file drop support in OSXJuan Linietsky2016-05-311-1/+38
| |
* | Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSXmarcelofg552016-05-311-11/+39
|/
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-302-25/+81
| | | | -Implemented HiDPI detection and support for Godot Editor!
* Merge pull request #4810 from marcelofg55/masterRémi Verschelde2016-05-291-1/+8
|\ | | | | Added application/fat_bits property for EditorExportPlatformOSX::Edit…
| * Added application/fat_bits property for ↵marcelofg552016-05-251-1/+8
| | | | | | | | EditorExportPlatformOSX::EditorExportPlatformOSX
* | fix freetype paths on osx and mingwJuan Linietsky2016-05-291-2/+2
|/
* Added 'fat' option for bits param on scons for osx, this will produce a fat ↵marcelofg552016-05-201-1/+4
| | | | binary that contains both 32 bits and 64 bits binaries
* OS.get_screen_size now returns the correct value on OSXmarcelofg552016-05-112-2/+2
|
* rate url on iOS and properly launching from .app on OSXAriel Manzur2016-04-291-1/+9
|
* I think this is ok, "resizable" property might changeAriel Manzur2016-04-291-1/+1
|
* Move export GUI debug toggle to export settings windoweska2016-04-281-1/+1
|
* Remove trailing spacesRémi Verschelde2016-04-024-18/+18
|
* remove trailing whitespaceHubert Jarosz2016-03-093-16/+16
|
* osx: fix inverted horizontal scrollinghondres2016-03-071-1/+1
|
* Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-011-2/+5
| | | | Follows similar behaviour to DirAccess::rename()
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-171-1/+1
| | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
* support horizontal mouse wheel, use in text editorhondres2016-02-041-0/+15
|
* Update detect.pypunto-2016-01-291-1/+1
| | | removed -g from linkflags
* audio crashAriel Manzur2016-01-292-1/+4
|
* Change default window size for desktopGeorge Marques2016-01-241-1/+1
| | | | Fix #3149
* Update copyright to 2016 in headersGeorge Marques2016-01-0114-14/+14
|
* -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-311-0/+29
|
* thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur2015-12-181-0/+1
|
* utf stuff on osxsantiagopf2015-12-134-2/+451
|
* added rotation and scale support to gui controlsJuan Linietsky2015-12-121-1/+1
|
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-121-2/+2
| | | | -changed default windowed resolution to 1280x720
* Add way to look for templates at system wide level tooest312015-11-301-10/+13
| | | | | | | | Useful for everybody wanting to package godot. Fixes #1026. -> Retain the old behaviour: path in error msg only when exporting. -> User templates override system templates
* 0theora compilation fixesJuan Linietsky2015-11-251-1/+1
|
* Added specific get_locale to OSX platformDidier Vandekerckhove2015-10-162-0/+7
| | | | The default unix get_locale didn’t work. OS X requires a specific one.
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-132-1/+15
|\ | | | | | | | | Conflicts: platform/windows/detect.py
| * Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-241-4/+4
| |\
| * | Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-242-1/+15
| | |
* | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-1/+0
| |/ |/| | | | | Still need to get proper audio output latency in some platforms.
* | Ability to visually debug geometry visually:Juan Linietsky2015-09-201-4/+4
|/ | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
* disabling theora for now (will be re-written, re-enabled later)Juan Linietsky2015-09-101-0/+1
|
* merged some stuff for okamJuan Linietsky2015-09-031-8/+29
|
* new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-302-2/+2
|
* -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-061-4/+4
| | | | -It is now really easy to deploy an android build with debug, and debug it
* Fixed compilation error on MacOS X.James McLean2015-06-221-1/+3
|
* ability to run 2D physics in a threadJuan Linietsky2015-05-262-1/+3
| | | | | also, 2D physics is now thread safe too. see physics_2d/thread_model
* Better OS X fullscreen support, without the nasty startup effectRicardo Pérez2015-05-061-3/+10
|
* Really fixes fullscreen mode in OS X, even during startupRicardo Pérez2015-05-051-1/+9
|
* Updated copyright year in all headersJuan Linietsky2015-04-1810-10/+10
|
* Merge branch 'master' of https://github.com/okamstudio/godotAriel Manzur2015-04-021-1/+1
|\
| * solved color depth issues on osxJuan Linietsky2015-04-011-1/+1
| |
* | fullscreen thingAriel m2015-04-022-20/+168
|/
* fixed build error on OSX from new WM codesteve2015-03-232-0/+6
|