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-26 17:26:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c2b7df72ce3d3a23ecf2283d3adbd88aaec18795
0ad
/
source
/
lib
T
History
Ykkrosh
5460b8982e
Various small fixes and minimal improvements
...
This was SVN commit r2035.
2005-03-22 13:54:37 +00:00
..
res
zip: add instrumentation, see how much time decompression takes
2005-03-18 22:18:34 +00:00
sysdep
Various small fixes and minimal improvements
2005-03-22 13:54:37 +00:00
adts.cpp
…
adts.h
…
byte_order.cpp
…
byte_order.h
…
config.h
Made things mostly compile and run on ICC 9.0
2005-03-10 20:28:25 +00:00
debug.cpp
…
detect.cpp
…
detect.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lib.cpp
remove atexit2 - explicit init and shutdown is safer and easier to understand.
2005-03-18 22:07:55 +00:00
lib.h
rough but functional loading progress bar support.
2005-03-22 02:17:55 +00:00
memcpy.cpp
…
mmgr.cpp
…
mmgr.h
…
nommgr.h
…
ogl.cpp
rename oglExtAvail to oglHaveExtension
2005-03-10 16:57:42 +00:00
ogl.h
rename oglExtAvail to oglHaveExtension
2005-03-10 16:57:42 +00:00
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
checks if buffer size == sizeof(char*), which suggests a bug in the calling code
2005-03-10 16:56:13 +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
mucking about with base lib headers:
2005-03-09 12:56:02 +00:00
wstring_s.cpp
…