UltimateZoneBuilder/Source/Plugins
biwa 5b2b149b40
UDBScript version 5 (#819)
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)
2022-11-13 01:15:17 +01:00
..
3DFloorMode Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
AutomapMode Normalized line endings of AutomapMode/BuilderPlug.cs to CRLF 2022-02-12 20:02:49 +01:00
BuilderEffects Toolbar buttons now show their assigned shortcut key in their tool tip 2022-05-28 16:19:01 +02:00
BuilderModes Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
ColorPicker - Sector Color Picker: fixed a problem where the dialog could not be closed using the "enter" or "ESC" buttons 2022-08-23 14:41:03 +02:00
CommentsPanel UDBScript asynchronous execution (#684) 2022-01-03 14:33:34 +01:00
ImageDrawingExample Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
NodesViewer Nodes Viewer Mode: fixed a crash when the NODES lump contains unsupported ZDBSP nodes. Fixes #766 2022-08-16 14:34:52 +02:00
SoundPropagationMode Sound Environment Mode: fixed an issue that caused building sound environments to fail when the arguments of the Sound Environment thing had unexpected values. 2022-07-02 23:28:07 +02:00
StairSectorBuilder Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
TagExplorer Enabled PDB generation for all plugins in x64 release mode 2020-06-17 22:57:49 +02:00
TagRange Tag Range plugin: fixed a problem where the new tags were not displayed in Sectors Mode when selection numbering was disabled. Fixes #795 2022-10-03 11:29:31 +02:00
UDBScript UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
USDF Create mono projects for all the plugins 2019-08-31 14:14:25 +02:00
VisplaneExplorer Visplane Explorer Mode: fixed an issue where detecting nodes type failed in certain situations 2022-06-02 00:06:27 +02:00
WadAuthorMode Create mono projects for all the plugins 2019-08-31 14:14:25 +02:00