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-11 06:17:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c9250bd415fdd15dee884d915a9402e92e7fb667
0ad
/
source
/
lib
/
res
T
History
janwas
39a9eb19cf
again raised "infinite loop" warning threshold because it was still being hit, apparently. value is still plausible.
...
This was SVN commit r3582.
2006-03-02 07:23:30 +00:00
..
file
again raised "infinite loop" warning threshold because it was still being hit, apparently. value is still plausible.
2006-03-02 07:23:30 +00:00
graphics
file code v2 is now feature complete and works.
2006-02-23 07:55:32 +00:00
sound
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
h_mgr.cpp
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
h_mgr.h
- massive overhaul of lib error code returning. int -> LibError everywhere.
2005-12-11 22:23:55 +00:00
handle.h
…
mem.cpp
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
mem.h
- massive overhaul of lib error code returning. int -> LibError everywhere.
2005-12-11 22:23:55 +00:00
res.h
- split up lib/res into file, graphics and sound.
2005-08-12 17:06:53 +00:00