1
0
forked from 0ad/0ad
0ad/source/lib/res
Ykkrosh 1c7e33b528 Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss.
Handle most CStr8/CStrW conversions via UTF-8 instead of effectively
assuming Latin-1.
Return UTF-8 strings from Xeromyces API.

This was SVN commit r8929.
2011-02-17 20:08:20 +00:00
..
graphics Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss. 2011-02-17 20:08:20 +00:00
sound Fix what looks like miscompilation with GCC 4.0 on OS X 2010-12-04 19:06:13 +00:00
h_mgr.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
h_mgr.h fix: don't generate spurious resize events in fullscreen mode when interacting with another topmost window 2010-07-04 11:12:50 +00:00
handle.h less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00