1
0
forked from 0ad/0ad
0ad/source/ps
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
..
GameSetup more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
scripting 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
XML misc. string fixes 2009-11-04 15:29:28 +00:00
CConsole.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
CConsole.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
CLogger.cpp misc. string fixes 2009-11-04 15:29:28 +00:00
CLogger.h misc. string fixes 2009-11-04 15:29:28 +00:00
ConfigDB.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
ConfigDB.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
CStr.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
CStr.h misc. string fixes 2009-11-04 15:29:28 +00:00
DllLoader.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
DllLoader.h Add GPL header 2009-04-18 17:00:33 +00:00
Errors.cpp refactoring all PS_RESULT in GUI to PSRETURN/PSERROR 2009-09-27 15:04:46 +00:00
Errors.h Add GPL header 2009-04-18 17:00:33 +00:00
FileIo.cpp Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
FileIo.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Filesystem.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Filesystem.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Font.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Font.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Game.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Game.h Add GPL header 2009-04-18 17:00:33 +00:00
GameAttributes.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
GameAttributes.h Add GPL header 2009-04-18 17:00:33 +00:00
GameRecord.cpp Add GPL header 2009-04-18 17:00:33 +00:00
GameRecord.h Add GPL header 2009-04-18 17:00:33 +00:00
Globals.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Globals.h Add GPL header 2009-04-18 17:00:33 +00:00
Hotkey.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Hotkey.h Add GPL header 2009-04-18 17:00:33 +00:00
i18n.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
i18n.h Add GPL header 2009-04-18 17:00:33 +00:00
Interact.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Interact.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
KeyName.cpp Add GPL header 2009-04-18 17:00:33 +00:00
KeyName.h Add GPL header 2009-04-18 17:00:33 +00:00
Loader.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Loader.h Add GPL header 2009-04-18 17:00:33 +00:00
LoaderThunks.h Add GPL header 2009-04-18 17:00:33 +00:00
Overlay.cpp Add GPL header 2009-04-18 17:00:33 +00:00
Overlay.h Add GPL header 2009-04-18 17:00:33 +00:00
Parser.cpp Fix #251 (Config parser doesn't ignore comments), based on patch from Cygal 2009-08-12 15:17:35 +00:00
Parser.h Add GPL header 2009-04-18 17:00:33 +00:00
Player.cpp Add GPL header 2009-04-18 17:00:33 +00:00
Player.h Add GPL header 2009-04-18 17:00:33 +00:00
Profile.cpp misc. string fixes 2009-11-04 15:29:28 +00:00
Profile.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
ProfileViewer.cpp misc. string fixes 2009-11-04 15:29:28 +00:00
ProfileViewer.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
Pyrogenesis.cpp more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
Pyrogenesis.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Singleton.h Simplify the overly-complex CppDoc-breaking file headers 2009-04-18 17:51:05 +00:00
StringConvert.cpp Add GPL header 2009-04-18 17:00:33 +00:00
StringConvert.h Add GPL header 2009-04-18 17:00:33 +00:00
ThreadUtil.h Add GPL header 2009-04-18 17:00:33 +00:00
UniDoubler.h Add GPL header 2009-04-18 17:00:33 +00:00
utf16string.h Add GPL header 2009-04-18 17:00:33 +00:00
Util.cpp misc. string fixes 2009-11-04 15:29:28 +00:00
Util.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
Vector2D.h Add GPL header 2009-04-18 17:00:33 +00:00
World.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
World.h Add GPL header 2009-04-18 17:00:33 +00:00