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-10 16:15:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
85cf439f620c0a88b47e2dbf950e773de27b1218
0ad
/
source
/
lib
/
res
T
History
janwas
85cf439f62
slight changes (memset IOSlot; if(.. < 0) -> CHECK_ERR)
...
This was SVN commit r1171.
2004-09-19 19:28:00 +00:00
..
cursor.cpp
fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader.
2004-09-19 11:57:51 +00:00
cursor.h
…
file.cpp
slight changes (memset IOSlot; if(.. < 0) -> CHECK_ERR)
2004-09-19 19:28:00 +00:00
file.h
slight change to interface (FileIO* vs simple void* output value) to simplify Zip interface (needed to change because now it has to store data of its own in IOs when doing partial reads)
2004-09-19 15:51:12 +00:00
h_mgr.cpp
fixed debug_check_heap definition
2004-09-19 19:27:04 +00:00
h_mgr.h
…
mem.cpp
remove mem_assign and mem_assign_user (all call sites rewritten so that they're no longer needed)
2004-09-19 13:41:49 +00:00
mem.h
remove mem_assign and mem_assign_user (all call sites rewritten so that they're no longer needed)
2004-09-19 13:41:49 +00:00
ogl_tex.cpp
…
ogl_tex.h
…
res.cpp
…
res.h
fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader.
2004-09-19 11:57:51 +00:00
snd.cpp
move low-level sound/music code from musicplayer to res/snd; also put oal.* in there
2004-09-19 15:57:20 +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
no longer 2 tex_write calls - just one that fills a TexInfo directly => no longer need mem_assign to wrap a pointer, only to dereference immediately thereafter
2004-09-19 13:43:53 +00:00
tex.h
…
unifont.cpp
fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader.
2004-09-19 11:57:51 +00:00
unifont.h
…
vfs.cpp
- add vfs_io_complete (wasn't in header) and vfs_size (convenience function)
2004-09-19 15:42:32 +00:00
vfs.h
- add vfs_io_complete (wasn't in header) and vfs_size (convenience function)
2004-09-19 15:42:32 +00:00
zip.cpp
worked on partial zip reads. also changed to bring in line with file/vfs for slightly changed streaming interface
2004-09-19 15:49:46 +00:00
zip.h
worked on partial zip reads. also changed to bring in line with file/vfs for slightly changed streaming interface
2004-09-19 15:49:46 +00:00