Changed, Linedef/Thing Edit windows: when using ACS specials and choosing a...
Changed, Linedef/Thing Edit windows: when using ACS specials and choosing a script with arguments, appropriate action argument names are replaced with script argument names. Changed, Linedef/Thing Info panel: when displaying a linedef/thing with an ACS special, which uses a script with arguments, appropriate action argument names are replaced with script argument names. Changed, Sector/Linedef/Thing Edit windows, Comments tab: window is no longer closed when pressing Enter while editing a comment. Newline is inserted instead. Changed: Script Editor window is now toggled to normal state when pressing "Show Script Editor" button if said window was already open, but minimized. Fixed: in some cases action arguments were not cleared during setup when displaying multiple map elements with mixed argument values. Internal: added ArgumentsControl.
Showing
- Build/Configurations/Includes/Hexen_linedefs.cfg 2 additions, 0 deletionsBuild/Configurations/Includes/Hexen_linedefs.cfg
- Build/Configurations/Includes/ZDoom_things.cfg 10 additions, 10 deletionsBuild/Configurations/Includes/ZDoom_things.cfg
- Help/gzdb/deprecated_plugins.html 4 additions, 2 deletionsHelp/gzdb/deprecated_plugins.html
- Source/Core/Builder.csproj 9 additions, 0 deletionsSource/Core/Builder.csproj
- Source/Core/Controls/ArgumentBox.cs 2 additions, 2 deletionsSource/Core/Controls/ArgumentBox.cs
- Source/Core/Controls/ArgumentsControl.Designer.cs 244 additions, 0 deletionsSource/Core/Controls/ArgumentsControl.Designer.cs
- Source/Core/Controls/ArgumentsControl.cs 455 additions, 0 deletionsSource/Core/Controls/ArgumentsControl.cs
- Source/Core/Controls/ArgumentsControl.resx 123 additions, 0 deletionsSource/Core/Controls/ArgumentsControl.resx
- Source/Core/Controls/CommentEditor.Designer.cs 7 additions, 33 deletionsSource/Core/Controls/CommentEditor.Designer.cs
- Source/Core/Controls/CommentEditor.cs 6 additions, 0 deletionsSource/Core/Controls/CommentEditor.cs
- Source/Core/Controls/LinedefInfoPanel.cs 54 additions, 24 deletionsSource/Core/Controls/LinedefInfoPanel.cs
- Source/Core/Controls/ThingInfoPanel.cs 58 additions, 38 deletionsSource/Core/Controls/ThingInfoPanel.cs
- Source/Core/GZBuilder/Data/ScriptItem.cs 50 additions, 4 deletionsSource/Core/GZBuilder/Data/ScriptItem.cs
- Source/Core/GZBuilder/GZDoom/AcsParserSE.cs 60 additions, 35 deletionsSource/Core/GZBuilder/GZDoom/AcsParserSE.cs
- Source/Core/GZBuilder/GZDoom/DecorateParserSE.cs 1 addition, 1 deletionSource/Core/GZBuilder/GZDoom/DecorateParserSE.cs
- Source/Core/GZBuilder/GZDoom/ModeldefParserSE.cs 1 addition, 1 deletionSource/Core/GZBuilder/GZDoom/ModeldefParserSE.cs
- Source/Core/General/MapManager.cs 31 additions, 14 deletionsSource/Core/General/MapManager.cs
- Source/Core/Windows/LinedefEditForm.Designer.cs 18 additions, 150 deletionsSource/Core/Windows/LinedefEditForm.Designer.cs
- Source/Core/Windows/LinedefEditForm.cs 15 additions, 143 deletionsSource/Core/Windows/LinedefEditForm.cs
- Source/Core/Windows/LinedefEditFormUDMF.Designer.cs 33 additions, 193 deletionsSource/Core/Windows/LinedefEditFormUDMF.Designer.cs
Loading
Please register or sign in to comment