svn://svn.icculus.org/netradiant/trunk
For releases and further information visit:
http://www.icculus.org/netradiant/
Changes to the stock Radiant 1.5 include:
- radiant: add a "Strafe Mode" option (to allow ctrl-shift-selecting faces in the 3D view without strafing like in 1.4)
- radiant: ctrl-tab now focuses all XYZ views in the three-part view (as that is what the user is likely to want there)
- radiant: make rotate/scale dialogs non-modal
- radiant: handle missing anisotropy extension; fixes display bug on Windows XP software renderer
- all: added a Makefile to build GtkRadiant; this replaces scons and python install.py
- all: got rid of libmhash dependency, using mdfour.c from DarkPlaces instead
- all: support cross compiling using mingw32
- q3map2: added lightmap exposure feature: -exposure 4.2 (Urban Terror)
- q3map2: floodlight: usage is "_floodlight" "red green blue distance intensity", default "240 240 255 1024 128"; works somewhat similar to dirtmapping (Urban Terror); uses a switch -lowquality
- q3map2: fix -convert -format map decompiling (note: outputs map in "Alternate Texture Projection" format); no longer messes up texcoords
- q3map2: added -game nexuiz to use good default paths for Nexuiz
- q3map2: fix incorrect plane snapping often causing holes in terrain
- q3map2: when importing models, allow "surfaceparms structural". This also turns off any plane snapping, as it is intended for caulk brushes inside a model
- radiant: also support "killtarget" as target key for drawing the targeting lines
- radiant: "expand selection to whole entities" now also selects the entity ITSELF; result: Ctrl-Alt-E Space makes a NEW entity now, instead of just duplicating the brush (old behaviour caused bugs in maps with copied func_ladders)
- picomodel: support .obj format as exported by Blender, with a .mtl file defining the shader names for each material; to export using Blender, enable "Materials" and "Material Groups" in the .obj export dialog
- q3map2: fix some deluxemap bugs (with ambient, for example)
(basically, all that is in nexuiz/misc/gtkradiant/singlepatches/, plus some new ones)