summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Collapse)Author
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-01-29Update detect.pypunto-
removed -g from linkflags
2016-01-29audio crashAriel Manzur
2016-01-24Change default window size for desktopGeorge Marques
Fix #3149
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31-Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky
2015-12-18thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur
2015-12-13utf stuff on osxsantiagopf
2015-12-12added rotation and scale support to gui controlsJuan Linietsky
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
-changed default windowed resolution to 1280x720
2015-11-30Add way to look for templates at system wide level tooest31
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
2015-11-250theora compilation fixesJuan Linietsky
2015-10-16Added specific get_locale to OSX platformDidier Vandekerckhove
The default unix get_locale didn’t work. OS X requires a specific one.
2015-10-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: platform/windows/detect.py
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
Still need to get proper audio output latency in some platforms.
2015-09-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
-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
2015-09-10disabling theora for now (will be re-written, re-enabled later)Juan Linietsky
2015-09-03merged some stuff for okamJuan Linietsky
2015-08-30new editor settings customization of where to run the game from the editorJuan Linietsky
2015-08-06-Merged the file server with the live editing and remote debugJuan Linietsky
-It is now really easy to deploy an android build with debug, and debug it
2015-06-22Fixed compilation error on MacOS X.James McLean
2015-05-26ability to run 2D physics in a threadJuan Linietsky
also, 2D physics is now thread safe too. see physics_2d/thread_model
2015-05-06Better OS X fullscreen support, without the nasty startup effectRicardo Pérez
2015-05-05Really fixes fullscreen mode in OS X, even during startupRicardo Pérez
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-02Merge branch 'master' of https://github.com/okamstudio/godotAriel Manzur
2015-04-02fullscreen thingAriel m
2015-04-01solved color depth issues on osxJuan Linietsky
2015-03-23fixed build error on OSX from new WM codesteve
2015-02-17fix for “no viable conversion from 'NSPoint' (aka '_NSPoint') to ↵greay
'CGPoint'” build error on OS X
2015-02-14fixes to mouse warpJuan Linietsky
-can warp now from viewport and control, in their respective coordinate systems -warp is now local to the window on Windows and OSX. IF YOU RUN OSX, PLEASE TEST THIS! And make sure it works!, new code is in OS_OSX::warp_mouse_pos. I don't have OSX so i can't test!
2015-01-13-try fixing LLVM color diagnostic on osxhurikhan
2015-01-12osx support for llvm coloring addedhurikhan
2015-01-08Create the test string to detect kb layouts directly from the unicode charsRhody Lugo
2015-01-08OS X: Add keyboard layout detection and fix buildRhody Lugo
2015-01-04-attempt to be friendlier on non english keyboardsJuan Linietsky
2014-11-02Bug FixesJuan Linietsky
-=-=-=-=- -Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia -Added support for multiline strings (or comments) using """ -Save subscene bug, properties not being saved in root node (#806) -Fix Crash in CollisionPolygon2DEditor (#814) -Restored Ability to compile without 3D (#795) -Fix InterpolatedCamera (#803) -Fix UV Import for OBJ Meshes (#771) -Fixed issue with modifier gizmos (#794) -Fixed CapsuleShape gizmo handle (#50) -Fixed Import Button (not properly working in 3D) (#733) -Many misc fixes (though no new features)
2014-10-07Build System ChangesJuan Linietsky
-=-=-=-=-=-=-=-=-=-= Build System: -Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions). -Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test. Engine: -Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time). -Added ability to open scenes even if a node type was removed (will try to guess the closest type). -Removed deprecated node types.
2014-09-25warp_mouse_pos for osxmikica1986vee
Just copied windows behavior.
2014-09-19- more fixes on #672 on windowsJuan Linietsky
- added #660, but need help on osx, help please I don't have a mac! - fixed #667 and #668 (eol detection in comments) - added #670 (hint when using method without () )
2014-08-25fix custom export packages for PCDana Olson
also allow custom templates to reside outside of res:// for all platforms
2014-06-26Fixed mouse motion events with captured mouse mode in OS XJames Emselle
2014-06-26mouse_mode implementation on OS XJames Emselle
2014-05-29More 3D ImprovementsJuan Linietsky
-=-=-=-=-=-=-=-=-=-= -Sprite3D and AnimatedSprite3D support. -Opaque pre-pass works, is compatible with shadows -Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc) -Added option to use alpha discard in FixedMaterial -Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale -Ability for Background (image or cubemap) to send to glow buffer -Dumb Deploy of clients now actually works in Android -Many Many rendering fixes, 3D is much more usable now.
2014-02-18OSX current_videomode size is now initialized with correct resolution based ↵Kevin Hartman
on backing store. Fixes issue where content does not correctly fit in window on retina displays.
2014-02-15-project settings are saved when changedJuan Linietsky
-load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property
2014-02-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky