1
0
forked from 0ad/0ad
0ad/source/simulation2
Ykkrosh 49e2ecea63 Automatically convert all CLogger format strings from wchar_t* to char*.
Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs sed
-i 's/LOG\(MESSAGE\|MESSAGERENDER\|WARNING\|ERROR\)(L/LOG\1(/g'

This was SVN commit r16183.
2015-01-22 20:31:30 +00:00
..
components Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +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 convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
serialization Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
system Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +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 convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +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