UltimateZoneBuilder/Source/Plugins/BuilderEffects/Interface
MaxED 13c3155db5 Removed "Paste Properties Options" action.
Added "Paste Properties Special" actions in "Classic" and "Visual" categories. They work the same way as "Paste Special" action.
Added: "Copy Properties", "Paste Properties" and "Paste Properties Special" options are now shown in the Edit menu if current classic mode supports them.
Changed, Paste Properties Special window: only options relevant to current map format are now displayed.
Changed, Paste Properties Special window, UDMF: all UI-managed options are now available.
Fixed: MAPINFO parser was unable to process "include" directives.
Fixed, General interface: selection info was reset to "Nothing selected" after few seconds regardless of current selection.
Fixed, Visual mode: thing bounding boxes were not updated when changing things positions using Randomize mode.
Fixed, Visual mode: event lines were displayed at incorrect height when entering Visual mode for the first time.
Fixed, Texture Browser window: when MixTexturesFlats Game Configuration option is disabled, textures/flats are no longer shown in the Used group when flats/textures with the same names are used in the map. 
Fixed(?): probably fixed an exception some users reported when trying to initialize a Classic mode after switching from Visual mode with "Sync cameras" option enabled.
Changed, Game configurations, Thing Categories: a block must have at least one thing category property to be recognized as a thing category.
Changed, Visplane Explorer: the plugin now outputs more info when it fails to initialize vpo.dll.
Cosmetic, Thing Edit window, Doom/Hexen map format: adjusted UI layout so thing flags control no longer displays scrollbars in Hexen map format.
Internal: merged methods from UDMFTools into UniFields, removed UDMFTools. 
Updated Inno Setup script (added VC++ 2008 SP1 distributive). 
Updated ZDoom_DECORATE.cfg (A_CheckBlock).
Updated documentation (added "System Requirements" page).
2015-10-09 12:38:12 +00:00
..
JitterSectorsForm.cs Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +00:00
JitterSectorsForm.Designer.cs Fixed a couple of incorrect argument types in ZDoom_linedefs.cfg. 2015-02-24 07:51:21 +00:00
JitterSectorsForm.resx Renamed Jitter mode to Randomize mode. 2014-05-03 14:44:59 +00:00
JitterThingsForm.cs Removed "Paste Properties Options" action. 2015-10-09 12:38:12 +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 Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +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 Texture Browser Form: swapped foreground and background colors of texture size labels. 2014-12-03 23:15:26 +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 Interface: changed OK / Cancel buttons order. 2015-02-15 20:16:01 +00:00
ObjImportSettingsForm.resx Added Import Terrain mode (Create -> Terrain from Wavefront .obj) 2014-01-30 14:52:08 +00:00