[Gtkradiant] [Bug 622] New: Big patch, for changelog see inside post
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Sat, 28 Sep 2002 11:17:40 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622
Summary: Big patch, for changelog see inside post
Product: GtkRadiant
Version: 1.2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: editor
AssignedTo: ttimo@idsoftware.com
ReportedBy: rr2do2@q3f.com
Two attachments will be created, one with the patch, one with a bmp that the
camera plugin needs (goes into plugins/bitmaps)
Changelog:
28-09-2002
Arnout <rr2do2@splashdamage.com>
+ Added 'angles' support for models (misc_model/misc_gamemodel).
+ Prevented pivot drawing of model from scaling and rotating.
+ Cleaned up the dropdown boxes in the preferences a bit (all use
tables now, so not multiline).
+ Added 'Classic Key Setup' option to drag select configuration, this
drag-selects with ctrl+alt instead of shift.
+ Changed XYWnd::PositionView to position on the center of the
selection, not on the mins.
27-09-2002
Arnout <rr2do2@splashdamage.com>
+ Added in-editor light envelope drawing. Outer circle is max envelope,
inner fullbright radius. Optional classic mode emulates the similar drawing
from Rituals and Ravens tools (not q3map correct, easier for the level designer
to understand/legacy).
26-09-2002
Arnout <rr2do2@splashdamage.com>
+ Upped MAX_TEXTUREDIRS to 256 (from 128).
25-09-2002
Arnout <rr2do2@splashdamage.com>
+ Fixed patches not being drawn in XY window with colour of parent
entity.
+ Made paste to camera snap destination spot snap to grid.
18-09-2002
Arnout <rr2do2@splashdamage.com>
+ Changed Select_Reselect to be much faster.
12-09-2002
Arnout <rr2do2@splashdamage.com>
+ Fixed curve point drag-selection area not showing properly in XY
views.
+ Fixed size info breaking over 9999.9 units.
+ Fixed AllocateSelectedPatchHandles not setting patchesmode to
ESelectedPatches.
+ Changed the horizontal and vertical tc shift spin control to have a
limit of 8192.
+ Moved SPoG's implementation of redisperse cols to a seperate function
and reinstated the old code.
+ Added 'Paste to Camera', shortcut Alt+V, which pastes the contents of
the clipboard to the current camera origin.
+ Added centerview functionality to 4 window mode. Ctrl+tab will focus
on the selection, or if non existant, on the camera.
11-09-2002
Arnout <rr2do2@splashdamage.com>
+ Made sure settings set in savedinfo.bin get initialized to their
proper defaults.
+ Added botclip filter (filters *botclip* and *monsterclip*).
10-09-2002
Arnout <rr2do2@splashdamage.com>
+ Removed .reg from normal map saving, can only save as region
using 'Save region'.
+ Added outline style cycling (j) cycle between z buffered outlines and
selected colour rendering.
+ Added colour dialog to pick the colour of selected surfaces in the
camwindow.
+ Third coordinate for clip points now gets set to the center of the
selection.
+ Changed arbitrary rotation dialog to accept negative angles as well.
+ Changed texture alignment dialog to accept values up to 2 decimal
points.
+ Fixed entity inspector to say 'Textures:' in the window title.
+ Changed entity inspector so that tab doesn't clear the epair value
field anymore, so it retains the value while jumping to it.
+ Disabling drag select now returns selection behaviour for groups to
the old behaviour as well (shift+click selects whole group).
+ Changed load_plugin_bitmap to load bitmaps from g_strAppPath if
g_strGameToolsPath fails.
+ Added plugin toolbar and api.
+ Fixed m_pfnCommitBrushHandleToEntity, wasn't creating brushes
properly (well, not at all really).
Older changes:
Arnout <rr2do2@splashdamage.com>
+ Added misc_gamemodel drawing.
+ Ported drag select over from 1.3.
+ Fixed statusbar display of text (removed a bunch of \n's).
+ Added area selection in 3d view for patches.