1
0
forked from 0ad/0ad
0ad/source/ps/XML
Ykkrosh e02d7ad949 Automatically replace %hs/%ls with %s in CLogger format strings.
Everything is char* now, so we don't need to mess around with different
string types.

Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs perl
-pi -e'1 while
s/(LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR).*)%[hl]s/$1%s/g'

This was SVN commit r16187.
2015-01-22 20:36:24 +00:00
..
tests CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00
RelaxNG.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
RelaxNG.h # Add new renderer mode based on GL_ARB_fragment_program. 2011-03-26 20:17:21 +00:00
Xeromyces.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
Xeromyces.h Remove some redundant code 2012-03-05 18:30:00 +00:00
XeroXMB.cpp Add XMB file format version to the XMB files and check it when loading a file. 2014-06-14 23:41:33 +00:00
XeroXMB.h Add XMB file format version to the XMB files and check it when loading a file. 2014-06-14 23:41:33 +00:00
XMLWriter.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
XMLWriter.h # Add new renderer mode based on GL_ARB_fragment_program. 2011-03-26 20:17:21 +00:00