0ad/source/lib/sysdep/os/osx
Ykkrosh e06a7b37d8 Convert debug_printf to take UTF-8 strings instead of wchar_t.
This fixes the problem where passing a non-ASCII string to
debug_printf(L"%hs", s) caused vswprintf_s to fail on Linux (because it
doesn't know what encoding the char* is meant to have). Now debug
messages will remain as UTF-8 until they reach the OS.

Fixes #3021.

This was SVN commit r16332.
2015-02-14 01:45:13 +00:00
..
dir_watch.cpp Make some things static. 2014-11-20 22:19:33 +00:00
ocpu.cpp Fix build errors 2011-05-05 20:24:22 +00:00
odbg.cpp Slightly more Android compatibility 2012-01-28 16:38:21 +00:00
osx.cpp Remove checks for unsupported GCC versions (<4.6). 2015-01-24 20:37:07 +00:00
osx_bundle.h Updates data paths on OS X and Windows. On OS X only write to locations inside ~/Library. On Windows make the distinction between local and roaming appdata, and use folder inside My Documents for user-created data. Fixes #1145. 2012-03-22 00:23:31 +00:00
osx_bundle.mm A bunch of OS X SDK-related fixes. 2013-11-11 00:11:25 +00:00
osx_pasteboard.h Implements copy/paste for OS X using NSPasteboard including pre-10.6 API support. Fixes #1326 2012-08-18 19:47:55 +00:00
osx_pasteboard.mm A bunch of OS X SDK-related fixes. 2013-11-11 00:11:25 +00:00
osx_paths.h Updates data paths on OS X and Windows. On OS X only write to locations inside ~/Library. On Windows make the distinction between local and roaming appdata, and use folder inside My Documents for user-created data. Fixes #1145. 2012-03-22 00:23:31 +00:00
osx_paths.mm A bunch of OS X SDK-related fixes. 2013-11-11 00:11:25 +00:00
osx_stl_fixes.h Fixes OS X STL incompatibilities when building against later SDKs and targeting 10.5 (fixes stringstream build errors in these conditions) 2013-11-11 00:09:16 +00:00
osx_sys_cursor.mm Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
osx_sys_version.h add file notification to Mac ticket 514, also change name of class FileInfo to CFileInfo to ease Mac development 2013-09-10 14:17:04 +00:00
osx_sys_version.mm A bunch of OS X SDK-related fixes. 2013-11-11 00:11:25 +00:00