mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
a12eb940f1
The depth limits in the gl and glsl renderers and in the trace code really bothered me, but then the fix hit me: at load-time, recurse the trees normally and record the depth in the appropriate place. The node stacks can then be allocated as necessary (I chose to add a paranoia buffer of 2, but I expect the maximum depth will rarely be used). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makefile.am |