1
0
forked from 0ad/0ad
0ad/source/ps/scripting
janwas 9662666403 more string drudgery
- sprintf, snprintf -> sprintf_s (ensures 0-termination of result)
- use %s instead of %hs with sprintf_s to avoid GCC warnings
- convert h_mgr's to_string to unicode

This was SVN commit r7170.
2009-11-06 10:59:10 +00:00
..
JSCollection.cpp Add GPL header 2009-04-18 17:00:33 +00:00
JSCollection.h more string drudgery 2009-11-06 10:59:10 +00:00
JSInterface_Console.cpp Add GPL header 2009-04-18 17:00:33 +00:00
JSInterface_Console.h Add GPL header 2009-04-18 17:00:33 +00:00
JSInterface_Selection.cpp Add GPL header 2009-04-18 17:00:33 +00:00
JSInterface_Selection.h Add GPL header 2009-04-18 17:00:33 +00:00
JSInterface_VFS.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
JSInterface_VFS.h Add GPL header 2009-04-18 17:00:33 +00:00
JSMap.h Add GPL header 2009-04-18 17:00:33 +00:00