summaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
AgeCommit message (Collapse)Author
2016-06-09-make freetype build for all platforms the same, default as builtin except ↵Juan Linietsky
on x11. closes #5119
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location.
2016-05-29fix freetype paths on osx and mingwJuan Linietsky
2016-05-20Added 'fat' option for bits param on scons for osx, this will produce a fat ↵marcelofg55
binary that contains both 32 bits and 64 bits binaries
2016-04-02Remove trailing spacesRémi Verschelde
2016-01-29Update detect.pypunto-
removed -g from linkflags
2016-01-29audio crashAriel Manzur
2015-11-250theora compilation fixesJuan Linietsky
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
Still need to get proper audio output latency in some platforms.
2015-09-10disabling theora for now (will be re-written, re-enabled later)Juan Linietsky
2015-09-03merged some stuff for okamJuan Linietsky
2015-01-13-try fixing LLVM color diagnostic on osxhurikhan
2015-01-12osx support for llvm coloring addedhurikhan
2015-01-08OS X: Add keyboard layout detection and fix buildRhody Lugo
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-02-09GODOT IS OPEN SOURCEJuan Linietsky