0ad/source/lib/file
janwas 78bc63d92c 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.
remove needless restriction on wdbg_printf buffer size
update description of wdbg_printf to match wvsprintfW's real behavior

This was SVN commit r7199.
2009-11-14 18:32:27 +00:00
..
archive implement changes suggested by Philip: 2009-11-09 20:53:48 +00:00
common Fix build and tests on Linux 2009-11-06 18:35:32 +00:00
disabled_tests Add GPL header 2009-04-18 17:00:33 +00:00
io add support for hotloading (i.e. reacting to directory change notifications and reloading the affected files) 2009-11-04 22:35:54 +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 fix: native and vfs directory paths should end with '/' (more code cares about this now) 2009-11-05 20:46:15 +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