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-10 13:36:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1bcf156680e5d6b1eed1e9cf8a57bfc40004ed96
0ad
/
source
/
lib
T
History
janwas
216eb8d2fe
fix rare corner case where filter would be reset to GL_LINEAR. thanks, Philip!
...
This was SVN commit r2240.
2005-05-04 22:03:00 +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
lockfree: very rough beginnings of lockfree allocator
2005-05-12 17:18:32 +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
…