0ad/source/ps/scripting
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
..
JSInterface_ConfigDB.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
JSInterface_ConfigDB.h Removes g_ScriptingHost and implements global to compartment 1 to 1 relation. 2014-01-04 10:14:53 +00:00
JSInterface_Console.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
JSInterface_Console.h Replace or remove uses of Engine.Console_Write. Patch by Adrian Fatol. Fixes #2141. 2014-07-24 21:27:24 +00:00
JSInterface_Mod.cpp Clean up JSON parsing code. Refs #1374. 2014-11-13 01:26:22 +00:00
JSInterface_Mod.h Add mod selection mod. 2014-08-25 16:02:54 +00:00
JSInterface_VFS.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
JSInterface_VFS.h Removes g_ScriptingHost and implements global to compartment 1 to 1 relation. 2014-01-04 10:14:53 +00:00