0ad/source/lib/file/io
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
..
block_cache.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
block_cache.h remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
io_internal.h improvements and fixes: 2008-01-07 20:03:19 +00:00
io.cpp fix VFS bug preventing directories from being created: 2008-01-20 16:53:09 +00:00
io.h improvements and fixes: 2008-01-07 20:03:19 +00:00
write_buffer.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
write_buffer.h improvements and fixes: 2008-01-07 20:03:19 +00:00