]> de.git.xonotic.org Git - xonotic/netradiant.git/log
xonotic/netradiant.git
13 years agoqtrue too
Rudolf Polzer [Sun, 4 Jul 2010 17:24:23 +0000 (19:24 +0200)]
qtrue too

13 years agoit is qfalse
Rudolf Polzer [Sun, 4 Jul 2010 17:23:51 +0000 (19:23 +0200)]
it is qfalse

13 years agofix arg parsing
Rudolf Polzer [Sun, 4 Jul 2010 17:17:15 +0000 (19:17 +0200)]
fix arg parsing

13 years agoq3map2 -scale: new arg -spawn_ref - sets reference point in spawnpoints
Rudolf Polzer [Sun, 4 Jul 2010 17:11:23 +0000 (19:11 +0200)]
q3map2 -scale: new arg -spawn_ref - sets reference point in spawnpoints

13 years agoMakefile: support CHECK_DEPENDENCIES with DOWNLOAD_GAMEPACKS semantics
Jānis Rūcis [Fri, 25 Jun 2010 11:04:13 +0000 (14:04 +0300)]
Makefile: support CHECK_DEPENDENCIES with DOWNLOAD_GAMEPACKS semantics

13 years agoMerge branch 'icculus'
Rudolf Polzer [Thu, 24 Jun 2010 10:30:02 +0000 (12:30 +0200)]
Merge branch 'icculus'

13 years agoallow 64 directories, no longer 8
Rudolf Polzer [Thu, 24 Jun 2010 10:27:26 +0000 (12:27 +0200)]
allow 64 directories, no longer 8

13 years agoFix vertexlighting and gridlighting being too dark when using floodlight and bounce...
jal [Mon, 14 Jun 2010 17:50:45 +0000 (19:50 +0200)]
Fix vertexlighting and gridlighting being too dark when using floodlight and bounce (stop floodlighting being re-applied to lightmaps with each bounce stage)

13 years agoApply floodlight to vertex lighting (there seems to remain some problem with
jal [Sat, 12 Jun 2010 11:36:06 +0000 (13:36 +0200)]
Apply floodlight to vertex lighting (there seems to remain some problem with

vertexlighting not receiving enough bounced light)

13 years agoMerge remote branch 'icculus/master'
Rudolf Polzer [Fri, 4 Jun 2010 18:58:08 +0000 (20:58 +0200)]
Merge remote branch 'icculus/master'

13 years agosupport misc_*model as misc_model in the radiant editor (way more convenient)
Rudolf Polzer [Fri, 4 Jun 2010 18:56:24 +0000 (20:56 +0200)]
support misc_*model as misc_model in the radiant editor (way more convenient)

13 years agoConcat all found shaderlist.txt files to build the shader list
Jānis Rūcis [Sat, 29 May 2010 17:43:37 +0000 (20:43 +0300)]
Concat all found shaderlist.txt files to build the shader list

13 years agoadd shader key q3map_noDirty, which disables the dirty pass on the surface. It's...
jal [Sat, 29 May 2010 10:22:02 +0000 (12:22 +0200)]
add shader key q3map_noDirty, which disables the dirty pass on the surface. It's handy for lightmapped terrain models where dirty produces odd darkness on mesh splits.

13 years agoMerge branch 'master' of ssh://icculus.org/netradiant
jal [Fri, 28 May 2010 19:51:30 +0000 (21:51 +0200)]
Merge branch 'master' of ssh://icculus.org/netradiant

13 years agoconvert to float the input of RGBTOGRAY macro, or it can cause rounding errors in...
jal [Fri, 28 May 2010 19:49:38 +0000 (21:49 +0200)]
convert to float the input of RGBTOGRAY macro, or it can cause rounding errors in byte vectors.

13 years agoRemove unnecessary locale/UTF-8 encoding conversions
Jānis Rūcis [Thu, 20 May 2010 16:13:48 +0000 (19:13 +0300)]
Remove unnecessary locale/UTF-8 encoding conversions

13 years agodefault RM_R correctly in download-gamepacks.sh (as $RM usually is rm -f in make)
Rudolf Polzer [Thu, 20 May 2010 06:06:28 +0000 (08:06 +0200)]
default RM_R correctly in download-gamepacks.sh (as $RM usually is rm -f in make)

13 years agoMerge branch 'master' of ssh://icculus.org/netradiant into icculus
Rudolf Polzer [Mon, 10 May 2010 16:30:58 +0000 (18:30 +0200)]
Merge branch 'master' of ssh://icculus.org/netradiant into icculus

13 years agonew URL of WarsowPack
Rudolf Polzer [Mon, 10 May 2010 16:30:25 +0000 (18:30 +0200)]
new URL of WarsowPack

13 years agodownload-gamepacks: more robustness
Rudolf Polzer [Sat, 8 May 2010 13:50:51 +0000 (15:50 +0200)]
download-gamepacks: more robustness

13 years agoactually activate -game xonotic in q3map2 :(
Rudolf Polzer [Sun, 2 May 2010 16:38:41 +0000 (18:38 +0200)]
actually activate -game xonotic in q3map2 :(

13 years agoIncrease the influence of directional lights on the deluxemap by a)Ignoring angle...
jal [Fri, 30 Apr 2010 09:32:11 +0000 (11:32 +0200)]
Increase the influence of directional lights on the deluxemap by a)Ignoring angle attenuation for directional contribution and b)Scaling down by 1/4 the contribution of radiosity (deeper explanation in a comment at LightContributionToSample).

13 years agomark some TODOs for overflows reported on the GtkRadiant mailing list
Rudolf Polzer [Tue, 27 Apr 2010 15:43:42 +0000 (17:43 +0200)]
mark some TODOs for overflows reported on the GtkRadiant mailing list

13 years agoMerge branch 'master' of ssh://git.xonotic.org/netradiant
Rudolf Polzer [Mon, 26 Apr 2010 09:12:14 +0000 (11:12 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/netradiant

13 years agofix deluxemapping when using floodlight. Also, add to floodlight the same trick as...
jal [Thu, 22 Apr 2010 10:07:00 +0000 (12:07 +0200)]
fix deluxemapping when using floodlight. Also, add to floodlight the same trick as it's done to ambient to have a minimum normal assigned.

13 years agoAllow transparent surfaces on misc_models to be made solid when clipmodel bitflag...
jal [Wed, 21 Apr 2010 17:11:50 +0000 (19:11 +0200)]
Allow transparent surfaces on misc_models to be made solid when clipmodel bitflag is enabled.

14 years agoTesting my commit ability
jal [Mon, 19 Apr 2010 07:59:10 +0000 (09:59 +0200)]
Testing my commit ability

14 years agofix lots of CRLFs
Rudolf Polzer [Sat, 17 Apr 2010 19:02:26 +0000 (21:02 +0200)]
fix lots of CRLFs

14 years ago.gitattributes
Rudolf Polzer [Sat, 17 Apr 2010 18:50:52 +0000 (20:50 +0200)]
.gitattributes

14 years agofix typo in the makefile (adding an extra space)
Rudolf Polzer [Mon, 12 Apr 2010 12:47:42 +0000 (14:47 +0200)]
fix typo in the makefile (adding an extra space)

14 years agoautodownload gamepacks from make
Rudolf Polzer [Mon, 12 Apr 2010 06:15:27 +0000 (08:15 +0200)]
autodownload gamepacks from make

14 years agodownload gamepacks: properly support xonoticpack
Rudolf Polzer [Mon, 12 Apr 2010 06:00:39 +0000 (08:00 +0200)]
download gamepacks: properly support xonoticpack

14 years ago-game xonotic support in q3map2
Rudolf Polzer [Mon, 12 Apr 2010 05:34:36 +0000 (07:34 +0200)]
-game xonotic support in q3map2

14 years agofix gamepack download using git-archive
Rudolf Polzer [Sun, 11 Apr 2010 20:01:28 +0000 (22:01 +0200)]
fix gamepack download using git-archive

14 years agonew option -extradist to improve lighting a bit, also a light entity field _extradist...
Rudolf Polzer [Tue, 6 Apr 2010 15:03:50 +0000 (17:03 +0200)]
new option -extradist to improve lighting a bit, also a light entity field _extradist of the same purpose

14 years agoMerge branch 'master' into icculus
Rudolf Polzer [Fri, 2 Apr 2010 20:06:32 +0000 (22:06 +0200)]
Merge branch 'master' into icculus

14 years agocompile fix in funchandlers-GTK.cpp
Rudolf Polzer [Fri, 2 Apr 2010 20:06:18 +0000 (22:06 +0200)]
compile fix in funchandlers-GTK.cpp

14 years agoswitch version tracking to git
Rudolf Polzer [Fri, 2 Apr 2010 13:18:27 +0000 (15:18 +0200)]
switch version tracking to git

14 years agofix gamepack downloading
Rudolf Polzer [Thu, 1 Apr 2010 08:15:56 +0000 (10:15 +0200)]
fix gamepack downloading

14 years agoMerge branch 'osxnetradiant'
Rudolf Polzer [Sun, 28 Mar 2010 17:32:53 +0000 (19:32 +0200)]
Merge branch 'osxnetradiant'

Conflicts:
contrib/bobtoolz/DPatch.cpp
contrib/bobtoolz/bobToolz-GTK.cpp
contrib/bobtoolz/funchandlers-GTK.cpp
install-dylibs.sh
setup/data/osx/NetRadiant.app/Contents/MacOS/netradiant.sh

14 years agosome minor fixes for the osxnetradiant changes
Rudolf Polzer [Sun, 28 Mar 2010 17:17:58 +0000 (19:17 +0200)]
some minor fixes for the osxnetradiant changes

14 years agochanges from OSXnetradiant
Rudolf Polzer [Sun, 28 Mar 2010 17:14:14 +0000 (19:14 +0200)]
changes from OSXnetradiant

14 years agoenable size display by default
Rudolf Polzer [Wed, 24 Mar 2010 15:38:58 +0000 (16:38 +0100)]
enable size display by default

14 years agovfs: support .pk3dir like in darkplaces engine - directories auto-added to the search...
Rudolf Polzer [Fri, 19 Mar 2010 13:29:02 +0000 (14:29 +0100)]
vfs: support .pk3dir like in darkplaces engine - directories auto-added to the search path

14 years agodownload nexuizpack from git
Rudolf Polzer [Wed, 3 Mar 2010 11:06:13 +0000 (12:06 +0100)]
download nexuizpack from git

14 years agofix VectorCopy uses in MergeMetaTriangles
Rudolf Polzer [Mon, 1 Mar 2010 06:30:53 +0000 (07:30 +0100)]
fix VectorCopy uses in MergeMetaTriangles

14 years agomore explicit vec3_t use, no change in behaviour
Rudolf Polzer [Sat, 20 Feb 2010 20:47:30 +0000 (21:47 +0100)]
more explicit vec3_t use, no change in behaviour

14 years agoimprove patch collision generation a little, should now be "as good as possible"
Rudolf Polzer [Sat, 20 Feb 2010 20:08:01 +0000 (21:08 +0100)]
improve patch collision generation a little, should now be "as good as possible"

14 years agofix patch collision issue by linking patches into all nodes that touch a
Rudolf Polzer [Fri, 19 Feb 2010 21:50:19 +0000 (22:50 +0100)]
fix patch collision issue by linking patches into all nodes that touch a
bbox of a 3x3 segment of the patch, instead of subdividing the patch.
Otherwise, different subdivisions can cause patch visibility or
collision issues.

14 years agohalf lambert lighting by jal (option: -lightanglehl)
Rudolf Polzer [Sun, 14 Feb 2010 19:12:11 +0000 (20:12 +0100)]
half lambert lighting by jal (option: -lightanglehl)

14 years agosmall fix by jal regarding normal vectors from lighting
Rudolf Polzer [Sun, 14 Feb 2010 19:09:15 +0000 (20:09 +0100)]
small fix by jal regarding normal vectors from lighting

14 years agoshow error about missing gamepack
Rudolf Polzer [Sun, 14 Feb 2010 19:08:59 +0000 (20:08 +0100)]
show error about missing gamepack

14 years agofix mismatched new/delete
Rudolf Polzer [Thu, 11 Feb 2010 12:03:21 +0000 (13:03 +0100)]
fix mismatched new/delete

14 years agosupport "angles" key in generic entities
Rudolf Polzer [Thu, 11 Feb 2010 09:33:37 +0000 (10:33 +0100)]
support "angles" key in generic entities

14 years agounique names debugging (please revert when the bug is fixed)
Rudolf Polzer [Tue, 9 Feb 2010 20:11:42 +0000 (21:11 +0100)]
unique names debugging (please revert when the bug is fixed)

14 years agoadd a feature shift-k to assign killtarget, not target like ctrl-k
Rudolf Polzer [Mon, 8 Feb 2010 15:40:20 +0000 (16:40 +0100)]
add a feature shift-k to assign killtarget, not target like ctrl-k

14 years agoadd a "decals" texture filter option (textures/decals/)
Rudolf Polzer [Sat, 6 Feb 2010 21:24:14 +0000 (22:24 +0100)]
add a "decals" texture filter option (textures/decals/)

14 years agodo not normalize colors in color picker
Rudolf Polzer [Sat, 6 Feb 2010 21:23:19 +0000 (22:23 +0100)]
do not normalize colors in color picker

14 years agotry making it work with newer libpng
Rudolf Polzer [Fri, 5 Feb 2010 11:34:56 +0000 (12:34 +0100)]
try making it work with newer libpng

14 years agoseparate out the process of installing a game pack into a .sh file, for later "adding... svn-r421
divverent [Thu, 4 Feb 2010 09:55:28 +0000 (09:55 +0000)]
separate out the process of installing a game pack into a .sh file, for later "adding gamepacks to binary releases"

git-svn-id: svn://svn.icculus.org/netradiant/trunk@421 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoadd warning for missing game packs
divverent [Wed, 13 Jan 2010 14:37:46 +0000 (14:37 +0000)]
add warning for missing game packs

git-svn-id: svn://svn.icculus.org/netradiant/trunk@419 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoadd note to svn in PATH
divverent [Thu, 7 Jan 2010 20:06:45 +0000 (20:06 +0000)]
add note to svn in PATH

git-svn-id: svn://svn.icculus.org/netradiant/trunk@418 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoadd a comment to indicate the options
divverent [Thu, 7 Jan 2010 20:03:44 +0000 (20:03 +0000)]
add a comment to indicate the options

git-svn-id: svn://svn.icculus.org/netradiant/trunk@417 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agocreate the games subdir first
divverent [Thu, 7 Jan 2010 19:59:20 +0000 (19:59 +0000)]
create the games subdir first

git-svn-id: svn://svn.icculus.org/netradiant/trunk@416 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoremove svn:externals-using games subdirectory
divverent [Thu, 7 Jan 2010 19:58:51 +0000 (19:58 +0000)]
remove svn:externals-using games subdirectory
instead, add a download-gamepacks.sh script

git-svn-id: svn://svn.icculus.org/netradiant/trunk@415 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agomention that the C++ compiler is needed
divverent [Thu, 7 Jan 2010 19:35:39 +0000 (19:35 +0000)]
mention that the C++ compiler is needed

git-svn-id: svn://svn.icculus.org/netradiant/trunk@414 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agocompile instructions for native win32
divverent [Thu, 7 Jan 2010 19:31:18 +0000 (19:31 +0000)]
compile instructions for native win32

git-svn-id: svn://svn.icculus.org/netradiant/trunk@413 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoadd a Makefile.conf for mingw32
divverent [Thu, 7 Jan 2010 19:18:15 +0000 (19:18 +0000)]
add a Makefile.conf for mingw32

git-svn-id: svn://svn.icculus.org/netradiant/trunk@412 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agofix a typo that shouldn't have an impact on most maps though
divverent [Mon, 4 Jan 2010 15:18:05 +0000 (15:18 +0000)]
fix a typo that shouldn't have an impact on most maps though

git-svn-id: svn://svn.icculus.org/netradiant/trunk@411 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agosync bkgrnd2d with ZeroRadiant (const only)
divverent [Mon, 4 Jan 2010 10:41:38 +0000 (10:41 +0000)]
sync bkgrnd2d with ZeroRadiant (const only)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@410 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agomerge l_net from ZeroRadiant
divverent [Mon, 4 Jan 2010 10:39:05 +0000 (10:39 +0000)]
merge l_net from ZeroRadiant

git-svn-id: svn://svn.icculus.org/netradiant/trunk@409 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agomerge gtkgensurf from ZeroRadiant trunk
divverent [Mon, 4 Jan 2010 10:38:49 +0000 (10:38 +0000)]
merge gtkgensurf from ZeroRadiant trunk

git-svn-id: svn://svn.icculus.org/netradiant/trunk@408 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoqfusion: new defaults
divverent [Wed, 30 Dec 2009 10:35:17 +0000 (10:35 +0000)]
qfusion: new defaults

git-svn-id: svn://svn.icculus.org/netradiant/trunk@407 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agosome more clip shader names
divverent [Wed, 30 Dec 2009 10:31:32 +0000 (10:31 +0000)]
some more clip shader names

git-svn-id: svn://svn.icculus.org/netradiant/trunk@406 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agodon't bounce from trans surfaces
divverent [Wed, 30 Dec 2009 10:27:35 +0000 (10:27 +0000)]
don't bounce from trans surfaces

git-svn-id: svn://svn.icculus.org/netradiant/trunk@405 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agofix Ctrl-Tab handling in the Floating window style (floating has a XYZ window, so...
divverent [Wed, 30 Dec 2009 10:26:41 +0000 (10:26 +0000)]
fix Ctrl-Tab handling in the Floating window style (floating has a XYZ window, so Ctrl-Tab SHOULD switch views)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@404 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agosome fixes, and patch bobtoolz improvements, from osxnetradiant
divverent [Fri, 18 Dec 2009 08:03:34 +0000 (08:03 +0000)]
some fixes, and patch bobtoolz improvements, from osxnetradiant

git-svn-id: svn://svn.icculus.org/netradiant/trunk@403 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoshow the grid with faded out alpha if grid snapping is disabled
divverent [Sun, 4 Oct 2009 19:29:02 +0000 (19:29 +0000)]
show the grid with faded out alpha if grid snapping is disabled

git-svn-id: svn://svn.icculus.org/netradiant/trunk@402 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoToggleGridSnap command (beware of it)
divverent [Sun, 4 Oct 2009 19:15:55 +0000 (19:15 +0000)]
ToggleGridSnap command (beware of it)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@401 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoas patchshadows is broken for grid... turn it off for grid
divverent [Sun, 4 Oct 2009 15:33:45 +0000 (15:33 +0000)]
as patchshadows is broken for grid... turn it off for grid

git-svn-id: svn://svn.icculus.org/netradiant/trunk@400 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agomake it not loop endlessly :P
divverent [Sun, 4 Oct 2009 15:28:46 +0000 (15:28 +0000)]
make it not loop endlessly :P

git-svn-id: svn://svn.icculus.org/netradiant/trunk@399 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agolightgrid search fix; increase max vertices of poly
divverent [Sun, 4 Oct 2009 15:17:11 +0000 (15:17 +0000)]
lightgrid search fix; increase max vertices of poly

git-svn-id: svn://svn.icculus.org/netradiant/trunk@398 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoallowing to customize how directional the light is
divverent [Sun, 4 Oct 2009 13:32:41 +0000 (13:32 +0000)]
allowing to customize how directional the light is

git-svn-id: svn://svn.icculus.org/netradiant/trunk@397 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoallow more light contributions to the grid; remove a weird fudge
divverent [Sun, 4 Oct 2009 13:23:54 +0000 (13:23 +0000)]
allow more light contributions to the grid; remove a weird fudge

git-svn-id: svn://svn.icculus.org/netradiant/trunk@396 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years ago-fno-strict-aliasing
divverent [Sat, 8 Aug 2009 12:50:15 +0000 (12:50 +0000)]
-fno-strict-aliasing

git-svn-id: svn://svn.icculus.org/netradiant/trunk@395 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agosupposedly, RTCW and W:ET use BSP format 47... so let's use that
divverent [Sun, 2 Aug 2009 18:57:39 +0000 (18:57 +0000)]
supposedly, RTCW and W:ET use BSP format 47... so let's use that

git-svn-id: svn://svn.icculus.org/netradiant/trunk@394 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agofix zip file warnings
divverent [Sun, 26 Jul 2009 15:51:46 +0000 (15:51 +0000)]
fix zip file warnings

git-svn-id: svn://svn.icculus.org/netradiant/trunk@393 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agofix smooth operator on cylinders
divverent [Sat, 25 Jul 2009 10:48:53 +0000 (10:48 +0000)]
fix smooth operator on cylinders

git-svn-id: svn://svn.icculus.org/netradiant/trunk@392 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoallow specifying executable type
divverent [Sat, 25 Jul 2009 10:23:32 +0000 (10:23 +0000)]
allow specifying executable type

git-svn-id: svn://svn.icculus.org/netradiant/trunk@391 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoenable the previously disabled "Sphere" patch primitive
divverent [Fri, 24 Jul 2009 23:18:20 +0000 (23:18 +0000)]
enable the previously disabled "Sphere" patch primitive

git-svn-id: svn://svn.icculus.org/netradiant/trunk@390 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agosupport MAX_PATCH_* matching q3map2
divverent [Tue, 21 Jul 2009 17:28:59 +0000 (17:28 +0000)]
support MAX_PATCH_* matching q3map2

git-svn-id: svn://svn.icculus.org/netradiant/trunk@389 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoallow up to 31x31 patches
divverent [Tue, 21 Jul 2009 17:22:59 +0000 (17:22 +0000)]
allow up to 31x31 patches

git-svn-id: svn://svn.icculus.org/netradiant/trunk@388 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agonew feature to smooth patches
divverent [Tue, 21 Jul 2009 17:18:11 +0000 (17:18 +0000)]
new feature to smooth patches

git-svn-id: svn://svn.icculus.org/netradiant/trunk@387 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agodisable the max bbox distance feature for now, it seems to cause bad things to happen
divverent [Tue, 14 Jul 2009 06:09:58 +0000 (06:09 +0000)]
disable the max bbox distance feature for now, it seems to cause bad things to happen

git-svn-id: svn://svn.icculus.org/netradiant/trunk@386 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agopossibly speed up MergeMetaTriangles, will benchmark it later
divverent [Sun, 12 Jul 2009 17:54:07 +0000 (17:54 +0000)]
possibly speed up MergeMetaTriangles, will benchmark it later

git-svn-id: svn://svn.icculus.org/netradiant/trunk@385 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agosupport "none" in the _celshader key
divverent [Sun, 12 Jul 2009 17:39:51 +0000 (17:39 +0000)]
support "none" in the _celshader key

git-svn-id: svn://svn.icculus.org/netradiant/trunk@384 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoalways allocate bspEntData
divverent [Thu, 18 Jun 2009 08:38:25 +0000 (08:38 +0000)]
always allocate bspEntData

git-svn-id: svn://svn.icculus.org/netradiant/trunk@383 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agotry to fix FindFloatPlane bug
divverent [Thu, 18 Jun 2009 06:45:31 +0000 (06:45 +0000)]
try to fix FindFloatPlane bug
unlimit entity count

git-svn-id: svn://svn.icculus.org/netradiant/trunk@382 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agoup MAX_BUILD_SIDES to match MAX_BRUSH_SIDES
divverent [Fri, 12 Jun 2009 21:00:52 +0000 (21:00 +0000)]
up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES

git-svn-id: svn://svn.icculus.org/netradiant/trunk@381 61c419a2-8eb2-4b30-bcec-8cead039b335

14 years agowe can allow 31 sides for regular spheres, if we can do 1000 sides for a rock
divverent [Fri, 12 Jun 2009 20:54:14 +0000 (20:54 +0000)]
we can allow 31 sides for regular spheres, if we can do 1000 sides for a rock

git-svn-id: svn://svn.icculus.org/netradiant/trunk@380 61c419a2-8eb2-4b30-bcec-8cead039b335