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-04 20:06:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f9ac488cd60ed10d85ffbac9a3b83de71c491c9
0ad
/
source
/
lib
T
History
janwas
1f9ac488cd
open wrapper: fixes file sharing bug, now passes in O_CREAT mode
...
This was SVN commit r628.
2004-07-05 02:27:51 +00:00
..
res
fixed bug (missing else) reported by philip. thanks!
2004-06-30 18:47:15 +00:00
sysdep
open wrapper: fixes file sharing bug, now passes in O_CREAT mode
2004-07-05 02:27:51 +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
Slightly nicer control of debugging memory allocators
2004-06-30 16:06:05 +00:00
cpu.h
fixed HT detect (thanks to philip for testing)
2004-06-23 13:45:50 +00:00
detect.cpp
…
detect.h
…
gfx.h
more L4 warnings stomped
2004-06-22 13:22:46 +00:00
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
Headers for non-PCH
2004-06-28 15:34:10 +00:00
memcpy.cpp
…
ogl.cpp
…
ogl.h
…
os.h
…
posix.h
…
precompiled.cpp
…
precompiled.h
no change, fixed conflict with local version (i have the debug new stuff commented out, because it conflicts with BC)
2004-07-02 03:02:40 +00:00
sdl.h
…
timer.cpp
nice new timeSinceLastFrame filter, stable yet responsive. useful for interpolating stuff and of course for FPS.
2004-07-02 03:04:55 +00:00
timer.h
…
types.h
…