This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-26 15:27:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8e94dea94d508c75889525585443e66eff297a4b
0ad
/
source
/
lib
/
file
/
vfs
T
History
Ykkrosh
0f4928bd0a
Use dummy IO tracer, to avoid overhead of storing data that will never be used. (See #1143.)
...
This was SVN commit r11007.
2012-02-02 23:12:36 +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
…
vfs_path.cpp
…
vfs_path.h
…
vfs_populate.cpp
Include *.DELETED files when building archives. See
#1110
.
2012-01-14 18:46:20 +00:00
vfs_populate.h
…
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
Use dummy IO tracer, to avoid overhead of storing data that will never be used. (See #1143.)
2012-02-02 23:12:36 +00:00
vfs.h
Include *.DELETED files when building archives. See
#1110
.
2012-01-14 18:46:20 +00:00