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-21 16:26:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
92ade065c34fb0efe574d358f576bcea600aaa1d
0ad
/
source
/
lib
/
res
T
History
Ykkrosh
7925a3fc4d
Avoid crashing when something minor that should never fail fails (though the cause of that failure is fairly major (but currently unknown))
...
This was SVN commit r1174.
2004-09-20 18:27:22 +00:00
..
cursor.cpp
…
cursor.h
…
file.cpp
slight changes (memset IOSlot; if(.. < 0) -> CHECK_ERR)
2004-09-19 19:28:00 +00:00
file.h
…
h_mgr.cpp
fixed debug_check_heap definition
2004-09-19 19:27:04 +00:00
h_mgr.h
…
mem.cpp
…
mem.h
…
ogl_tex.cpp
…
ogl_tex.h
…
res.cpp
…
res.h
…
snd.cpp
fix incorrect buffer free (now handled by ALBuffer); work in progress
2004-09-19 19:29:03 +00:00
snd.h
move low-level sound/music code from musicplayer to res/snd; also put oal.* in there
2004-09-19 15:57:20 +00:00
tex.cpp
Avoid crashing when something minor that should never fail fails (though the cause of that failure is fairly major (but currently unknown))
2004-09-20 18:27:22 +00:00
tex.h
…
unifont.cpp
…
unifont.h
…
vfs.cpp
…
vfs.h
…
zip.cpp
…
zip.h
…