UltimateZoneBuilder/Source/Plugins/BuilderModes/ClassicModes
MaxED 7f6c6a1122 Linedef flags were not translated properly when a map format was changed to/from UDMF.
Linedef colors were not updated properly when a map format was changed and were causing an exception in some cases.
Vertices mode: linedef in split linedefs range was redreawn incorrectly in some cases.
Updated "Sector 3D Floor" (160) action: set default Type to Solid (1), added "Use Arg5 as Line ID" flag to Types, changed arg5 name to "Line ID / Hi-Tag".
Added "GetUserCVar", "SetCVar" and "SetUserCVar" functions to ACS configuration.
Set width and height of several actors to 0 in game configutrations (non-zero sizes were added as a workaround when GZDB was not displaying actors with 0 width and height in Visual mode).
Added several sprites to game configurations.
2013-05-27 12:20:15 +00:00
..
BaseClassicMode.cs Classic Modes: added 3D floor indication (color can be changed in Preferences -> Appearance -> 3D Floors). 2013-05-20 10:43:34 +00:00
BlockMapMode.cs @ 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) 2009-08-14 10:45:22 +00:00
BridgeMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
BrightnessMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
CeilingAlignMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
CurveLinedefsMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
DragGeometryMode.cs Classic modes, UDMF: floor/ceiling texture offsets can now be locked in place while sector is dragged. 2013-04-11 09:27:16 +00:00
DragLinedefsMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
DragSectorsMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
DragThingsMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
DragVerticesMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
DrawCurveMode.cs DECORATE: fixed parsing error when whole "States" block is on one line. 2013-04-15 10:54:55 +00:00
DrawEllipseMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
DrawGeometryMode.cs DECORATE: fixed parsing error when whole "States" block is on one line. 2013-04-15 10:54:55 +00:00
DrawRectangleMode.cs DECORATE: fixed parsing error when whole "States" block is on one line. 2013-04-15 10:54:55 +00:00
EditSelectionMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
ErrorCheckMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
FindReplaceMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
FlatAlignMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
FloorAlignMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
LinedefsMode.cs Classic Modes: added 3D floor indication (color can be changed in Preferences -> Appearance -> 3D Floors). 2013-05-20 10:43:34 +00:00
MakeSectorMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
SectorsMode.cs Classic Modes: added 3D floor indication (color can be changed in Preferences -> Appearance -> 3D Floors). 2013-05-20 10:43:34 +00:00
SnapVerticesMode.cs Removed a metric ton of unused "using" directives from BuilderModes plugin. 2013-04-11 11:26:57 +00:00
ThingsMode.cs Added "Select Things in Selected Sectors" action. 2013-04-25 09:43:24 +00:00
TriangulatorMode.cs Added source for Tag Range plugin 2010-08-30 13:51:24 +00:00
VerticesMode.cs Linedef flags were not translated properly when a map format was changed to/from UDMF. 2013-05-27 12:20:15 +00:00