- Jun 10, 2023
- Jun 09, 2023
-
-
sphere authored
-
biwa authored
Added action to change the index of linedefs, things, sectors, and vertices. Can be accessed through a shortcut (not bound by default) or the menu of the respective mode (#903)
-
wisselstem authored
-
- May 29, 2023
-
-
sphere authored
-
- May 26, 2023
-
-
wisselstem authored
-
wisselstem authored
-
sphere authored
-
sphere authored
-
sphere authored
-
sphere authored
-
- May 24, 2023
-
-
sphere authored
-
- May 23, 2023
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- May 22, 2023
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- May 21, 2023
-
-
sphere authored
-
- May 17, 2023
-
-
wisselstem authored
-
- May 01, 2023
-
-
Xaser Acheron authored
- 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
-
- Apr 22, 2023
-
-
biwa authored
Edit Selection Mode: fixed a problem where floor and ceiling textures were unintentionally scaled in UDMF when resizing the selection. Fixes #873
-
- Mar 19, 2023
-
-
James R. authored
-
- Mar 06, 2023
- Mar 03, 2023
- Jan 28, 2023
-
-
biwa authored
Stair Sector Builder Mode: fixed an issue where the number of sectors and the sector depth was not loaded correctly when a default prefab was set. Fixes #847
-
- Dec 28, 2022
-
-
MascaraSnake authored
-
- Dec 25, 2022
- Dec 11, 2022
-
-
biwa authored
Nodes Viewer Mode: a crash that could happen when the nodes header was interpreted as an UTF-8 value should be fixed for good now (#827)
-
- Nov 27, 2022
-
-
biwa authored
UDBScript: setting an UDMF string field to an empty string will not remove the field anymore, but actually set it to an empty string
-
biwa authored
-
biwa authored
Disabled visual sloping for game configurations that do not support plane equation slopes. Fixes #828 Added toasts for visual sloping events
-
- Nov 13, 2022
-
-
biwa authored
Improved UDBScript to version 5: - Added Plane class - Added BlockMap, BlockEntry, and BlackMapQueryResult classes - Sector class - Added getLabelPositions method to get the position of sector labels (where tags, effects etc. are displayed) - Added support for JavaScript BigInt for UDMF fields. This means it's not necessary anymore to use UniValue to assign integers to new UDMF fields. Instead it can be done like this: sector.fields.my_int_field = 1n; - Added type information file (udbscript.d.ts)
-
- Nov 06, 2022
-
-
biwa authored
Behavior can be configured in the "Toasts" tab in the preferences.
-
- Nov 04, 2022
-
-
biwa authored
3D Floor Mode: added support for UDMF game configurations without support for sectors with multiple tags (i.e. Zandronum)
-
- Oct 03, 2022
-
-
biwa authored
Tag Range plugin: fixed a problem where the new tags were not displayed in Sectors Mode when selection numbering was disabled. Fixes #795
-
- Sep 21, 2022
-
-
biwa authored
Sectors Mode: fixed a regression where sector labels were not updated after editing sectors. Fixes #793
-