Fixed, DECORATE parser: enums were not handled properly.
General interface: selection info is now always displayed. Visual mode: you can now hold Alt-Shift or Ctrl-Alt while selecting sidedefs to stop selecting connected sidedefs when already (un)selected sidedef is encountered. Added, Numeric Textbox: you can now use "+++" and "---" prefixes to incrementally increase or decrease result values by given value. Fixed, Numeric Textbox: fixed a potential divide by zero exception when using "/" prefix in numeric textboxes with decimal input enabled. Fixed, Thing Info panel: relative z position of things with "+SPAWNCEILING" flag was incorrect. Changed: Update checker now displays messages using MessageBoxes when called manually. Map Analysis: changed result descriptions for Unknown Texture and Missing Texture checks. Doom map format: renamed "Secret" linedef flag to "Shown as 1-sided on automap". Updated ZDoom_DECORATE.cfg (A_RadiusGive stuff).
Showing
- Build/Configurations/Includes/Doom_misc.cfg 1 addition, 1 deletionBuild/Configurations/Includes/Doom_misc.cfg
- Build/Configurations/Includes/Hexen_linedefs.cfg 1 addition, 1 deletionBuild/Configurations/Includes/Hexen_linedefs.cfg
- Build/Configurations/Includes/ZDoom_misc.cfg 27 additions, 0 deletionsBuild/Configurations/Includes/ZDoom_misc.cfg
- Build/Configurations/Includes/ZDoom_things.cfg 1 addition, 1 deletionBuild/Configurations/Includes/ZDoom_things.cfg
- Build/Scripting/ZDoom_DECORATE.cfg 6 additions, 1 deletionBuild/Scripting/ZDoom_DECORATE.cfg
- Help/gzdb/features/features.html 1 addition, 1 deletionHelp/gzdb/features/features.html
- Source/Core/Controls/ButtonsNumericTextbox.cs 12 additions, 0 deletionsSource/Core/Controls/ButtonsNumericTextbox.cs
- Source/Core/Controls/NumericTextbox.cs 61 additions, 12 deletionsSource/Core/Controls/NumericTextbox.cs
- Source/Core/Controls/ThingInfoPanel.cs 1 addition, 1 deletionSource/Core/Controls/ThingInfoPanel.cs
- Source/Core/GZBuilder/Controls/PairedFieldsControl.cs 3 additions, 3 deletionsSource/Core/GZBuilder/Controls/PairedFieldsControl.cs
- Source/Core/GZBuilder/Controls/PairedFloatControl.cs 1 addition, 1 deletionSource/Core/GZBuilder/Controls/PairedFloatControl.cs
- Source/Core/GZBuilder/Controls/PairedIntControl.cs 1 addition, 1 deletionSource/Core/GZBuilder/Controls/PairedIntControl.cs
- Source/Core/General/General.cs 1 addition, 1 deletionSource/Core/General/General.cs
- Source/Core/General/UpdateChecker.cs 28 additions, 7 deletionsSource/Core/General/UpdateChecker.cs
- Source/Core/Resources/Actions.cfg 2 additions, 1 deletionSource/Core/Resources/Actions.cfg
- Source/Core/Windows/MainForm.cs 5 additions, 3 deletionsSource/Core/Windows/MainForm.cs
- Source/Core/Windows/UpdateForm.Designer.cs 1 addition, 0 deletionsSource/Core/Windows/UpdateForm.Designer.cs
- Source/Core/Windows/UpdateForm.cs 4 additions, 0 deletionsSource/Core/Windows/UpdateForm.cs
- Source/Core/ZDoom/DecorateParser.cs 1 addition, 1 deletionSource/Core/ZDoom/DecorateParser.cs
- Source/Plugins/BuilderModes/ErrorChecks/ResultMissingTexture.cs 3 additions, 3 deletions.../Plugins/BuilderModes/ErrorChecks/ResultMissingTexture.cs
Loading
Please register or sign in to comment