1
0
forked from 0ad/0ad
0ad/source/lib/res/graphics
janwas 9662666403 more string drudgery
- sprintf, snprintf -> sprintf_s (ensures 0-termination of result)
- use %s instead of %hs with sprintf_s to avoid GCC warnings
- convert h_mgr's to_string to unicode

This was SVN commit r7170.
2009-11-06 10:59:10 +00:00
..
tests huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
cursor.cpp more string drudgery 2009-11-06 10:59:10 +00:00
cursor.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
ogl_shader.cpp more string drudgery 2009-11-06 10:59:10 +00:00
ogl_shader.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
ogl_tex.cpp more string drudgery 2009-11-06 10:59:10 +00:00
ogl_tex.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
unifont.cpp more string drudgery 2009-11-06 10:59:10 +00:00
unifont.h Annotate functions that have printf-style format strings, for compile-time type checking (see #293) 2009-08-04 13:31:41 +00:00