UltimateZoneBuilder/Source/Plugins/UDBScript/Windows
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
..
MessageForm.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
MessageForm.Designer.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
MessageForm.resx Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
PreferencesForm.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
PreferencesForm.Designer.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
PreferencesForm.resx Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
QueryOptionsForm.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
QueryOptionsForm.Designer.cs Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
QueryOptionsForm.resx Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
ScriptRunnerForm.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
ScriptRunnerForm.Designer.cs UDBScript asynchronous execution (#684) 2022-01-03 14:33:34 +01:00
ScriptRunnerForm.resx UDBScript asynchronous execution (#684) 2022-01-03 14:33:34 +01:00
UDBScriptErrorForm.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
UDBScriptErrorForm.Designer.cs UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
UDBScriptErrorForm.resx Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00