UltimateZoneBuilder/Source/Plugins
biwa 634225b77b 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
2021-12-25 14:43:56 +01:00
..
3DFloorMode Added option to reselect changed map elements after undo/redo 2021-10-24 19:22:00 +02:00
AutomapMode Enabled PDB generation for all plugins in x64 release mode 2020-06-17 22:57:49 +02:00
BuilderEffects Add MouseWheel event handler 2020-09-22 18:18:07 -04:00
BuilderModes UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex, so that they can be used with instanceof 2021-12-25 14:43:56 +01:00
ColorPicker Color Picker: buttons with some sensible default values are now used instead of sliders where appropriate. Some miscellaneous fixes. Fixes #436. 2020-09-26 17:52:23 +02:00
CommentsPanel Apply workaround to datagridviews 2020-09-12 02:06:14 +02:00
ImageDrawingExample Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
NodesViewer Enabled PDB generation for all plugins in x64 release mode 2020-06-17 22:57:49 +02:00
SoundPropagationMode Linedefs Mode, Sectors Mode, Vertices Mode, Sound Environment Mode, Sound Propagation Mode: slightly improved performance when moving the mouse 2020-10-31 16:09:22 +01:00
StairSectorBuilder Stair Sector Builder Mode: current settings can be now be saved as a default prefab that will always be loaded when using the Stair Sector Builder Mode 2021-08-24 22:21:14 +02:00
TagExplorer Enabled PDB generation for all plugins in x64 release mode 2020-06-17 22:57:49 +02:00
TagRange Enabled PDB generation for all plugins in x64 release mode 2020-06-17 22:57:49 +02:00
UDBScript UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex, so that they can be used with instanceof 2021-12-25 14:43:56 +01:00
USDF Create mono projects for all the plugins 2019-08-31 14:14:25 +02:00
VisplaneExplorer Visplane Explorer: fixed a bug where changing the settings after re-entering the mode would result in a crash. Fixes #624 2021-10-01 23:38:59 +02:00
WadAuthorMode Create mono projects for all the plugins 2019-08-31 14:14:25 +02:00