aboutsummaryrefslogtreecommitdiff
path: root/platform/osx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-136-2/+247
|
* Merge pull request #11062 from BastiaanOlij/osx_datapackRémi Verschelde2017-09-134-2/+32
|\ | | | | Fixed loading package from resource folder, exporting textures to bun…
| * Fixed loading package from resource folder, exporting textures to bundle and ↵BastiaanOlij2017-09-084-2/+32
| | | | | | | | added a bit of feedback for a debug compile
* | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-5/+6
| |
* | Implemented DirAccess get_drive and get_drive_count for OS XMarcelo2017-09-112-1/+20
|/
* Merge pull request #10775 from marcelofg55/buffersize_fixesRémi Verschelde2017-09-012-11/+20
|\ | | | | Corrections to audio buffer size calculations
| * Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-012-11/+20
| |
* | Fix files headerPoommetee Ketson2017-09-012-2/+2
| |
* | Implements OS_OSX::get_system_dir()poke10242017-08-292-0/+42
|/
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-1/+1
| | | | | | | | - The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2716-16/+16
|
* Allow building fat binaries with osxcrossFabio Alessandrelli2017-08-231-2/+6
|
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-222-3/+15
|\ | | | | p_screen param from get_screen_* funcs now default to the current screen
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-212-3/+15
| |
* | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-7/+3
|\ \ | | | | | | Removed unnecessary assignments
| * | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-7/+3
| | |
* | | Merge pull request #10254 from marcelofg55/masterRémi Verschelde2017-08-221-1/+6
|\ \ \ | |/ / |/| | Added notification const NOTIFICATION_WM_ABOUT
| * | Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez2017-08-171-1/+6
| | |
* | | Fix y axis for set_window_position on OS XMarcelo Fernandez2017-08-211-3/+8
| |/ |/|
* | Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-172-37/+69
|/
* Implement NSTextInputClient protocol for IMEbruvzg2017-08-092-10/+142
|
* removed calls to cursor_set_visible on all platforms fixes #10167toger52017-08-081-1/+1
|
* Merge pull request #10127 from bruvzg/3.0-osx-loggingRémi Verschelde2017-08-072-0/+44
|\ | | | | Duplicate error messages to macOS logging system (Console.app)
| * Duplicate error messages to macOS logging systembruvzg2017-08-062-0/+44
| |
* | Merge pull request #10099 from bruvzg/3.0-fix-osx-warp_mouse_posRémi Verschelde2017-08-071-8/+3
|\ \ | | | | | | Fix warp_mouse_pos on macOS
| * | Fix warp_mouse_pos on macOSbruvzg2017-08-041-8/+3
| |/
* / Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-2/+2
|/ | | | Closes #7695
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-2/+1
| | | | Thus fixing some invalid changes that had still made it to the master branch.
* Fix mutex initialisation in OS X Audio DriverMarcelo Fernandez2017-07-302-26/+28
|
* Merge pull request #9960 from marcelofg55/masterRémi Verschelde2017-07-302-42/+45
|\ | | | | Fix get_screen_* funcs returning old values after resolution changes on OS X
| * Fix get_screen_* funcs returning old values after resolution changes on OS XMarcelo Fernandez2017-07-282-42/+45
| |
* | Change display scale when moving the window from monitor to monitorbruvzg2017-07-281-0/+30
|/
* Merge pull request #9874 from bruvzg/3.0-osx-menuRémi Verschelde2017-07-282-10/+65
|\ | | | | Add macOS main menu (3.0)
| * Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵bruvzg2017-07-272-7/+22
| | | | | | | | | | | | window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized.
| * Add macOS main menubruvzg2017-07-271-3/+43
| |
* | Merge pull request #9876 from bruvzg/3.0-resize-fixRémi Verschelde2017-07-281-0/+6
|\ \ | | | | | | Improved macOS window resizing behaviour (3.0)
| * | Improved macOS window resizing behaviour.bruvzg2017-07-261-0/+6
| |/
* / Remove duplicate keycode constant for Numpad Enter key.bruvzg2017-07-261-1/+1
|/
* Fix Right-Click (Ctrl-Click) on OS XMarcelo Fernandez2017-07-231-73/+31
|
* Merge pull request #9713 from marcelofg55/masterRémi Verschelde2017-07-231-3/+4
|\ | | | | Fix for possible crash in OS X audio init.
| * Fix for possible crash in OS X audio init.Marcelo Fernandez2017-07-191-3/+4
| |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-193-7/+21
|/ | | | -Added system for feature overrides, it's pretty cool :)
* Fix errors with global config names no more sorrys pleasegeequlim2017-07-191-3/+3
|
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-4/+4
| | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Reinit audio device when the system default device changes on OS XMarcelo Fernandez2017-07-163-22/+101
|
* Fix typo in plist exportBastiaanOlij2017-07-061-2/+2
|
* Merge pull request #9476 from marcelofg55/masterRémi Verschelde2017-07-052-9/+53
|\ | | | | Implemented borderless fullscreen code on OSX.
| * Implemented borderless fullscreen code on OSX.Marcelo Fernandez2017-07-022-9/+53
| |
* | Merge pull request #9468 from BastiaanOlij/osx_export_dmgRémi Verschelde2017-07-031-38/+305
|\ \ | |/ |/| On OSX export to DMG and optionally code sign the app bundle
| * On OSX export to DMG and optionally code sign the app bundleBastiaanOlij2017-07-021-38/+305
| |