0ad/source/scriptinterface
Ykkrosh bb9de80dd4 Convert CConsole to take UTF-8 strings.
This avoids vswprintf failures when printing non-ASCII char* strings
from CLogger into the console.

Also convert ScriptInterface::ToString to return UTF-8, to avoid some
utf8_from_wstring calls.

Also remove some unused and redundant CConsole functions.

This was SVN commit r16333.
2015-02-14 01:49:34 +00:00
..
tests Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
third_party SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
DebuggingServer.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
DebuggingServer.h I completely missed the header files when disabling the JS debugger. 2014-01-05 10:26:27 +00:00
NativeWrapperDecls.h SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
NativeWrapperDefns.h SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
ScriptConversions.cpp SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
ScriptExtraHeaders.h Remove checks for unsupported GCC versions (<4.6). 2015-01-24 20:37:07 +00:00
ScriptInterface.cpp Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
ScriptInterface.h Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
ScriptRuntime.cpp SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
ScriptRuntime.h SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
ScriptStats.cpp Second (main) commit for the SpiderMonkey upgrade. 2014-03-28 20:26:32 +00:00
ScriptStats.h Add JS memory usage to profiler. 2010-08-02 19:23:58 +00:00
ScriptTypes.h Fixes build with libmozjs-31-dev package from Ubuntu PPA. Fixes #3039. 2015-02-07 18:28:44 +00:00
ScriptVal.h Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ThreadDebugger.cpp SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
ThreadDebugger.h I completely missed the header files when disabling the JS debugger. 2014-01-05 10:26:27 +00:00