ZoneBuilder/Source/Core/Editing
MaxED 0d726c6884 Added, Draw Lines mode: added "Remove First Vertex" action (Ctrl-Backspace). It removes the first drawn vertex from the drawing session. Renamed "Remove Previous Vertex" action to "Remove Last Vertex".
Changed, Classic modes: added a limit on how far the view can be scrolled from the editable map area.
Fixed, Drag geometry modes: in some cases incorrect vertices were removed when using "Replace with dragged geometry" drag mode.
Fixed, Game configurations: sector special 195 ("Hidden Sector") was missing from Hexen/UDMF specials list.
2023-01-08 13:20:01 +01:00
..
ClassicMode.cs Added, Draw Lines mode: added "Remove First Vertex" action (Ctrl-Backspace). It removes the first drawn vertex from the drawing session. Renamed "Remove Previous Vertex" action to "Remove Last Vertex". 2023-01-08 13:20:01 +01:00
CopyPasteManager.cs Restored the ability to paste map elements copied in DB2/DB64. 2023-01-06 14:29:22 +01:00
CustomThingsFilter.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
EditMode.cs Added: action argument inputs now support incremental increase/decrease prefixes (+++ and ---). 2023-01-06 12:11:22 +01:00
EditModeAttribute.cs Merged in GZDB r2493. 2016-04-07 15:29:47 +02:00
EditModeInfo.cs Added Preferences -> Editing -> "Switch view modes when switching to the same Classic Mode" option (disabled by default). When enabled, view mode will be switched between "view floor textures" and "view ceiling textures" when activating the same 2D mode repeatedly. 2023-01-05 00:02:15 +01:00
EditingManager.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
GridSetup.cs Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once. 2023-01-04 14:04:43 +01:00
NullThingsFilter.cs Added GZDB repo at r2462 and updated project file to VS2015. 2015-12-31 13:21:44 +01:00
ThingsFilter.cs GZDB merging - part 1 2022-11-25 17:14:35 +00:00
UndoManager.cs Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once. 2023-01-04 14:04:43 +01:00
UndoSnapshot.cs Merged in GZDB r2493. 2016-04-07 15:29:47 +02:00