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-01 19:46:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f6cfcd05553277f5d20f637ea8d4c99079e86d71
0ad
/
source
/
lib
T
History
janwas
f6cfcd0555
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)
...
This was SVN commit r1161.
2004-09-19 15:51:12 +00:00
..
res
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
sysdep
Increased paranoia, in case the i18n system crashes while translating the crash message
2004-09-06 11:39:27 +00:00
adts.cpp
…
adts.h
…
config.h
GCC fixes: avoid warnings about XP_UNIX
2004-08-21 12:52:31 +00:00
detect.cpp
…
detect.h
Updated include path for files moved into sysdep/
2004-07-31 15:44:20 +00:00
glext_funcs.h
…
input.cpp
Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code.
2004-07-20 19:30:35 +00:00
input.h
…
lib.cpp
…
lib.h
Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc.
2004-07-24 14:04:40 +00:00
memcpy.cpp
…
oal.cpp
sound/music player now responsible for calling oal_Init, due to delay-loading.
2004-08-12 17:32:37 +00:00
oal.h
sound/music player now responsible for calling oal_Init, due to delay-loading.
2004-08-12 17:32:37 +00:00
ogl.cpp
oglCheck() function, which blows up when you add invalid OpenGL code
2004-08-06 14:58:58 +00:00
ogl.h
oglCheck() function, which blows up when you add invalid OpenGL code
2004-08-06 14:58:58 +00:00
posix.h
…
precompiled.cpp
…
precompiled.h
…
sdl.h
…
timer.cpp
removed debug output from FPS code
2004-08-12 16:06:47 +00:00
timer.h
removed debug output from FPS code
2004-08-12 16:06:47 +00:00
types.h
…