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 12:06:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db168702dfe8d6ff3cf869b2a4850f4238f65641
0ad
/
source
/
lib
T
History
MarkT
db168702df
Jason's animation events. Also reworked entity-types system.
...
This was SVN commit r2209.
2005-05-01 19:09:13 +00:00
..
res
add include guards; reflect lockfree.h rename
2005-04-27 16:16:52 +00:00
sysdep
Jason's animation events. Also reworked entity-types system.
2005-05-01 19:09:13 +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
…
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
lockfree.cpp
rename to lockfree.*
2005-04-27 16:16:18 +00:00
lockfree.h
rename to lockfree.*
2005-04-27 16:16:18 +00:00
memcpy.cpp
…
mmgr.cpp
detect: add posix.h so _SC_* defines are visible (enables mem detect)
2005-03-27 17:24:57 +00:00
mmgr.h
…
nommgr.h
…
ogl.cpp
…
ogl.h
…
posix_types.h
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
posix.h
add O_NO_AIO_NP - if file.cpp doesn't want AIO access, the wposix code shouldn't open another (AIO capable) handle
2005-03-18 22:15:49 +00:00
precompiled.cpp
…
precompiled.h
remove no longer necessary include guard define (it used to work around a mmgr and crtdbg conflict, but that has since been fixed)
2005-03-18 22:26:49 +00:00
sdl.h
…
string_s.cpp
improved self-test as in lockless.cpp
2005-04-26 16:49:45 +00:00
string_s.h
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
timer.cpp
philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH
2005-03-18 22:44:55 +00:00
timer.h
…
types.h
…
wstring_s.cpp
…