0ad/source/lib
janwas 77d2c67ada misc. string fixes
convert remaining %s to %hs or %ls
use WPRINTF_ARGS on unicode printf functions
fix: __func__ can't be widened via preprocessor (-> revert to char*)
convert remaining external_[directory|file_string to string()
Util: don't mix fwprintf and fprintf
Formation: fix dangling pointer (storing result of c_str())

This was SVN commit r7164.
2009-11-04 15:29:28 +00:00
..
allocators Fix some GCC warnings 2009-07-28 16:59:19 +00:00
external_libraries huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
file misc. string fixes 2009-11-04 15:29:28 +00:00
posix harmless changes in preparation for moving to unicode 2009-11-03 16:30:21 +00:00
res misc. string fixes 2009-11-04 15:29:28 +00:00
sysdep misc. string fixes 2009-11-04 15:29:28 +00:00
tests huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
tex huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
adts.h # fix warnings and 64-bit bugs in headerless.cpp (workspace update required) 2009-07-16 23:53:46 +00:00
app_hooks.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
app_hooks.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
base32.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
base32.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
bits.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
bits.h simplify file implementation (remove unnecessary layer of abstraction) 2009-08-24 21:04:01 +00:00
byte_order.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
byte_order.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
cache_adt.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
code_annotation.h harmless changes in preparation for moving to unicode 2009-11-03 16:30:21 +00:00
config2.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
config.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
debug_stl.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
debug_stl.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
debug.cpp misc. string fixes 2009-11-04 15:29:28 +00:00
debug.h misc. string fixes 2009-11-04 15:29:28 +00:00
fat_time.cpp # fix warnings and 64-bit bugs in headerless.cpp (workspace update required) 2009-07-16 23:53:46 +00:00
fat_time.h Add GPL header 2009-04-18 17:00:33 +00:00
fnv_hash.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
fnv_hash.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
frequency_filter.cpp Add GPL header 2009-04-18 17:00:33 +00:00
frequency_filter.h Add GPL header 2009-04-18 17:00:33 +00:00
glext_funcs.h Try again to fix the GL 2.0 function names 2009-07-14 14:06:59 +00:00
input.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
input.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lib_api.h Add GPL header 2009-04-18 17:00:33 +00:00
lib_errors.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
lib_errors.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
lib.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lib.h harmless changes in preparation for moving to unicode 2009-11-03 16:30:21 +00:00
lockfree.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
lockfree.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
module_init.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
module_init.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
ogl.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
ogl.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
path_util.cpp more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
path_util.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
precompiled.h Annotate functions that have printf-style format strings, for compile-time type checking (see #293) 2009-08-04 13:31:41 +00:00
rand.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
rand.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
regex.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
regex.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
secure_crt.cpp more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
secure_crt.h Annotate functions that have printf-style format strings, for compile-time type checking (see #293) 2009-08-04 13:31:41 +00:00
self_test.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
self_test.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
svn_revision.cpp Add GPL header 2009-04-18 17:00:33 +00:00
svn_revision.h Add GPL header 2009-04-18 17:00:33 +00:00
timer.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
timer.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
types.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
wchar.cpp more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
wchar.h more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
wsecure_crt.cpp Add GPL header 2009-04-18 17:00:33 +00:00