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-13 01:15:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b5c489e1d5d1771c386ccd4825bd3aa957aa985b
0ad
/
source
/
lib
T
History
janwas
813738c295
add debug_warn_err analogous to debug_assert_failed that reports an error code for use with CHECK_ERR et al. (as discussed in bug#70)
...
This was SVN commit r3037.
2005-10-28 02:56:35 +00:00
..
res
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
sysdep
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
adts.cpp
…
adts.h
…
allocators.cpp
file_open: cleanup
2005-10-23 23:57:59 +00:00
allocators.h
file_open: cleanup
2005-10-23 23:57:59 +00:00
app_hooks.cpp
app_hooks.cpp: Remove "inline" from ah_xyz functions (gcc doesn't export
2005-10-24 01:43:37 +00:00
app_hooks.h
…
byte_order.cpp
…
byte_order.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
add debug_warn_err analogous to debug_assert_failed that reports an error code for use with CHECK_ERR et al. (as discussed in bug#70)
2005-10-28 02:56:35 +00:00
debug.h
add debug_warn_err analogous to debug_assert_failed that reports an error code for use with CHECK_ERR et al. (as discussed in bug#70)
2005-10-28 02:56:35 +00:00
detect.cpp
…
detect.h
…
glext_funcs.h
…
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib.cpp
…
lib.h
add debug_warn_err analogous to debug_assert_failed that reports an error code for use with CHECK_ERR et al. (as discussed in bug#70)
2005-10-28 02:56:35 +00:00
lockfree.cpp
…
lockfree.h
…
mmgr.cpp
…
mmgr.h
…
nommgr.h
…
ogl.cpp
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
ogl.h
…
posix_types.h
…
posix.h
…
precompiled.cpp
…
precompiled.h
…
sdl.h
sdl: remove complicated mouse button check/workaround; that's now done in Interact.cpp (which makes the assumptions being tested)
2005-10-24 00:06:08 +00:00
self_test.cpp
…
self_test.h
…
string_s.cpp
…
string_s.h
…
timer.cpp
…
timer.h
change requested by philip: debug_printf "tags" are now followed by '|' instead of ':' because something like "func: i am blowing up" is rather common.
2005-10-27 16:53:41 +00:00
types.h
…
wstring_s.cpp
…