This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
0491a7980d648cb67ac17b476bf147ba07c95ae5
0ad
/
source
/
lib
/
res
T
History
janwas
0491a7980d
ScEd: add mathutil header (seems to be required now, no longer included automatically); update to ogl_tex API (they have long been renamed in ps); fix issue with PS_CRect vs CRect
...
ogl_tex: add diagnostic code to track down ScEd crash This was SVN commit r3159.
2005-11-19 22:27:53 +00:00
..
file
lib error codes moved to errors.h and made X macros. this allows adding a corresponding text message, which is now output by debug_warn_err.
2005-11-19 18:12:16 +00:00
graphics
ScEd: add mathutil header (seems to be required now, no longer included automatically); update to ogl_tex API (they have long been renamed in ps); fix issue with PS_CRect vs CRect
2005-11-19 22:27:53 +00:00
sound
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
h_mgr.cpp
fix bug
#71
- was a double-free (both ~CRenderer and UnloadResources were calling UnloadWaterTextures)
2005-10-31 18:57:03 +00:00
h_mgr.h
…
handle.h
…
mem.cpp
…
mem.h
…
res.h
…