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-26 20:28:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b7a05fd50bd4f99156311df9e9e11b16bc7fe647
0ad
/
source
/
lib
T
History
janwas
b7a05fd50b
fix iterator invalidation bug triggered by multiple mount points; add vfs_uncached_io()
...
This was SVN commit r657.
2004-07-08 14:38:58 +00:00
..
res
fix iterator invalidation bug triggered by multiple mount points; add vfs_uncached_io()
2004-07-08 14:38:58 +00:00
sysdep
add read/write prototypes (file.cpp wasn't including a windows header that defined them elsewhere)
2004-07-08 14:24:17 +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
Non-PCH header fix
2004-07-07 19:40:20 +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
Non-PCH header fix
2004-07-07 19:40:20 +00:00
timer.h
…
types.h
…