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 12:05:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02f509feb77204b48a6a2e023d3be17dd66767f4
0ad
/
source
/
lib
T
History
janwas
02f509feb7
fixed timer jump issue when timer implementation changes at runtime; now calculates time more accurately
...
This was SVN commit r609.
2004-06-27 01:45:47 +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
fixed timer jump issue when timer implementation changes at runtime; now calculates time more accurately
2004-06-27 01:45:47 +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
…
detect.cpp
…
detect.h
…
gfx.h
…
glext_funcs.h
…
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
…
lib.h
…
memcpy.cpp
…
ogl.cpp
…
ogl.h
…
os.h
…
posix.h
…
precompiled.cpp
…
precompiled.h
…
sdl.h
…
timer.cpp
improvement to timer_res, allows multiple calls
2004-06-24 00:41:29 +00:00
timer.h
…
types.h
…