0ad/source/lib/res/graphics
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
..
tests Fix S3TC decoder bug. 2010-09-10 20:25:23 +00:00
cursor.cpp # Add resource shuttling. 2010-11-13 19:15:29 +00:00
cursor.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
ogl_shader.cpp 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
ogl_shader.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
ogl_tex.cpp thread-safety fixes to debug.cpp - most functions were already reentrant, just CAS-ified the assert suppression flags. 2010-11-06 19:14:16 +00:00
ogl_tex.h Add anisotropic filtering support to ogl_tex. 2010-09-10 20:37:54 +00:00
unifont.cpp C++0x compatibility (fix narrowing conversions in initialisers; avoid ambiguity with std::next) 2010-07-11 22:40:17 +00:00
unifont.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00