1
0
forked from 0ad/0ad
0ad/source/tools/atlas
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
..
AtlasFrontends Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasObject Fixed Linux build issue 2009-06-26 21:49:46 +00:00
AtlasScript Attempt to fix type ambiguity (http://www.wildfiregames.com/forum/index.php?showtopic=12546) 2009-08-03 09:50:23 +00:00
AtlasUI Use extended regexps instead of advanced, for portability 2009-09-11 16:41:18 +00:00
DatafileIO Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
GameInterface more string drudgery 2009-11-06 10:59:10 +00:00
wxJS Fixed wxJS GetKeyState. Fixed crash when manipulating a destroyed button. 2009-07-02 11:47:32 +00:00