This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
fa37c9b441aea13dd60520b8df2281ebc87f7dd7
0ad
/
source
/
lib
/
file
/
vfs
T
History
janwas
24aa71b566
safely handle the case where an archive required for populating a directory cannot be opened (e.g. because it is open within 7-zip, which apparently wants exclusive access)
...
fixes
#1021
This was SVN commit r10631.
2011-11-29 16:51:58 +00:00
..
file_cache.cpp
gracefully handle the case where the file cache is full of data still referenced elsewhere.
2011-05-04 22:19:38 +00:00
file_cache.h
…
vfs_lookup.cpp
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
2011-05-04 12:10:17 +00:00
vfs_lookup.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +00:00
vfs_path.cpp
…
vfs_path.h
…
vfs_populate.cpp
safely handle the case where an archive required for populating a directory cannot be opened (e.g. because it is open within 7-zip, which apparently wants exclusive access)
2011-11-29 16:51:58 +00:00
vfs_populate.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +00:00
vfs_tree.cpp
add support for removing individual files from VFS and a mechanism for automatically doing so (add filename.extension.DELETED to the same directory/archive), as discussed in meeting.
2011-11-26 18:37:53 +00:00
vfs_tree.h
add support for removing individual files from VFS and a mechanism for automatically doing so (add filename.extension.DELETED to the same directory/archive), as discussed in meeting.
2011-11-26 18:37:53 +00:00
vfs_util.cpp
refactor file interface. requires workspace update
2011-05-25 10:39:13 +00:00
vfs_util.h
refactor file interface. requires workspace update
2011-05-25 10:39:13 +00:00
vfs.cpp
add support for removing individual files from VFS and a mechanism for automatically doing so (add filename.extension.DELETED to the same directory/archive), as discussed in meeting.
2011-11-26 18:37:53 +00:00
vfs.h
add support for removing individual files from VFS and a mechanism for automatically doing so (add filename.extension.DELETED to the same directory/archive), as discussed in meeting.
2011-11-26 18:37:53 +00:00