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-06-29 07:48:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12170cabeb13c152f705ce7fdd3a8ee0e7bf1053
0ad
/
source
/
lib
T
History
Ykkrosh
12170cabeb
Headers for non-PCH
...
This was SVN commit r611.
2004-06-28 15:34:10 +00:00
..
res
res reload callback interface change: now also receives handle of object being reloaded. simplifies tex reload code
2004-06-25 22:19:19 +00:00
sysdep
Headers for non-PCH
2004-06-28 15:34:10 +00:00
adts.cpp
…
adts.h
fixed sneaky iterator bug: when ring buffer full, begin() was equal to end()
2004-06-27 01:42:17 +00:00
config.h
…
cpu.h
fixed HT detect (thanks to philip for testing)
2004-06-23 13:45:50 +00:00
detect.cpp
split stuff out into cpu, os, gfx interfaces
2004-06-19 14:45:04 +00:00
detect.h
split stuff out into cpu, os, gfx interfaces
2004-06-19 14:45:04 +00:00
gfx.h
more L4 warnings stomped
2004-06-22 13:22:46 +00:00
glext_funcs.h
Miscellaneous gcc fixes
2004-06-18 18:56:10 +00:00
input.cpp
better interface (constants for event handler return value, instead of "what does it do again" bool)
2004-06-24 14:05:39 +00:00
input.h
better interface (constants for event handler return value, instead of "what does it do again" bool)
2004-06-24 14:05:39 +00:00
lib.cpp
add log2
2004-06-19 14:43:31 +00:00
lib.h
Headers for non-PCH
2004-06-28 15:34:10 +00:00
memcpy.cpp
…
ogl.cpp
oglPrintError now outputs to debug output window
2004-06-15 02:43:56 +00:00
ogl.h
…
os.h
split stuff out into cpu, os, gfx interfaces
2004-06-19 14:45:04 +00:00
posix.h
…
precompiled.cpp
…
precompiled.h
Leak-detect malloc/etc too
2004-06-15 21:27:12 +00:00
sdl.h
…
timer.cpp
improvement to timer_res, allows multiple calls
2004-06-24 00:41:29 +00:00
timer.h
…
types.h
…