Added, Sector Edit window, UDMF: added UI for sector damage-realted properties.
Added, DECORATE parser: damage types are now parsed. Added: the editor now reports duplicate textures/flats/patches/sprites/colormaps/voxels in the loaded wads. Added, all text parsers: added #region/#endregion support. Added TERRAIN parser. Added, Script Editor: added special handling for DECORATE special comments. Added, Sector Edit window, UDMF: Soundsequence value was setup incorrectly when showing the window for multiple sectors with mixed Soundsequence value. Fixed, Map Options window: "Strictly load patches between P_START and P_END" was not applied when applying the changes. Fixed, MAPINFO parser: MapInfo should be treated as defined when a map MAPINFO block corresponding to current map is encountered even if it doesn't define any properties recognized by the editor. Fixed, all text parsers: in some cases error line was calculated incorrectly when reporting an error detected by a text parser. Cosmetic: changed ' to " in the rest of Error and Warning messages. Internal: added text resource tracking. Updated ZDoom_DECORATE.cfg. Updated documentation ("Game Configuration - Basic Settings" page).
Showing
- Build/Configurations/Includes/UDMF_misc.cfg 2 additions, 0 deletionsBuild/Configurations/Includes/UDMF_misc.cfg
- Build/Configurations/Includes/ZDoom_common.cfg 3 additions, 0 deletionsBuild/Configurations/Includes/ZDoom_common.cfg
- Build/Scripting/ZDoom_DECORATE.cfg 58 additions, 11 deletionsBuild/Scripting/ZDoom_DECORATE.cfg
- Help/gc_basicsettings.html 99 additions, 96 deletionsHelp/gc_basicsettings.html
- Source/Core/Builder.csproj 1 addition, 0 deletionsSource/Core/Builder.csproj
- Source/Core/Compilers/AccCompiler.cs 9 additions, 5 deletionsSource/Core/Compilers/AccCompiler.cs
- Source/Core/Config/GameConfiguration.cs 53 additions, 25 deletionsSource/Core/Config/GameConfiguration.cs
- Source/Core/Config/ResourceTextureSet.cs 4 additions, 2 deletionsSource/Core/Config/ResourceTextureSet.cs
- Source/Core/Controls/ScriptDocumentTab.cs 99 additions, 50 deletionsSource/Core/Controls/ScriptDocumentTab.cs
- Source/Core/Controls/ScriptEditorControl.cs 39 additions, 3 deletionsSource/Core/Controls/ScriptEditorControl.cs
- Source/Core/Controls/ScriptEditorPanel.cs 40 additions, 3 deletionsSource/Core/Controls/ScriptEditorPanel.cs
- Source/Core/Controls/ScriptFileDocumentTab.cs 23 additions, 5 deletionsSource/Core/Controls/ScriptFileDocumentTab.cs
- Source/Core/Controls/ScriptLumpDocumentTab.cs 2 additions, 3 deletionsSource/Core/Controls/ScriptLumpDocumentTab.cs
- Source/Core/Data/DataManager.cs 238 additions, 135 deletionsSource/Core/Data/DataManager.cs
- Source/Core/Data/DataReader.cs 79 additions, 21 deletionsSource/Core/Data/DataReader.cs
- Source/Core/Data/DirectoryReader.cs 26 additions, 12 deletionsSource/Core/Data/DirectoryReader.cs
- Source/Core/Data/PK3Reader.cs 13 additions, 6 deletionsSource/Core/Data/PK3Reader.cs
- Source/Core/Data/PK3StructuredReader.cs 166 additions, 140 deletionsSource/Core/Data/PK3StructuredReader.cs
- Source/Core/Data/WADReader.cs 175 additions, 114 deletionsSource/Core/Data/WADReader.cs
- Source/Core/GZBuilder/Controls/TagsSelector.cs 4 additions, 1 deletionSource/Core/GZBuilder/Controls/TagsSelector.cs
Loading
Please register or sign in to comment