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-06 23:45:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09cf9dce751ab7b837b4bdcea063d3da75020278
0ad
/
source
/
lib
/
res
T
History
janwas
09cf9dce75
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)
...
This was SVN commit r932.
2004-08-07 13:34:43 +00:00
..
cursor.cpp
change CVFSFile header path
2004-07-31 11:38:13 +00:00
cursor.h
…
file.cpp
use get_executable_path (sysdep) instead of relying solely on argv0
2004-08-05 19:20:45 +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
Introducing: The Pre-Game State. The game instance is not created on program load as before, but can be started by JS functions.
2004-08-05 13:07:51 +00:00
h_mgr.h
RES_TEMP scope alias: RES_NO_CACHE
2004-08-05 12:45:56 +00:00
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
ignore .xmb files when reloading (not critical, just avoids output clutter)
2004-08-03 12:56:44 +00:00
res.h
Removed references to font.h
2004-07-31 12:44:13 +00:00
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
slight improvements in use of res code.
2004-07-31 01:57:26 +00:00
unifont.h
…
vfs.cpp
missing brace - d'oh!
2004-08-05 14:06:16 +00:00
vfs.h
add flags param for future use (as in vfs_store)
2004-08-05 12:47:40 +00:00
zip.cpp
remove dead code
2004-08-01 20:23:11 +00:00
zip.h
hook up aio; cleanup; commenting
2004-07-31 11:03:17 +00:00