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-09 10:56:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a238d018b1c8bb967de78419a2ae5b3b05e679ba
0ad
/
source
/
lib
T
History
janwas
d8f05aee4b
implement hash table object; expand test to include that; change all "key"s to uintptr_t
...
This was SVN commit r2177.
2005-04-26 20:51:43 +00:00
..
res
…
sysdep
wposix_types: better standards conformance
2005-04-26 16:49:09 +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
add rand_up_to
2005-04-26 16:47:48 +00:00
lib.h
add rand_up_to
2005-04-26 16:47:48 +00:00
lockless.cpp
implement hash table object; expand test to include that; change all "key"s to uintptr_t
2005-04-26 20:51:43 +00:00
lockless.h
implement hash table object; expand test to include that; change all "key"s to uintptr_t
2005-04-26 20:51:43 +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
…