[Gtkradiant] r422 - GtkRadiant/trunk/tools/quake3/q3map2

svn-noreply at zerowing.idsoftware.com svn-noreply at zerowing.idsoftware.com
Tue Jan 11 03:49:45 CST 2011


Author: rambetter
Date: Tue Jan 11 03:49:45 2011
New Revision: 422

Modified:
   GtkRadiant/trunk/tools/quake3/q3map2/q3map2.h
   GtkRadiant/trunk/tools/quake3/q3map2/tjunction.c
Log:
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).


Modified: GtkRadiant/trunk/tools/quake3/q3map2/q3map2.h
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/trunk/tools/quake3/q3map2/q3map2.h?view=diff&rev=422&p1=GtkRadiant/trunk/tools/quake3/q3map2/q3map2.h&r1=421&p2=GtkRadiant/trunk/tools/quake3/q3map2/q3map2.h&r2=422
==============================================================================

Modified: GtkRadiant/trunk/tools/quake3/q3map2/tjunction.c
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/trunk/tools/quake3/q3map2/tjunction.c?view=diff&rev=422&p1=GtkRadiant/trunk/tools/quake3/q3map2/tjunction.c&r1=421&p2=GtkRadiant/trunk/tools/quake3/q3map2/tjunction.c&r2=422
==============================================================================



More information about the Gtkradiant mailing list