1
0
forked from 0ad/0ad
0ad/source/lib/file
janwas aebf8cbf68 fix VFS bug preventing directories from being created:
- vfs_lookup: currentPath was of wrong type; simplified and fix create
logic
- archive_zip: fix: correctly handle filenames with /
- vfs: remove workaround for above bug
- io: temporarily disable block caching (works around problem with zip
file created by 7z)

add and use new wdbg_heap module (WIP)
remove mmgr

This was SVN commit r5571.
2008-01-20 16:53:09 +00:00
..
archive fix VFS bug preventing directories from being created: 2008-01-20 16:53:09 +00:00
common remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
disabled_tests WIP of new file code 2007-11-20 18:51:07 +00:00
io fix VFS bug preventing directories from being created: 2008-01-20 16:53:09 +00:00
vfs fix VFS bug preventing directories from being created: 2008-01-20 16:53:09 +00:00
file_system_posix.cpp fixes and improvements 2007-12-22 18:15:52 +00:00
file_system_posix.h fixes and improvements 2007-12-22 18:15:52 +00:00
file_system_util.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
file_system_util.h improvements and fixes: 2008-01-07 20:03:19 +00:00
file_system.cpp part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
file_system.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
file.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
file.h improvements and fixes: 2008-01-07 20:03:19 +00:00
path.cpp pending improvements and partial fixes to self-tests 2008-01-03 22:07:18 +00:00
path.h improvements and fixes: 2008-01-07 20:03:19 +00:00