MaxED
e5a9bac2ad
Added "File -> Open Map in current WAD" command (default shortcut is Ctrl-Shift-O).
...
Fixed some errors in non-UDMF <-> UDMF map conversion.
Updated ISS setup script (not tested).
Removed some unused variables.
2013-07-23 14:25:03 +00:00
MaxED
b77b8e61d9
Visual mode, UDMF: added "Scale Texture Up (X)", "Scale Texture Down (X)", "Scale Texture Up (Y)", "Scale Texture Down (Y)" actions. Default keys are Num6, Num4, Num8, Num5.
...
Visual mode, UDMF: renamed "Rotate Thing Clockwise" and "Rotate Thing Counterclockwise" actions to "Rotate Clockwise" and "Rotate Counterclockwise". These actions can now be used to change rotation of floor/ceiling textures.
Visual mode, UDMF: "Reset Texture Offsets" action now also resets sidedef's scale and floor/ceiling's scale and rotation.
Visual mode, UDMF: control line's OffsetX and OffsetY were not taken into account when calculating texture offsets of 3d floors' sides.
Visual mode, UDMF: fixed a ton of bugs in Auto align functions.
Visual mode, UDMF: when using "Move Texture Left/Right/Up/Down by 1" actions texture offsets were not updated properly when texture's scale was < 1.0.
Visual mode, UDMF: OffsetX and OffsetY were not taken into account in "Fit Texture Width/Height" actions.
Dockers Panel: added Pin/Unpin button, which acts the same as "Preferences -> Interface -> Side panels -> Auto hide" checkbox.
Texture size labels can now be disabled by unchecking "Preferences -> Interface -> Show texture and flat sizes in browsers" checkbox.
Texture size labels now are not shown for unknown textures.
Most of texture size labels had incorrect bg color.
ZDoom_linedefs.cfg: action specials 223 and 224 had incorrect Arg0.
2013-06-24 14:21:13 +00:00
MaxED
cebd3a4780
Map Analysis mode: only a single undo is now created when multiple similar errors are fixed using "Apply to all errors of this type" checkbox, which greatly reduces errors fixing time.
2013-06-04 14:43:26 +00:00
MaxED
e5dd1fa9c5
Linedefs mode: added "Align Floor Texture to Front Side", "Align Floor Texture to Back Side", "Align Ceiling Texture to Front Side" and "Align Ceiling Texture to Back Side" actions (available in Linedefs -> Align Textures menu).
2013-05-30 12:52:27 +00:00
MaxED
c3c7490231
Visual Mode: added "Toggle Slope" action.
...
Visual Mode, UDMF: "Auto Align Textures" actions now work on slopes.
Visual Mode, UDMF: Floor/ceiling texture rotation is now taken into account when moving texture offsets with arrow keys.
Visual Mode, UDMF: Fixed a bug in floor/ceiling texture dragging by mouse.
2013-04-26 12:32:51 +00:00
MaxED
23efaee1ee
Added "Select Things in Selected Sectors" action.
2013-04-25 09:43:24 +00:00
MaxED
29d11b170e
Plane Copy effect (118) is now shown in Visual mode.
...
UDMF: Reset texture offsets action now works on floors and ceilings.
Vertices mode: when a linedef is within Split Linedefs range, it's now highlighted using Info line color.
2013-04-16 12:52:40 +00:00
MaxED
a150931bb2
Removed a metric ton of unused "using" directives from BuilderModes plugin.
2013-04-11 11:26:57 +00:00
MaxED
8f47c316b9
Classic modes, UDMF: floor/ceiling texture offsets can now be locked in place while sector is dragged.
...
Fixed another bug in Tools.autoAlignTexturesOnSidesUDMF()
Replaced Math.PI-related equations with stuff from Angle2D class.
2013-04-11 09:27:16 +00:00
MaxED
043590100b
Rectangular Selection: removed direction-based additive/subtractive selection. You can now hold Ctrl to enable subtractive selection, hold Ctrl-Shift to intersect with existing selection.
...
Point Thing at Cursor action: action now works when used from menu, changed default shortcut to Shift-L. You can now hold Ctrl to point Things away from cursor.
2013-04-09 10:56:05 +00:00
MaxED
8f40e113fe
Added "Point Thing to cursor" action.
2013-04-08 14:37:37 +00:00
MaxED
591f92cce6
Moving to new SVN...
2013-03-18 13:52:27 +00:00
MaxED
ad46513126
Added "Apply to all errors of this type" checkbox to Map Analysis window.
...
Updated ZDoom ACC to r3889.
2012-11-30 14:43:11 +00:00
MaxED
2a6a381dbd
Fixed Decorate parser error while parsing one line actors.
...
Fixed a typo in variable name.
2012-07-17 12:22:17 +00:00
MaxED
113f9c6039
GZDoom Builder 1.09:
...
Added UDMF Controls plugin.
Added "Snap selected vertices to grid" mode (Found in Edit menu).
2012-06-26 08:54:25 +00:00
MaxED
998d1d7dde
GZDoom Builder 1.08:
...
Added Bridge mode.
Documented all GZDoom Builder specific features.
Crash fix in 1.07e was not implemented properly...
2012-06-19 13:12:28 +00:00
boris_i
f5c8ce9466
Improved "make door" functionality. It now actually creates usable doors in Hexen and UDMF maps.
2012-04-14 12:22:19 +00:00
codeimp
3ab5c83f3b
Added option in user preferences for manual line split behavior.
2012-03-19 21:31:10 +00:00
codeimp
6c09634660
Added Find & Replace for Thing Angles
...
Added lots of new filter options for Things Filters
Some interface polishing
2010-09-01 14:36:31 +00:00
codeimp
34bd24505d
Added some missing things in ZDoom game configurations
...
Added Copy and Paste object properties for classic modes
Added some options for toolbar customization
2010-08-15 13:45:43 +00:00
codeimp
f1aa81bd32
Added quick-keys to menus and menu items (such as Alt+F for File menu, but for some reason they don't underline when you press Alt)
2010-08-12 21:00:54 +00:00
codeimp
f8aea7cbc4
Added error check for unknown flat names.
...
@ Some fixes in default texture/flat determination and added nicer functions to check if texture/flat exists.
2010-08-12 09:01:22 +00:00
codeimp
50b9765377
- Scales are now generally accepted and exposed by the ImageData class instead of just ScaleWidth/ScaledHeight
...
- Camera offsets in Visual Modes now changeable in Game Configurations (default is Doom's camera position)
@ Some other stuff dealing with the new dockers I forgot what it's for.
2010-01-02 20:22:05 +00:00
codeimp
b36af4bc37
@ Better description for size "relative" -> "scale"
2009-08-21 09:31:26 +00:00
codeimp
a48cde8509
@ Oops. These files go with the previous commit.
2009-08-21 08:40:00 +00:00
codeimp
3ca0b615aa
- Things browser no longer closes when double-clicked on a category
...
- Find & Replace mode now changes render presentation to show Things on-top when a Things search is performed
2009-08-19 13:14:55 +00:00
codeimp
d75bd6be69
@ Modified the BlockMap class with a template for the BlockEntry class and added custom block size (must be a power of 2 greater than 1)
...
@ Added BlockMapMode as an example to show how the BlockMap class behaves
2009-08-14 10:45:22 +00:00
codeimp
b68ae937eb
@ fixed some bugs with the undo / redo list scrollbars
2009-07-23 05:09:53 +00:00
codeimp
061221d9ac
Added Undo/Redo list side panel
2009-07-22 15:16:28 +00:00
codeimp
123167461d
Added option to drag automatically (without having to press the mouse button) when pasting
2009-07-12 11:14:34 +00:00
codeimp
0aa067cffc
Added up/down buttons to numeric input controls
2009-07-10 19:15:22 +00:00
codeimp
3400046080
@ some undo/redo fixes
...
@ working on NumericTextbox versions with up/down buttons and dropdown lists
2009-07-10 13:56:22 +00:00
codeimp
5b58693a71
Several interface bug fixes and aesthetics
2009-07-09 22:43:39 +00:00
codeimp
c543acd524
Added options for selection behavior in Visual Mode and Classic Modes (see Preferences -> Editing)
2009-07-07 11:29:56 +00:00
boris_i
f145eebada
Fixed a bug where selected lines were deselected when trying to find/replace
...
Replacing can now be made undone
2009-05-31 12:13:37 +00:00
codeimp
196c6924d1
Added options for editing ranges (highlighting, stitching and splitting)
2009-05-20 15:03:08 +00:00
codeimp
5d6e077efb
- Added check to remove zero-length linedefs when opening a map that has any
...
- Some minor interface polishing
2009-05-12 18:20:03 +00:00
codeimp
953cfbd195
Fixed finding and replacing within current selection
2009-05-11 12:56:30 +00:00
codeimp
59e70a625c
Removed option "keep selection" from Find & Replace dialog (not sure why I put that there, it doesn't do anything)
2009-05-09 12:14:10 +00:00
codeimp
4976459396
@ removed unneeded dxwebsetup from the setup installer (directx redist is already included in the slimdx package)
...
- Added options to move both floor and ceiling together when a sector height change action is used on walls.
2009-05-05 11:26:50 +00:00
codeimp
26739a7f2d
Displaying "no errors found" when nothing is found in Map Analysis mode
2009-04-28 07:51:23 +00:00
codeimp
63c474064d
- Fixed the tab order on all windows
...
- Some visual aesthetics
@ Fixed the "Release with revision lookup" config output directories
2009-04-26 19:53:36 +00:00
codeimp
7e7f24e965
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00