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-07-13 18:54:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7f40968760d2d19929affed1ff1d1088a473307c
0ad
/
source
/
lib
/
res
T
History
janwas
9fd08fb044
vfs_tree: revise hash table implementation to make it reusable (not yet finished)
...
This was SVN commit r2122.
2005-04-09 22:25:23 +00:00
..
cursor.cpp
…
cursor.h
…
file.cpp
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
file.h
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
h_mgr.cpp
…
h_mgr.h
…
handle.h
…
hotload.h
…
jmemdatasrc.cpp
…
mem.cpp
…
mem.h
…
ogghack.cpp
…
ogghack.h
…
ogl_tex.cpp
…
ogl_tex.h
…
res.cpp
…
res.h
…
snd.cpp
…
snd.h
…
tex.cpp
…
tex.h
…
unifont.cpp
…
unifont.h
…
vfs_path.cpp
- fix bug (wasn't setting mount_point of dir being mounted => crash while writing screenshot)
2005-03-27 17:27:49 +00:00
vfs_path.h
- fix bug (wasn't setting mount_point of dir being mounted => crash while writing screenshot)
2005-03-27 17:27:49 +00:00
vfs_tree.cpp
vfs_tree: revise hash table implementation to make it reusable (not yet finished)
2005-04-09 22:25:23 +00:00
vfs_tree.h
- fix bug (wasn't setting mount_point of dir being mounted => crash while writing screenshot)
2005-03-27 17:27:49 +00:00
vfs.cpp
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
vfs.h
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
zip.cpp
- file bugfix: truncate when opening for writing (problem reported by philip)
2005-03-29 06:27:35 +00:00
zip.h
…