0ad/source/lib/sysdep/os
historic_bruno 45a7f577d3 A bunch of OS X SDK-related fixes.
Adds runtime support for 10.5 APIs: display modes, bundle paths, system
paths, pasteboards. Previously this was compile-time support only, which
prevented building on later SDKs while targeting earlier APIs.
Adds hardcoded version for pre-10.6 builds, to avoid messing with
deprecated Gestalt or having to add a 10.5 non-dispatch singleton (Grand
Central Dispatch didn't exist in 10.5)

This was SVN commit r14140.
2013-11-11 00:11:25 +00:00
..
android Adds hardware cursors for Linux and OS X. Requires libxcursor on Linux. Fixes #748. 2012-04-21 07:53:53 +00:00
bsd Add support for OpenBSD. Fixes #1463. 2012-06-13 20:43:56 +00:00
linux Update Android support 2013-11-02 23:05:38 +00:00
osx A bunch of OS X SDK-related fixes. 2013-11-11 00:11:25 +00:00
unix Fix Unicode in JS print() on Linux 2013-11-10 16:13:40 +00:00
win Avoid non-ASCII characters in source code, since tools don't decode them consistently. 2013-10-20 09:27:44 +00:00