- Dec 30, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
- Dec 29, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
- Dec 28, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- Jan 30, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
- Jan 29, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- Jan 17, 2022
-
-
MascaraSnake authored
-
MascaraSnake authored
-
- Jan 16, 2022
-
-
MascaraSnake authored
-
- Jan 08, 2022
-
-
volte 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"
-
biwa authored
UDBScript: the progress bar in the running script dialog now stops its animation when no progress was set and the script finished.
-
biwa authored
UDBScript: fixed a problem where the UDB.log() method crashed when a non-string object was passed to it
-
biwa authored
-
- Jan 06, 2022
-
-
biwa authored
UDBScript: groups all classes, objects, and methods in a new UDB namespace, usable with the new feature version 4. Updated the documentation accordingly. Resolves #679
-
- Jan 04, 2022
-
-
volte authored
Added classic rendering mode to closer emulate software renderer visuals in visual mode
-
- Jan 03, 2022
- Dec 28, 2021
-
-
biwa authored
UDBScript: fixed a bug where Map.nearestLinedef, Map.nearestThing, Map.nearestVertex, and Map.nearestSidedef would not return valid objects when no nearest map element was found
-
- Dec 27, 2021
-
-
biwa authored
Fixed a crash with Mono that happened because of the placeholder text in the "additional parameters" text box in the testing drop down menu. Fixes #677
-
- Dec 26, 2021
- 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
-
- Dec 23, 2021
-
-
biwa authored
-
- Dec 17, 2021
- Dec 15, 2021
-
-
biwa authored
-