]> git.xonotic.org Git - xonotic/netradiant.git/commit
Increasing the values of 3 constants that control how much space is reserved
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Tue, 11 Jan 2011 09:49:45 +0000 (09:49 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Tue, 11 Jan 2011 09:49:45 +0000 (09:49 +0000)
commit54410b82bcba783fe2d625d918874753a27681f8
tree365587e03b13b9b8c55ad82cffa42752e4b8d20c
parent1b174a66bf3b4a6c15c8ec5b21ba270cb9b3df60
Increasing the values of 3 constants that control how much space is reserved
for the stack and/or static memory for holding arrays of structures.
MAX_ORIGINAL_EDGES changed from 0x10000 to 0x20000 (x2 increase).
MAX_MAP_BRUSHES changed from 0x8000 to 0x10000 (x2 increase).
MAX_MAP_DRAW_VERTS changed from 0x80000 to 0x100000 (x2 increase).
This is pertaining to q3map2 only.
There is a real-world case where increasing these constants is needed.
That case is when compiling Icy World for Urban Terror.
Besides that, increasing these does not hurt anything (other than requiring
more memory).

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@422 8a3a26a2-13c4-0310-b231-cf6edde360e5
tools/quake3/q3map2/q3map2.h
tools/quake3/q3map2/tjunction.c