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-02 03:45:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6034821b4a16d3e6715f1af4ca3bfb29fbea699a
0ad
/
source
/
lib
T
History
Ykkrosh
6034821b4a
Slightly more readable enum naming in mipmap code
...
This was SVN commit r2282.
2005-05-11 04:56:05 +00:00
..
res
Slightly more readable enum naming in mipmap code
2005-05-11 04:56:05 +00:00
sysdep
breakpoint WIP
2005-05-11 04:37:05 +00:00
adts.cpp
…
adts.h
adts, lib: add some minor comments
2005-04-09 22:24:08 +00:00
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
…
lf_alloc.cpp
EntityManager.cpp: safety improvements
2005-05-09 04:41:35 +00:00
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
EntityManager.cpp: safety improvements
2005-05-09 04:41:35 +00:00
lockfree.h
EntityManager.cpp: safety improvements
2005-05-09 04:41:35 +00:00
memcpy.cpp
…
mmgr.cpp
EntityManager.cpp: safety improvements
2005-05-09 04:41:35 +00:00
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
…