0ad/source/simulation2
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
..
components Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
docs Happy New Year! :D 2015-01-02 14:22:23 +00:00
helpers Fix compilation failure with GCC and C++98/03. 2015-01-01 23:57:04 +00:00
scripting Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
serialization Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
system Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
tests CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00
MessageTypes.h Exact stack rooting for simulation message type conversions. 2014-08-09 20:02:49 +00:00
Simulation2.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
Simulation2.h Remove code duplication and some cleanup. 2014-12-30 18:21:02 +00:00
TypeList.h Add a new Visibility component that will eventually allow scripted components and mods to influence an entity's visibility. 2014-11-04 20:53:25 +00:00