Added AngleByteHandler (type 22).
Bit Flags form now changes width to show flags with long names without scrolling. Bit Flags form: flag numbers are now shown as well as names. Game configurations: updated Hexen and ZDoom linedef definitions. Now they (hopefully) fully match ZDoom ones. Action Selector Control: fixed a crash when trying to increase action above maximum value using mouse wheel. Sector/Linedef/Thing tag lists are now handled by corresponding TypeHandlers (and not by dirty hacks as before). Linedef info panel: line peggedness labels were obscured by effect label in Doom/Hexen map formats.
Showing
- Build/Configurations/Includes/Hexen_linedefs.cfg 84 additions, 48 deletionsBuild/Configurations/Includes/Hexen_linedefs.cfg
- Build/Configurations/Includes/ZDoom_linedefs.cfg 318 additions, 170 deletionsBuild/Configurations/Includes/ZDoom_linedefs.cfg
- Build/Configurations/Includes/ZDoom_misc.cfg 125 additions, 29 deletionsBuild/Configurations/Includes/ZDoom_misc.cfg
- Source/Core/Builder.csproj 1 addition, 0 deletionsSource/Core/Builder.csproj
- Source/Core/Config/EnumItem.cs 3 additions, 6 deletionsSource/Core/Config/EnumItem.cs
- Source/Core/Controls/ActionSelectorControl.cs 1 addition, 1 deletionSource/Core/Controls/ActionSelectorControl.cs
- Source/Core/Controls/ArgumentBox.cs 4 additions, 144 deletionsSource/Core/Controls/ArgumentBox.cs
- Source/Core/Controls/CheckboxArrayControl.cs 15 additions, 4 deletionsSource/Core/Controls/CheckboxArrayControl.cs
- Source/Core/Controls/LinedefInfoPanel.Designer.cs 4 additions, 4 deletionsSource/Core/Controls/LinedefInfoPanel.Designer.cs
- Source/Core/Controls/LinedefInfoPanel.cs 27 additions, 42 deletionsSource/Core/Controls/LinedefInfoPanel.cs
- Source/Core/Controls/LinedefInfoPanel.resx 0 additions, 42 deletionsSource/Core/Controls/LinedefInfoPanel.resx
- Source/Core/Controls/SectorInfoPanel.cs 1 addition, 1 deletionSource/Core/Controls/SectorInfoPanel.cs
- Source/Core/Controls/ThingInfoPanel.cs 3 additions, 11 deletionsSource/Core/Controls/ThingInfoPanel.cs
- Source/Core/GZBuilder/Controls/TagSelector.cs 1 addition, 1 deletionSource/Core/GZBuilder/Controls/TagSelector.cs
- Source/Core/General/MapManager.cs 2 additions, 10 deletionsSource/Core/General/MapManager.cs
- Source/Core/Types/AngleByteHandler.cs 23 additions, 0 deletionsSource/Core/Types/AngleByteHandler.cs
- Source/Core/Types/AngleDegreesHandler.cs 1 addition, 1 deletionSource/Core/Types/AngleDegreesHandler.cs
- Source/Core/Types/EnumOptionHandler.cs 4 additions, 4 deletionsSource/Core/Types/EnumOptionHandler.cs
- Source/Core/Types/LinedefTagHandler.cs 35 additions, 1 deletionSource/Core/Types/LinedefTagHandler.cs
- Source/Core/Types/SectorTagHandler.cs 186 additions, 0 deletionsSource/Core/Types/SectorTagHandler.cs
Loading
Please register or sign in to comment