UltimateZoneBuilder/Source/Plugins/UDBScript
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
..
API UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
Controls UDBScript: fixed a crash when the UDBScript folder was missing or empty. Fixes #789 2022-09-17 13:53:02 +02:00
docs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
Properties Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Resources Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
Windows UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
BuilderPlug.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
Esprima.dll UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
Exceptions.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
Jint.dll UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
ProgressInfo.cs UDBScript asynchronous execution (#684) 2022-01-03 14:33:34 +01:00
QueryOptions.cs 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 2022-01-06 18:46:37 +01:00
RuntimeConstraint.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
ScriptInfo.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
ScriptOption.cs UDBScript: fixed a problem where using QueryOption resulted in an exception being thrown. Fixes #661 2021-12-09 00:57:12 +01:00
ScriptRunner.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
UDBScript.csproj UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
UDBScript.csproj.user Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
UDBScriptSettingsAttribute.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00