0ad/source/lib/file
Ykkrosh 33ab686128 Fix scanf buffer size
This was SVN commit r7242.
2010-01-04 19:15:24 +00:00
..
archive implement changes suggested by Philip: 2009-11-09 20:53:48 +00:00
common Fix scanf buffer size 2010-01-04 19:15:24 +00:00
disabled_tests Add GPL header 2009-04-18 17:00:33 +00:00
io ICC build fixes 2010-01-01 15:33:07 +00:00
vfs refactor: move reload functionality into ps/Filesystem to allow reloading non-resource files (e.g. scripts); VFS is now responsible for returning VirtualPath and invalidating the changed file/directory 2009-11-06 11:50:04 +00:00
file_system_util.cpp ICC build fixes 2010-01-01 15:33:07 +00:00
file_system_util.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
file_system.cpp VC fix: mustn't use filename/parent_path instead of leaf/branch_path because those aren't yet available in the version of boost we're currently using. 2009-11-14 18:32:27 +00:00
file_system.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00
file.cpp fix: unix doesn't have a standard wopen(). we'd like to use wchar_t _wopen on Windows, and convert to UTF8+open() on unix, which calls for adding a new sys_wopen() interface to sysdep. 2009-11-06 16:46:08 +00:00
file.h huge cleanup and conversion of most string handling (especially paths) to unicode 2009-11-03 21:46:35 +00:00