This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
db1a6ddf3889be8031befe54fbdb9cc544051097
0ad
/
source
/
lib
/
res
T
History
Ykkrosh
56af3ca47d
Made lodbias and vsync config options work. Removed CHEEZY_NOMIPMAP (which forced mipmaps to be enabled), since it's evil.
...
This was SVN commit r1971.
2005-03-09 00:55:22 +00:00
..
cursor.cpp
…
cursor.h
…
file.cpp
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
file.h
clean up reload code; add cache invalidate call when reloading (make sure file contents are actually loaded)
2005-02-27 19:11:39 +00:00
h_mgr.cpp
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
h_mgr.h
…
handle.h
…
hotload.h
…
jmemdatasrc.cpp
…
mem.cpp
…
mem.h
…
ogghack.cpp
…
ogghack.h
…
ogl_tex.cpp
Made lodbias and vsync config options work. Removed CHEEZY_NOMIPMAP (which forced mipmaps to be enabled), since it's evil.
2005-03-09 00:55:22 +00:00
ogl_tex.h
…
res.cpp
reloading is optimized and armor-plated. eliminated an evil race condition.
2005-03-02 12:06:40 +00:00
res.h
…
snd.cpp
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
snd.h
…
tex.cpp
…
tex.h
…
unifont.cpp
…
unifont.h
…
vfs.cpp
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
vfs.h
…
zip.cpp
…
zip.h
…