Skip to content
Snippets Groups Projects
  1. Jun 08, 2023
  2. Jun 07, 2023
  3. Jun 04, 2023
  4. Jun 02, 2023
  5. Jun 01, 2023
  6. May 26, 2023
  7. May 24, 2023
  8. May 23, 2023
  9. Apr 22, 2023
  10. Mar 06, 2023
  11. Feb 25, 2023
  12. Jan 28, 2023
  13. Dec 31, 2022
  14. Dec 30, 2022
  15. Dec 29, 2022
  16. Nov 27, 2022
  17. Nov 13, 2022
    • biwa's avatar
      UDBScript version 5 (#819) · 5b2b149b
      biwa authored
      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)
      5b2b149b
  18. Nov 04, 2022
  19. Oct 20, 2022
  20. Oct 03, 2022
Loading