The open source, cross platform level editor for idtech games
Find a file
rambetter 098fe8f8d5 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: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@422 8a3a26a2-13c4-0310-b231-cf6edde360e5
2011-01-11 09:49:45 +00:00
contrib misc project file fixes from trunk (e.g. rev 345). fixes the 'missing MSVCR90.DLL' absurdity 2010-12-24 19:04:32 +00:00
docs/manual merge branch work back into trunk 2008-09-01 17:34:10 +00:00
Doxygen_files ABToSVK commit 2008-08-24 03:20:51 +00:00
include updated the setup functionality on windows, new deps file, bumped version up 2010-11-29 01:12:35 +00:00
install fix and improve the game selection and game configuration dialogs - added dir dialog, using GtkComboBox (added support for GtkComboBox too) 2008-04-12 23:01:39 +00:00
libs Importing code changes for q3map2 from Rambetter-math-fix-experiments branch 2011-01-10 06:15:47 +00:00
plugins misc project file fixes from trunk (e.g. rev 345). fixes the 'missing MSVCR90.DLL' absurdity 2010-12-24 19:04:32 +00:00
po * synced german translation with latest pot updates 2008-07-05 07:32:06 +00:00
radiant misc project file fixes from trunk (e.g. rev 345). fixes the 'missing MSVCR90.DLL' absurdity 2010-12-24 19:04:32 +00:00
radiant.xcode
regression_tests/q3map2 Finishing up the degenerate_winding2 and degenerate_winding3 regression tests. 2011-01-11 02:23:58 +00:00
tools Increasing the values of 3 constants that control how much space is reserved 2011-01-11 09:49:45 +00:00
windows_compile_guide Fixing Win compile guide, "if you choose path other than 2011-01-09 21:36:32 +00:00
BSD * eol-style native 2008-06-25 22:07:02 +00:00
ChangeLog * add compiling file from 1.5 with minor changes 2008-06-26 06:47:18 +00:00
CHANGES-MACOS * changed eol-style to native 2008-06-25 22:05:08 +00:00
compile_ibuild_win32.bat add build script for win32 2008-04-05 19:14:42 +00:00
COMPILING * removed SETUP=0 (only valid for 1.5) 2008-06-30 18:09:38 +00:00
config.py Progressing on bringing Radiant 1.6.x to a workable state on Windows. 2010-12-15 09:52:26 +00:00
CONTRIBUTOR_AGREEMENT
CONTRIBUTORS * changed eol-style to native 2008-06-25 22:05:08 +00:00
DarwinCompileInfo.rtf
DoxyConfig
Doxyfile
gen.readme
gen.vcproj merge branch work back into trunk 2008-09-01 17:34:10 +00:00
gendox
GPL * eol-style native 2008-06-25 22:07:02 +00:00
GtkRadiant.prj
install.py
LGPL * eol-style native 2008-06-25 22:07:02 +00:00
LICENSE * changed eol-style to native 2008-06-25 22:05:08 +00:00
makeversion.py
osx_setup.py
radiant.pot * reactivated some old quake2 code 2008-07-05 08:53:43 +00:00
radiant.sln merge branch work back into trunk 2008-09-01 17:34:10 +00:00
radiant_VC9.sln merge branch work back into trunk 2008-09-01 17:34:10 +00:00
README * changed eol-style to native 2008-06-25 22:05:08 +00:00
README.doxygen
run_python.bat
SConscript.lib
SConscript.module * fixed libpng linkage (2nd try) 2008-03-19 07:20:06 +00:00
SConscript.q3map2 fix Linux compile from mhash stuff 2010-11-26 06:46:05 +00:00
SConscript.radiant
SConstruct
TODO * removed todo entry 2008-06-26 18:50:38 +00:00
TRANSLATING * some notes for running the translated version of radiant 2008-06-26 11:01:07 +00:00
uncrustify.cfg
utils.py

Terms and Conditions of Use


-------

GTKRadiant contains software developed by Id Software, Loki Software and third 
party contributors.

All portions of GTKRadiant which are licensed by Id Software are subject to the 
terms of its LIMITED USE SOFTWARE LICENSE AGREEMENT, a copy of which is included 
with GTKRadiant. If you did not receive a LIMITED USE SOFTWARE LICENSE 
AGREEMENT, please contact Id Software immediately at info@idsoftware.com.

All portions of GTKRadiant which have been developed by Loki Software and/or 
third party contributors are licensed under the terms set forth below.

-------

Copyright (c) 1999-2000, Loki Software, Inc. 
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list 
of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the following disclaimer in the documentation and/or 
other materials provided with the distribution.

Neither the name of Loki Software nor the names of its contributors may be used 
to endorse or promote products derived from this software without specific prior 
written permission. No license is hereby granted to any trademarks, tradenames 
or logos.

THIS SOFTWARE IS PROVIDED BY LOKI AND THE CONTRIBUTORS "AS IS." ANY AND ALL 
WARRANTUES, EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED 
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
NONINFRENGEMENT ARE HEREBY DISCLAIMED. IN NO EVENT SHALL LOKI OR THE 
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
OR CONSEQUENTIAL DAMAGES (INCLUDING, WITHOUT LIMITATION, PROCUREMENT OF 
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.

-------