Automap Mode: improved support for GZDoom (#876)
- A new "Show Textures" option up on the top bar, which draws any sector not flagged to be hidden on the textured automap - Holding Shift will highlight sectors instead of lines - Left-clicking on a highlighted sector will toggle the "Not shown on textured automap" flag - Textures will be shown when Shift is held down even if the "Show Textures" toggle is off
Showing
- Source/Core/Map/MapSet.cs 2 additions, 2 deletionsSource/Core/Map/MapSet.cs
- Source/Core/Map/Sector.cs 9 additions, 2 deletionsSource/Core/Map/Sector.cs
- Source/Core/Rendering/Presentation.cs 5 additions, 0 deletionsSource/Core/Rendering/Presentation.cs
- Source/Core/Rendering/Renderer2D.cs 3 additions, 3 deletionsSource/Core/Rendering/Renderer2D.cs
- Source/Core/Rendering/SurfaceEntry.cs 3 additions, 0 deletionsSource/Core/Rendering/SurfaceEntry.cs
- Source/Core/Rendering/SurfaceManager.cs 17 additions, 6 deletionsSource/Core/Rendering/SurfaceManager.cs
- Source/Core/Rendering/SurfaceUpdate.cs 6 additions, 2 deletionsSource/Core/Rendering/SurfaceUpdate.cs
- Source/Plugins/AutomapMode/AutomapMode.cs 166 additions, 42 deletionsSource/Plugins/AutomapMode/AutomapMode.cs
- Source/Plugins/AutomapMode/AutomapMode.csproj 3 additions, 0 deletionsSource/Plugins/AutomapMode/AutomapMode.csproj
- Source/Plugins/AutomapMode/Interface/MenusForm.Designer.cs 95 additions, 82 deletionsSource/Plugins/AutomapMode/Interface/MenusForm.Designer.cs
- Source/Plugins/AutomapMode/Interface/MenusForm.cs 13 additions, 4 deletionsSource/Plugins/AutomapMode/Interface/MenusForm.cs
- Source/Plugins/AutomapMode/Properties/Resources.Designer.cs 10 additions, 0 deletionsSource/Plugins/AutomapMode/Properties/Resources.Designer.cs
- Source/Plugins/AutomapMode/Properties/Resources.resx 3 additions, 0 deletionsSource/Plugins/AutomapMode/Properties/Resources.resx
- Source/Plugins/AutomapMode/Resources/Hints.cfg 2 additions, 1 deletionSource/Plugins/AutomapMode/Resources/Hints.cfg
- Source/Plugins/AutomapMode/Resources/ShowTextures.png 0 additions, 0 deletionsSource/Plugins/AutomapMode/Resources/ShowTextures.png
Loading
Please register or sign in to comment