]>
git.rm.cloudns.org Git - xonotic/netradiant.git/log
Rudolf Polzer [Sat, 9 Oct 2010 16:25:19 +0000 (18:25 +0200)]
initial code for converting .map to .map
Rudolf Polzer [Fri, 8 Oct 2010 18:38:30 +0000 (20:38 +0200)]
fix issues with embedded models
Rudolf Polzer [Fri, 8 Oct 2010 04:30:36 +0000 (06:30 +0200)]
properly export texdef origin brushes
Rudolf Polzer [Fri, 8 Oct 2010 04:22:47 +0000 (06:22 +0200)]
fix "bad texdef"
Rudolf Polzer [Thu, 7 Oct 2010 19:04:54 +0000 (21:04 +0200)]
decompiler now outputs somewhat correct texdef
Rudolf Polzer [Thu, 7 Oct 2010 15:56:41 +0000 (17:56 +0200)]
break break break ;)
Rudolf Polzer [Thu, 7 Oct 2010 15:43:05 +0000 (17:43 +0200)]
fix compile errors
Rudolf Polzer [Thu, 7 Oct 2010 15:38:45 +0000 (17:38 +0200)]
experimental non-BrushPrimit map decompiling (probably won't even compile yet)
Rudolf Polzer [Tue, 5 Oct 2010 16:50:24 +0000 (18:50 +0200)]
YEAH! I think this fixes the lightmaps-of-patches bug!
Rudolf Polzer [Tue, 5 Oct 2010 13:06:52 +0000 (15:06 +0200)]
more warnings
Rudolf Polzer [Tue, 5 Oct 2010 13:04:45 +0000 (15:04 +0200)]
fix some more warnings
Rudolf Polzer [Tue, 5 Oct 2010 09:24:42 +0000 (11:24 +0200)]
fix "ExpandPath called without qdir set" as qdir is never set in Xonotic/Nexuiz/any other nonquake
rpolzer [Tue, 5 Oct 2010 09:05:24 +0000 (11:05 +0200)]
make radiant compile again
rpolzer [Tue, 5 Oct 2010 08:57:07 +0000 (10:57 +0200)]
q3map2 is now waring free
rpolzer [Mon, 4 Oct 2010 08:48:22 +0000 (10:48 +0200)]
add a missing VectorClear
Rudolf Polzer [Sun, 3 Oct 2010 19:14:54 +0000 (21:14 +0200)]
use a Gaussian-like random distribution for random subsampling
Rudolf Polzer [Sun, 3 Oct 2010 18:50:09 +0000 (20:50 +0200)]
also subsample the deluxemap (this was forgotten all the time!)
Rudolf Polzer [Sun, 3 Oct 2010 18:23:14 +0000 (20:23 +0200)]
option -randomsamples: makes -samples use adaptive random subsampling (only subsamples near edges, uses random distribution for luxels then)
Rudolf Polzer [Fri, 1 Oct 2010 10:13:36 +0000 (12:13 +0200)]
fix bugs in skin load code
Rudolf Polzer [Fri, 1 Oct 2010 09:55:29 +0000 (11:55 +0200)]
fix segfault
Rudolf Polzer [Fri, 1 Oct 2010 09:49:38 +0000 (11:49 +0200)]
skinfiles: use the VFS
Rudolf Polzer [Fri, 1 Oct 2010 09:28:27 +0000 (11:28 +0200)]
fix warnings
Rudolf Polzer [Fri, 1 Oct 2010 09:28:07 +0000 (11:28 +0200)]
support .skin files for models (modelname_<n>.skin) like Q3A and DP
Rudolf Polzer [Mon, 27 Sep 2010 11:08:01 +0000 (13:08 +0200)]
temporarily disable WarsowPack as its download fails
Rudolf Polzer [Mon, 27 Sep 2010 07:58:57 +0000 (09:58 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/netradiant
Rudolf Polzer [Mon, 27 Sep 2010 07:58:50 +0000 (09:58 +0200)]
remove some unused code
Rudolf Polzer [Mon, 27 Sep 2010 07:58:22 +0000 (09:58 +0200)]
remove some debug code that is potentially dangerous
Rudolf Polzer [Thu, 23 Sep 2010 06:30:17 +0000 (08:30 +0200)]
more deluxemap+surfacelight fixes
Rudolf Polzer [Wed, 22 Sep 2010 06:49:43 +0000 (08:49 +0200)]
force subsampling only where REALLY needed
Rudolf Polzer [Wed, 22 Sep 2010 06:28:00 +0000 (08:28 +0200)]
fix compile error
Rudolf Polzer [Wed, 22 Sep 2010 06:26:54 +0000 (08:26 +0200)]
force going all the way down when subsampling grates
Rudolf Polzer [Wed, 22 Sep 2010 06:22:26 +0000 (08:22 +0200)]
force the first stage of subsampling on luxels that are hit through an alphashadow surface
Rudolf Polzer [Wed, 22 Sep 2010 05:28:51 +0000 (07:28 +0200)]
try to help subsampling with grates
Rudolf Polzer [Wed, 22 Sep 2010 05:17:33 +0000 (07:17 +0200)]
deluxemapping: ignore light contribution from the other side of a surface
Rudolf Polzer [Wed, 22 Sep 2010 04:38:02 +0000 (06:38 +0200)]
new funny option: -samplessearchboxsize, tunes the size of the search box of -samples (default 1 = "correct" size, can be up to 4)
Rudolf Polzer [Wed, 22 Sep 2010 04:23:27 +0000 (06:23 +0200)]
fix the maths REALLY
Rudolf Polzer [Tue, 21 Sep 2010 20:04:55 +0000 (22:04 +0200)]
fix a small math error in -samples causing it to only ever consider 2/3 of the length of each luxel
Rudolf Polzer [Sat, 4 Sep 2010 11:52:03 +0000 (13:52 +0200)]
fix cloning (don't clone the worldspam)
Rudolf Polzer [Wed, 1 Sep 2010 19:29:48 +0000 (21:29 +0200)]
Merge remote branch 'origin/merlijn/osx-compile'
Rudolf Polzer [Wed, 1 Sep 2010 06:30:09 +0000 (08:30 +0200)]
do not break tjunctions :P
Rudolf Polzer [Wed, 1 Sep 2010 05:52:20 +0000 (07:52 +0200)]
another debug print
Rudolf Polzer [Wed, 1 Sep 2010 05:51:01 +0000 (07:51 +0200)]
improve area calculation by a shift width to simulate fragments
Rudolf Polzer [Wed, 1 Sep 2010 05:14:16 +0000 (07:14 +0200)]
favor blocky triangles over thin triangles a bit
Rudolf Polzer [Tue, 31 Aug 2010 13:38:00 +0000 (15:38 +0200)]
bsp: new option -maxarea, selects more GPU friendly face surface splitting algorithm
merlijn [Sun, 29 Aug 2010 19:35:58 +0000 (21:35 +0200)]
Update documentation
merlijn [Sun, 29 Aug 2010 18:47:06 +0000 (20:47 +0200)]
Update these files as well
merlijn [Sun, 29 Aug 2010 18:44:05 +0000 (20:44 +0200)]
OSX build stuff - default to using MacPorts instead of Fink and update the MACVERSION stuff as it should not be needed in most cases.
Rudolf Polzer [Mon, 23 Aug 2010 19:41:42 +0000 (21:41 +0200)]
fix gamedetect NULL pointer
Rudolf Polzer [Tue, 17 Aug 2010 18:58:36 +0000 (20:58 +0200)]
fix a CP_R command
Rudolf Polzer [Wed, 11 Aug 2010 05:58:19 +0000 (07:58 +0200)]
remove some stupid debug prints
Rudolf Polzer [Mon, 9 Aug 2010 04:43:45 +0000 (06:43 +0200)]
also hide _reflect and _alpha texture files
Rudolf Polzer [Sun, 8 Aug 2010 18:56:47 +0000 (20:56 +0200)]
do not REPEATEDLY blow up _skybox surfaces
Rudolf Polzer [Sun, 8 Aug 2010 14:42:40 +0000 (16:42 +0200)]
we can move the <glib.h> include a bit more then
merlijn [Sun, 8 Aug 2010 14:30:20 +0000 (16:30 +0200)]
include glib.h instead of limits.h
merlijn [Sat, 7 Aug 2010 17:50:16 +0000 (19:50 +0200)]
fix PATH_MAX error, thanks CU|CUdyin
Rudolf Polzer [Sat, 7 Aug 2010 15:32:57 +0000 (17:32 +0200)]
vfspk3 in q3map2: also support -fs_forbiddenpath
Rudolf Polzer [Sat, 7 Aug 2010 15:19:47 +0000 (17:19 +0200)]
support "forbidden directories" (i.e. dirs excluded from radiant)
Rudolf Polzer [Wed, 4 Aug 2010 12:01:54 +0000 (14:01 +0200)]
Merge remote branch 'refs/remotes/origin/parasti/fix-grayscale-png'
Rudolf Polzer [Mon, 2 Aug 2010 12:41:22 +0000 (14:41 +0200)]
fix path trimming involving pk3dirs
Jānis Rūcis [Fri, 30 Jul 2010 21:27:43 +0000 (00:27 +0300)]
Fix/add grayscale-to-RGB in PNG loader
Rudolf Polzer [Fri, 30 Jul 2010 14:11:33 +0000 (16:11 +0200)]
display entity boxes as [/]. Second line not needed.
Rudolf Polzer [Fri, 30 Jul 2010 14:02:39 +0000 (16:02 +0200)]
CRLF
Rudolf Polzer [Fri, 30 Jul 2010 14:02:23 +0000 (16:02 +0200)]
turn lights by 45 degrees to make them look the same in all 3 2D views
Rudolf Polzer [Fri, 30 Jul 2010 13:47:54 +0000 (15:47 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/netradiant
Rudolf Polzer [Thu, 29 Jul 2010 16:57:08 +0000 (18:57 +0200)]
add more vertexes to the entity display to make it more visible (paint an X in its middle)
Jānis Rūcis [Wed, 28 Jul 2010 18:07:27 +0000 (21:07 +0300)]
Fix wireframe entity display in 2D window
On 64-bit systems, sizeof(size_t) != sizeof (unsigned int).
Rudolf Polzer [Sun, 25 Jul 2010 15:16:46 +0000 (17:16 +0200)]
argh :P 20 was intentional
Rudolf Polzer [Sun, 25 Jul 2010 15:13:35 +0000 (17:13 +0200)]
Merge remote branch 'icculus/master'
Rudolf Polzer [Sun, 25 Jul 2010 15:10:39 +0000 (17:10 +0200)]
improve the max shader name length in brushexport plugin
Rudolf Polzer [Wed, 21 Jul 2010 09:26:50 +0000 (11:26 +0200)]
CRLF fixes, .gitattributes file updated
Rudolf Polzer [Sun, 18 Jul 2010 14:32:03 +0000 (16:32 +0200)]
crlf fixes
Rudolf Polzer [Fri, 16 Jul 2010 22:08:49 +0000 (00:08 +0200)]
Merge remote branch 'refs/remotes/origin/parasti/connect-no-target-reuse'
Rudolf Polzer [Fri, 16 Jul 2010 10:51:56 +0000 (12:51 +0200)]
fix a nasty bug breaking "deformvertexes move"
Jānis Rūcis [Wed, 14 Jul 2010 01:34:43 +0000 (04:34 +0300)]
When connecting entities, don't reuse the target field to name the entity
If an entity already has a target field, chances are that the targeted
entity still exists and the mapper will just get a naming collision.
jal [Sun, 11 Jul 2010 10:16:26 +0000 (12:16 +0200)]
Merge branch 'master' of ssh://icculus.org/netradiant
jal [Sun, 11 Jul 2010 10:16:08 +0000 (12:16 +0200)]
On grid lighting, redistribute the 25% of the floodlight as omnidirectional ambient light, and use only the 75% of it as top-down directional light.
Rudolf Polzer [Sun, 4 Jul 2010 17:24:23 +0000 (19:24 +0200)]
qtrue too
Rudolf Polzer [Sun, 4 Jul 2010 17:23:51 +0000 (19:23 +0200)]
it is qfalse
Rudolf Polzer [Sun, 4 Jul 2010 17:17:15 +0000 (19:17 +0200)]
fix arg parsing
Rudolf Polzer [Sun, 4 Jul 2010 17:11:23 +0000 (19:11 +0200)]
q3map2 -scale: new arg -spawn_ref - sets reference point in spawnpoints
Jānis Rūcis [Fri, 25 Jun 2010 11:04:13 +0000 (14:04 +0300)]
Makefile: support CHECK_DEPENDENCIES with DOWNLOAD_GAMEPACKS semantics
Rudolf Polzer [Thu, 24 Jun 2010 10:30:02 +0000 (12:30 +0200)]
Merge branch 'icculus'
Rudolf Polzer [Thu, 24 Jun 2010 10:27:26 +0000 (12:27 +0200)]
allow 64 directories, no longer 8
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)
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)
Rudolf Polzer [Fri, 4 Jun 2010 18:58:08 +0000 (20:58 +0200)]
Merge remote branch 'icculus/master'
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)
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
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.
jal [Fri, 28 May 2010 19:51:30 +0000 (21:51 +0200)]
Merge branch 'master' of ssh://icculus.org/netradiant
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.
Jānis Rūcis [Thu, 20 May 2010 16:13:48 +0000 (19:13 +0300)]
Remove unnecessary locale/UTF-8 encoding conversions
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)
Rudolf Polzer [Mon, 10 May 2010 16:30:58 +0000 (18:30 +0200)]
Merge branch 'master' of ssh://icculus.org/netradiant into icculus
Rudolf Polzer [Mon, 10 May 2010 16:30:25 +0000 (18:30 +0200)]
new URL of WarsowPack
Rudolf Polzer [Sat, 8 May 2010 13:50:51 +0000 (15:50 +0200)]
download-gamepacks: more robustness
Rudolf Polzer [Sun, 2 May 2010 16:38:41 +0000 (18:38 +0200)]
actually activate -game xonotic in q3map2 :(
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).
Rudolf Polzer [Tue, 27 Apr 2010 15:43:42 +0000 (17:43 +0200)]
mark some TODOs for overflows reported on the GtkRadiant mailing list
Rudolf Polzer [Mon, 26 Apr 2010 09:12:14 +0000 (11:12 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/netradiant