UltimateZoneBuilder/Source/Plugins/BuilderEffects/Interface
MaxED 59c4a75b11 Added "Split Joined Sectors" Edit menu item and toolbar button. When enabled, joined sectors adjacent to drawn lines will be split.
Added "doomthingrotationangles" Game Configuration property. When enabled, editor actions related to changing thing angle will snap the resulting angle to 45 degree increments. This property is set to true for vanilla game configurations.
Fixed a crash when changing game configuration from one without Thing actions support to one with them while in Things mode.
Fixed, cosmetic, DB2 bug: current editing mode button was deselected after reloading resources.
Updated documentation ("Game Configuration - Basic Settings" page).
2016-06-15 22:02:51 +00:00
..
JitterSectorsForm.cs Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the flags checking logic to allow more accurate flag checks. 2015-12-28 15:01:53 +00:00
JitterSectorsForm.Designer.cs Fixed, Sector Edit and Linedef Edit windows: "Clear" button behavior was broken in r2515. 2016-02-25 19:24:25 +00:00
JitterSectorsForm.resx Renamed Jitter mode to Randomize mode. 2014-05-03 14:44:59 +00:00
JitterThingsForm.cs Added "Split Joined Sectors" Edit menu item and toolbar button. When enabled, joined sectors adjacent to drawn lines will be split. 2016-06-15 22:02:51 +00:00
JitterThingsForm.Designer.cs Fixed a couple of incorrect argument types in ZDoom_linedefs.cfg. 2015-02-24 07:51:21 +00:00
JitterThingsForm.resx Changed FormBorderStyle from FixedToolWindow to FixedDialog. GZDB should no longer disappear from the alt-tab list when a child form is opened. 2014-10-17 12:50:26 +00:00
JitterVerticesForm.cs Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the flags checking logic to allow more accurate flag checks. 2015-12-28 15:01:53 +00:00
JitterVerticesForm.Designer.cs Fixed a couple of incorrect argument types in ZDoom_linedefs.cfg. 2015-02-24 07:51:21 +00:00
JitterVerticesForm.resx Renamed Jitter mode to Randomize mode. 2014-05-03 14:44:59 +00:00
MenusForm.cs Fixed, Map Analysis mode, "Check stuck things" check: rewritten parts of the flags checking logic to allow more accurate flag checks. 2015-12-28 15:01:53 +00:00
MenusForm.Designer.cs Fixed: some controls had inconsistent auto-scaling mode. 2014-12-24 18:32:24 +00:00
MenusForm.resx According to dotnetperls.com, "new Dictionary<string, [anything]>(StringComparer.Ordinal)" works 17% faster than "new Dictionary<string, [anything]>()", so let's stick that everywhere and see what happens :) 2014-02-26 14:11:06 +00:00
ObjImportSettingsForm.cs Import Wavefront .obj as Terrain mode now works in all map formats. 2014-12-10 21:11:56 +00:00
ObjImportSettingsForm.Designer.cs Fixed a bunch of typos. 2016-05-04 14:02:13 +00:00
ObjImportSettingsForm.resx Added Import Terrain mode (Create -> Terrain from Wavefront .obj) 2014-01-30 14:52:08 +00:00