- May 23, 2023
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- May 22, 2023
-
-
MascaraSnake authored
-
- Nov 27, 2022
-
-
biwa authored
Disabled visual sloping for game configurations that do not support plane equation slopes. Fixes #828 Added toasts for visual sloping events
-
- Nov 06, 2022
-
-
biwa authored
Behavior can be configured in the "Toasts" tab in the preferences.
-
- May 09, 2022
-
-
ZZYZX authored
-
- May 08, 2022
-
-
biwa authored
Visual Mode: fixed an issue where using the "apply camera rotation to things" action did not update the thing cages properly
-
- May 07, 2022
-
-
biwa authored
-
- Mar 05, 2022
-
-
biwa authored
Visual Mode: Fixed a problem where using visual sloping a slope handle around itself resulted in invalid slopes
-
- Feb 08, 2022
-
-
biwa authored
Visual Mode: fixed a problem where offsetting the middle texture of double sided lines would not work under certain circumstances. Fixes #702
-
- Feb 05, 2022
-
-
biwa authored
Visual Mode: added actions to lower and raise map elements by the current grid size (no defaults bound). Resolves #699
-
- Feb 02, 2022
-
-
biwa authored
Visual Mode: fixed a problem that resulted in incorrect texture offsets when moving a texture by grid size, and the grid was a multiple of the texture size
-
- Jan 30, 2022
-
-
MascaraSnake authored
-
- Jan 29, 2022
-
-
biwa authored
-
MascaraSnake authored
-
biwa authored
GZDoom game configuration: added support for distinct upper/middle/lower sidedef brightness levels. Resolves #694
-
- Jan 17, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- Jan 07, 2022
-
-
biwa authored
Visual Mode: added toggleable option to select all adjacent visual vertex slope handle when selecting a visual slope vertex handle. The action is called "Toggle Adjacent Visual Vertex Slope Selection"
-
- Jan 04, 2022
-
-
volte authored
Added classic rendering mode to closer emulate software renderer visuals in visual mode
-
- Jan 03, 2022
-
-
volte authored
Added "Orbit" and "Move Camera to Cursor" visual mode actions (not bound by default)
-
- Dec 25, 2021
-
-
biwa authored
UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex, so that they can be used with instanceof UDBScript: Map class: the getSidedefsFromSelectedLinedefs() method now correctly only returns the Sidedefs of selected Linedefs in visual mode (and not also the highlighted one) UDBScript: Map class: added a new getSidedefsFromSelectedOrHighlightedLinedefs() method as the equivalent to the other getSelectedOrHighlighted*() methods UDBScript: Sector class: added new floorSelected, ceilingSelected, floorHighlighted, and ceilingHighlighted properties. Those are mostly useful in visual mode, since they always return true when the Sector is selected or highlighted in the classic modes. The properties are read-only UDBScript: Sidedef class: added new upperSelected, middleSelected, lowerSelected, upperHighlighted, middleHighlighted, and lowerHighlighted properties. Those are mostly useful in visual mode, since they always return true when the parent Linedef is selected or highlighted in the classic modes. The properties are read-only UDBScript: added new example to apply textures for floor/ceiling and upper/middle/lower texture for selected map elements UDBScript: updated documentation
-
- Nov 28, 2021
-
-
biwa authored
Added map scripting capabilities to UDB (#656). Documentation at https://biwa.github.io/udbscript-docs/
-
- Oct 21, 2021
-
-
biwa authored
Visual Mode: fixed a bug where textures on 3D floors were not scaled correctly when using the upper/lower texture 3D floor flags. Fixes #640
-
- Sep 13, 2021
-
-
biwa authored
Eternity Engine game configuration: it's again possible to set the floor and ceiling brightness independently from the sector brightness
-
- Sep 06, 2021
-
-
biwa authored
Game configurations: added option to enable/disable GZDoom style distinct brightness for walls/ceilings/floors. Fixes #618
-
- Sep 05, 2021
-
-
biwa authored
Visual Mode: added some safeguards against potential crashes that should never happen. Potentially fixes #614
-
- Aug 24, 2021
-
-
biwa authored
Visual Mode: fixed a problem where highlighted visual slope handles were not highlighted anymore after clearing the selection
-
- Aug 14, 2021
-
-
Derek MacDonald authored
-
- Jul 04, 2021
-
-
biwa authored
Visual Mode: fixed a bug where auto-aligning textures wouldn't work correctly in game configurations without support for local sidedef texture offsets, when short texture names were used, but the texture's source was a full texture name (i.e. from the /textures directory)
-
- Apr 18, 2021
-
-
biwa authored
Resetting a slope in Sector Edit Form UDMF or with the Reset Slope action will not set the height to the z position at the center of the sector anymore, but to its original height
-
- Mar 17, 2021
-
-
biwa authored
Visual Mode: fixed inaccuracies of when upper/lower textures are shown when sky rendering is enabled
-
- Mar 16, 2021
-
-
biwa authored
Fixed a bug where pasting texture offsets in UDMF configurations without support for local sidedef texture offset (like the Eternity UDMF configuration) didn't work. Fixes #538
-
- Feb 20, 2021
-
-
biwa authored
Using the "Reset plane slope" action now sets the floor or ceiling heights to the height of the plane at the sector's bounding box center
-
- Feb 13, 2021
-
-
biwa authored
-
biwa authored
Added option for special handling of triangular sectors when doing visual sloping. When enabled it'll always select an opposite smart pivot handle. Enabled by default, can be disabled in Tools -> Preferences -> Editing -> Opposite side/vertex is smart pivot handle on triangular sectors
-
biwa authored
-
- Feb 07, 2021
- Feb 06, 2021
-
-
biwa authored
-