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-25 02:44:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
01588f267fe9725ea6bf0baffcf733320bcf9a46
0ad
/
source
/
lib
T
History
janwas
d1a66c93b0
fix bug: was calling HeapSetInformation directly, not through function pointer
...
This was SVN commit r2250.
2005-05-06 20:14:40 +00:00
..
res
fix rare corner case where filter would be reset to GL_LINEAR. thanks, Philip!
2005-05-04 22:03:00 +00:00
sysdep
fix bug: was calling HeapSetInformation directly, not through function pointer
2005-05-06 20:14:40 +00:00
adts.cpp
…
adts.h
…
byte_order.cpp
…
byte_order.h
…
config.h
…
debug.cpp
…
detect.cpp
hopefully fixed bug
#57
(limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit.
2005-04-19 17:07:05 +00:00
detect.h
hopefully fixed bug
#57
(limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit.
2005-04-19 17:07:05 +00:00
glext_funcs.h
…
input.cpp
…
input.h
…
lib.cpp
moved lock-free primitive (CAS) here; add support functions (memory barrier and instruction serialization)
2005-05-03 05:05:16 +00:00
lib.h
moved lock-free primitive (CAS) here; add support functions (memory barrier and instruction serialization)
2005-05-03 05:05:16 +00:00
lockfree.cpp
disable self test for now, since Wijit's dual CPU box is having problems (bug
#59
)
2005-05-03 16:12:04 +00:00
lockfree.h
rename to lockfree.*
2005-04-27 16:16:18 +00:00
memcpy.cpp
…
mmgr.cpp
…
mmgr.h
…
nommgr.h
…
ogl.cpp
…
ogl.h
…
posix_types.h
…
posix.h
…
precompiled.cpp
…
precompiled.h
…
sdl.h
…
string_s.cpp
improved self-test as in lockless.cpp
2005-04-26 16:49:45 +00:00
string_s.h
…
timer.cpp
…
timer.h
…
types.h
…
wstring_s.cpp
…