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-22 21:27:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ff0d112d2ce1a5ca88f80c8bb146fa048c313fc
0ad
/
source
/
lib
T
History
janwas
0e4624397a
breakpoint WIP
...
This was SVN commit r2280.
2005-05-11 04:37:05 +00:00
..
res
Support reading DDS files with mipmaps
2005-05-10 18:29:18 +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
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
…
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
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
…