0ad/source/lib/file
2011-04-30 15:57:43 +00:00
..
archive cleanup 2011-04-30 13:22:46 +00:00
common split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
disabled_tests license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
io add error code for file not found. return error code from io::Load, warn and return from io::Store (both without triggering assertions). 2011-04-30 15:41:19 +00:00
vfs make VFS thread-safe, per long-standing request by Philip 2011-04-30 15:57:43 +00:00
file_system_util.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
file_system_util.h fixes from work: avoid potential 0-pointer dereference in freelist, also avoid branching in freelist functions via sentinel 2011-03-28 12:28:29 +00:00
file_system.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
file_system.h refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
file.cpp add error code for file not found. return error code from io::Load, warn and return from io::Store (both without triggering assertions). 2011-04-30 15:41:19 +00:00
file.h add error code for file not found. return error code from io::Load, warn and return from io::Store (both without triggering assertions). 2011-04-30 15:41:19 +00:00