UltimateZoneBuilder/Source/Core
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
..
Actions Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Compilers Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Config Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Controls Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Data Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Dehacked DeHackEd: editor keys are once again recognized 2022-05-15 00:38:36 +02:00
Editing Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
General Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Geometry Don't auto-add upper texture for lower adjacent sky sectors (#594) 2021-08-14 11:33:52 +02:00
GZBuilder MODELDEF: added support for the rotation-center command. Resolves #796 2022-10-21 20:29:30 +02:00
IO Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Map Fixed a problem where the display was desaturated in certain situations in classic modes when wireframe rendering was enabled when exiting Visual Mode. Fixes #619 2022-02-12 12:14:50 +01:00
Plugins Rebranding 2019-12-24 09:14:28 +02:00
Properties Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Rendering MODELDEF: added support for the rotation-center command. Resolves #796 2022-10-21 20:29:30 +02:00
Resources Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Types Fixed a problem where polyobject numbers where not sorted correctly in the editing dialogs. Fixes #690 2022-01-22 11:06:13 +01:00
VisualModes Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Windows Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
ZDoom MODELDEF: added support for the rotation-center command. Resolves #796 2022-10-21 20:29:30 +02:00
app.config Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
app.manifest Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
Builder.csproj UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
BuilderMono.csproj Add support for toasts (#817) 2022-11-06 15:08:22 +01:00