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-27 16:29:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d37b081b2c0fb6880edc01ebd793cbe53fb0429f
0ad
/
source
/
lib
T
History
Ykkrosh
d37b081b2c
Made things mostly compile and run on ICC 9.0
...
This was SVN commit r1990.
2005-03-10 20:28:25 +00:00
..
res
massive cleanup related to internal format. now calculated along with fmt during reload.
2005-03-10 17:04:42 +00:00
sysdep
still getting 'incorrect symbol tag' assert (SymTagBaseClass). replaced with debug_out
2005-03-10 17:01:18 +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
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
detect.cpp
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
detect.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lib.cpp
…
lib.h
…
memcpy.cpp
…
mmgr.cpp
security push: checked every strcpy / strncpy. converted most to strcpy_s; some are flagged as "safe" (e.g. if copying literal that's obviously OK)
2005-03-01 20:13:00 +00:00
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
mucking about with base lib headers:
2005-03-09 12:56:02 +00:00
posix.h
posix: add semaphore.h
2005-03-09 15:52:35 +00:00
precompiled.cpp
…
precompiled.h
This was SVN commit r1955.
2005-02-28 15:50:35 +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
This was SVN commit r1955.
2005-02-28 15:50:35 +00:00
timer.cpp
…
timer.h
…
types.h
mucking about with base lib headers:
2005-03-09 12:56:02 +00:00
wstring_s.cpp
implementation of secure CRT string functions
2005-02-28 15:27:04 +00:00