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-25 22:26:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87d055efd9faac7e70dff7de991f188968ca58aa
0ad
/
source
/
lib
T
History
janwas
87d055efd9
add error codes; reorder some code for better grouping; locking is now hopefully correct; symbol delimiting improved; now able to decode "which register is it stored in"; refactor dump_sym (no longer determine size; it's now only a manager); more robust stack frame treatment; dialog now usable for exceptions as well; figure out correct exception locus (SEH location is bogus).
...
This was SVN commit r2395.
2005-06-16 22:00:58 +00:00
..
res
ogl_tex: max_tex_size -> ogl_max_tex_size
2005-06-16 21:52:35 +00:00
sysdep
add error codes; reorder some code for better grouping; locking is now hopefully correct; symbol delimiting improved; now able to decode "which register is it stored in"; refactor dump_sym (no longer determine size; it's now only a manager); more robust stack frame treatment; dialog now usable for exceptions as well; figure out correct exception locus (SEH location is bogus).
2005-06-16 22:00:58 +00:00
adts.cpp
…
adts.h
…
byte_order.cpp
…
byte_order.h
…
config.h
…
debug.cpp
debug.cpp: bugfix in cat_atow
2005-05-30 04:51:47 +00:00
detect.cpp
singleton.h: use assert2 (avoid trouble in wdbg code)
2005-06-16 21:46:33 +00:00
detect.h
…
glext_funcs.h
Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function.
2005-06-14 03:33:16 +00:00
input.cpp
…
input.h
…
lf_alloc.cpp
…
lib.cpp
fix several shortcomings noted in the stack trace code. now handles pointers much better; all-round better parsing+formatting and more robust.
2005-05-27 04:40:29 +00:00
lib.h
singleton.h: use assert2 (avoid trouble in wdbg code)
2005-06-16 21:46:33 +00:00
lockfree.cpp
zip, lockfree: minor comments
2005-05-22 22:32:58 +00:00
lockfree.h
…
memcpy.cpp
…
mmgr.cpp
…
mmgr.h
…
nommgr.h
…
ogl.cpp
Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function.
2005-06-14 03:33:16 +00:00
ogl.h
Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function.
2005-06-14 03:33:16 +00:00
posix_types.h
- Linux/GCC (as usual :P)
2005-05-18 05:32:09 +00:00
posix.h
- Linux/GCC (as usual :P)
2005-05-18 05:32:09 +00:00
precompiled.cpp
…
precompiled.h
Added CStr and some other things to precompiled.h, to reduce build times.
2005-06-01 20:12:45 +00:00
sdl.h
…
string_s.cpp
…
string_s.h
…
timer.cpp
…
timer.h
timer.h: require trailing ; after TIMER
2005-06-16 21:50:20 +00:00
types.h
Added CStr and some other things to precompiled.h, to reduce build times.
2005-06-01 20:12:45 +00:00
wstring_s.cpp
…