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-07 07:27:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bc78557f1055ee4fc4e971770136e88cc56d85bd
0ad
/
source
/
lib
/
res
/
file
T
History
janwas
e3b0f20d4e
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
...
This was SVN commit r3035.
2005-10-27 16:53:41 +00:00
..
file.cpp
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
file.h
…
vfs_mount.cpp
loaders: increase timeout interval (less time wasted in main loop during loading)
2005-10-21 18:01:21 +00:00
vfs_mount.h
loaders: increase timeout interval (less time wasted in main loop during loading)
2005-10-21 18:01:21 +00:00
vfs_path.cpp
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
vfs_path.h
…
vfs_tree.cpp
file_open: cleanup
2005-10-23 23:57:59 +00:00
vfs_tree.h
loaders: increase timeout interval (less time wasted in main loop during loading)
2005-10-21 18:01:21 +00:00
vfs.cpp
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
vfs.h
ogl_tex: centralize OpenGL caps detection; allow user override for broken card/driver combos
2005-10-17 23:35:16 +00:00
zip.cpp
file_open: cleanup
2005-10-23 23:57:59 +00:00
zip.h
…