summaryrefslogtreecommitdiffstats
path: root/platform/osx/detect.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Comment out the weird workaround for building on Windows at it might not be needed anymore. Testing needed to confirm.
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
|
* glew: Split thirdparty files and isolate envRémi Verschelde2016-10-151-3/+1
| | | | | | Not fully happy about the way this one interacts with the various platforms. Maybe the platform_config.h should be generated by the SCsub instead of passing a define just to know where is the header.
* osx: Support gamepad input.Andreas Haas2016-09-061-1/+1
| | | | | | | Fixes #3881 Vibration support is not optimal yet as it doesn't try to emulate the "weak" and "strong" motor strength, but just takes the parameter with the highest value for the vibration gain.
* -make freetype build for all platforms the same, default as builtin except ↵Juan Linietsky2016-06-091-7/+0
| | | | | | on x11. closes #5119
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-081-5/+2
| | | | | | | | 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.
* 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
* Remove trailing spacesRémi Verschelde2016-04-021-1/+1
|
* Update detect.pypunto-2016-01-291-1/+1
| | | removed -g from linkflags
* audio crashAriel Manzur2016-01-291-1/+1
|
* 0theora compilation fixesJuan Linietsky2015-11-251-1/+1
|
* Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-1/+0
| | | | Still need to get proper audio output latency in some platforms.
* 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
|
* -try fixing LLVM color diagnostic on osxhurikhan2015-01-131-1/+1
|
* osx support for llvm coloring addedhurikhan2015-01-121-0/+3
|
* OS X: Add keyboard layout detection and fix buildRhody Lugo2015-01-081-1/+1
|
* Build System ChangesJuan Linietsky2014-10-071-15/+3
| | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= 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.
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+107