1
0
forked from 0ad/0ad
0ad/source
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
..
collada more string drudgery 2009-11-06 10:59:10 +00:00
dcdt/se Fixed one set of annoying DCDT warnings 2008-07-18 23:49:51 +00:00
graphics add VirtualPath API to VFS in preparation for moving hotload logic out of library code and into the game. also rename GetRealPath -> RealPath + some cleanup/documentation 2009-11-06 01:30:16 +00:00
gui more string drudgery 2009-11-06 10:59:10 +00:00
i18n more unicode/string cleanup: 2009-11-03 22:27:25 +00:00
lib more string drudgery 2009-11-06 10:59:10 +00:00
maths more string drudgery 2009-11-06 10:59:10 +00:00
mocks Simplify sys_get_executable_name by using realpath 2009-08-09 20:28:46 +00:00
network more string drudgery 2009-11-06 10:59:10 +00:00
pch Add GPL header 2009-04-18 17:00:33 +00:00
ps more string drudgery 2009-11-06 10:59:10 +00:00
renderer more string drudgery 2009-11-06 10:59:10 +00:00
scripting more string drudgery 2009-11-06 10:59:10 +00:00
simulation more string drudgery 2009-11-06 10:59:10 +00:00
sound misc. string fixes 2009-11-04 15:29:28 +00:00
tools more string drudgery 2009-11-06 10:59:10 +00:00
contributors.txt Add list of code contributors 2009-08-12 15:53:02 +00:00
main.cpp add support for hotloading (i.e. reacting to directory change notifications and reloading the affected files) 2009-11-04 22:35:54 +00:00
test_setup.cpp huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00