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 22:34:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7bf48e95c423e34227f327e8f1e152f51d49cbc1
0ad
/
source
/
lib
/
res
T
History
janwas
2f438a6889
cache_allocator bugfix: do not attempt to coalesce allocations that are at start/end of committed region. fixes self-test failure.
...
This was SVN commit r3466.
2006-02-03 21:44:09 +00:00
..
file
cache_allocator bugfix: do not attempt to coalesce allocations that are at start/end of committed region. fixes self-test failure.
2006-02-03 21:44:09 +00:00
graphics
Cache: implement meat of landlord algorithm and add remove()
2006-01-28 22:19:42 +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
…