]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - ChangeLog
af96accf0f4066bc27388905ce1a7d25480417d7
[xonotic/netradiant.git] / ChangeLog
1 2008-09-15 Rudolf Polzer divVerent(at)alientrap.org
2         * all: added a Makefile to build GtkRadiant with q3map2. Currently without
3           plugins, will add these back later
4         * all: got rid of libmhash dependency, using mdfour.c from DarkPlaces
5           instead
6
7 2008-09-13 Rudolf Polzer divVerent(at)alientrap.org
8         * q3map2: update to ZeroRadiant's q3map2
9         * q3map2: added lightmap exposure feature: -exposure 4.2 (Urban Terror)
10         * q3map2: check whether a lightmap sample is actually in the triangle
11           (Urban Terror)
12         * q3map2: nudge light sample origin by 1qu away from planes (Urban Terror)
13         * q3map2: floodlight: usage is "_floodlight" "red green blue distance
14           intensity", default "240 240 255 1024 128"; works somewhat similar to
15           dirtmapping (Urban Terror); uses a switch -lowquality
16         * q3map2: added -debugnormals feature (Urban Terror)
17         * q3map2: fix -convert -format map decompiling (note: outputs map in
18           "Alternate Texture Projection" format); no longer messes up texcoords
19         * q3map2: added -game nexuiz to use good default paths for Nexuiz
20         * q3map2: added -game quakelive to enable in-game adverts
21         * q3map2: fix incorrect plane snapping often causing holes in terrain
22         * q3map2: spawnflags on misc_model: 8 extrudes with original normals, 16
23           extrudes with up/down normals (terrain), default: extrudes with axial
24           normals (like before)
25         * q3map2: fix obvious (and reported, and patch sent in) bug when importing
26           models when the normals were pointing in a 45 degrees direction
27         * q3map2: when importing models, allow "surfaceparms structural". This
28           also turns off any plane snapping, as it is intended for caulk brushes
29           inside a model
30         * q3map2: added parameters -ne to set normal epsilon, and -de to set
31           distance epsilon (to customize plane snapping)
32         * q3map2: fix q3map_lightRGB (Urban Terror)
33         * q3map2: add a build script to cross compile q3map2 to Win32
34         * radiant: when displaying normals on a model, scale them to 8 unit size
35           on the output (so "modelscale" can be used without LOTS of lines on the
36           screen)
37         * radiant: also support "killtarget" as target key for drawing the
38           targeting lines
39         * radiant: "expand selection to whole entities" now also selects the
40           entity ITSELF; result: Ctrl-Alt-E Space makes a NEW entity now, instead of
41           just duplicating the brush (old behaviour caused bugs in maps with copied
42           func_ladders)
43         * picomodel: support .obj format as exported by Blender, with a .mtl file
44           defining the shader names for each material; to export using Blender,
45           enable "Materials" and "Material Groups" in the .obj export dialog
46         * all: bump version to 1.5.0-div0