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-03 20:06:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f08cd3466c98dfa73783b2500fac199035eddb00
0ad
/
source
/
lib
/
res
T
History
janwas
f08cd3466c
increase REF_BITS to 16 (=> 64k refs possible)
...
This was SVN commit r936.
2004-08-08 16:40:59 +00:00
..
cursor.cpp
…
cursor.h
…
file.cpp
fix comment on not storing aiocb in struct File
2004-08-07 13:44:28 +00:00
file.h
more comments; also SECTOR_SIZE constant added
2004-08-05 14:01:49 +00:00
font.cpp
…
font.h
…
h_mgr.cpp
increase REF_BITS to 16 (=> 64k refs possible)
2004-08-08 16:40:59 +00:00
h_mgr.h
…
mem.cpp
add support for lying about a memory handle's actual allocation (useful for the file code, which allocates extra room for padding yet wants to return the allocation's handle)
2004-08-07 13:34:43 +00:00
mem.h
add support for lying about a memory handle's actual allocation (useful for the file code, which allocates extra room for padding yet wants to return the allocation's handle)
2004-08-07 13:34:43 +00:00
ogl_tex.cpp
moved DDS file size check to tex (it's file format-specific)
2004-08-07 13:32:32 +00:00
ogl_tex.h
…
res.cpp
…
res.h
…
tex.cpp
due to mem fix, DDS file size is correct; assert that verifies that was moved here from ogl_tex and un-commented-out
2004-08-07 13:33:30 +00:00
tex.h
…
unifont.cpp
…
unifont.h
…
vfs.cpp
update vfs_load; now returns handle with the correct file size (i.e. leaving out padding)
2004-08-07 13:45:03 +00:00
vfs.h
add flags param for future use (as in vfs_store)
2004-08-05 12:47:40 +00:00
zip.cpp
…
zip.h
…