Visual mode, UDMF: added "Scale Texture Up (X)", "Scale Texture Down (X)",...
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.
Showing
- Build/Configurations/Includes/ZDoom_linedefs.cfg 4 additions, 4 deletionsBuild/Configurations/Includes/ZDoom_linedefs.cfg
- Source/Core/Builder.csproj 2 additions, 0 deletionsSource/Core/Builder.csproj
- Source/Core/Controls/DockersControl.Designer.cs 13 additions, 0 deletionsSource/Core/Controls/DockersControl.Designer.cs
- Source/Core/Controls/DockersControl.cs 13 additions, 0 deletionsSource/Core/Controls/DockersControl.cs
- Source/Core/Controls/DockersTabsControl.cs 10 additions, 1 deletionSource/Core/Controls/DockersTabsControl.cs
- Source/Core/Controls/ImageSelectorControl.Designer.cs 1 addition, 1 deletionSource/Core/Controls/ImageSelectorControl.Designer.cs
- Source/Core/Controls/ImageSelectorControl.cs 1 addition, 1 deletionSource/Core/Controls/ImageSelectorControl.cs
- Source/Core/Controls/LinedefInfoPanel.Designer.cs 6 additions, 6 deletionsSource/Core/Controls/LinedefInfoPanel.Designer.cs
- Source/Core/Controls/LinedefInfoPanel.cs 1 addition, 1 deletionSource/Core/Controls/LinedefInfoPanel.cs
- Source/Core/Controls/SectorInfoPanel.Designer.cs 3 additions, 3 deletionsSource/Core/Controls/SectorInfoPanel.Designer.cs
- Source/Core/Controls/SectorInfoPanel.cs 1 addition, 1 deletionSource/Core/Controls/SectorInfoPanel.cs
- Source/Core/Properties/Resources.Designer.cs 14 additions, 0 deletionsSource/Core/Properties/Resources.Designer.cs
- Source/Core/Properties/Resources.resx 6 additions, 0 deletionsSource/Core/Properties/Resources.resx
- Source/Core/VisualModes/VisualGeometry.cs 1 addition, 1 deletionSource/Core/VisualModes/VisualGeometry.cs
- Source/Plugins/BuilderModes/General/UndoGroup.cs 1 addition, 0 deletionsSource/Plugins/BuilderModes/General/UndoGroup.cs
- Source/Plugins/BuilderModes/Interface/MenusForm.Designer.cs 2 additions, 3 deletionsSource/Plugins/BuilderModes/Interface/MenusForm.Designer.cs
- Source/Plugins/BuilderModes/Resources/Actions.cfg 58 additions, 6 deletionsSource/Plugins/BuilderModes/Resources/Actions.cfg
- Source/Plugins/BuilderModes/VisualModes/BaseVisualGeometrySector.cs 51 additions, 3 deletions...gins/BuilderModes/VisualModes/BaseVisualGeometrySector.cs
- Source/Plugins/BuilderModes/VisualModes/BaseVisualGeometrySidedef.cs 65 additions, 11 deletions...ins/BuilderModes/VisualModes/BaseVisualGeometrySidedef.cs
- Source/Plugins/BuilderModes/VisualModes/BaseVisualMode.cs 221 additions, 160 deletionsSource/Plugins/BuilderModes/VisualModes/BaseVisualMode.cs
Loading
Please register or sign in to comment