Skip to content
Snippets Groups Projects
  1. Dec 25, 2022
  2. Dec 11, 2022
  3. Nov 27, 2022
  4. 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
  5. Nov 06, 2022
  6. Nov 04, 2022
  7. Oct 03, 2022
  8. Sep 21, 2022
  9. Sep 20, 2022
  10. Sep 18, 2022
    • biwa's avatar
      Things/Linedefs/Sectors/Vertices Modes: standardized how editing and selection works: · 179f7206
      biwa authored
      - editing a highlighted, not selected map element will deselect other selected map elements, then start editing the highlighted map element
      - dragging a highlighted, not selected map element will deselect other selected map elements, then start dragging the highlighted map element
      - dragging a single map element will keep its selection state. I.e. dragging a selected map element will not deselect it after dragging anymore
        - dragging a highlighted, not selected thing will not select it after dragging
      - dragging a highlighted, not selected sector, while other sectors are selected, will only drag the highlighted sector, and not the selected sector (and deselect the selected sectors)
      179f7206
  11. Sep 17, 2022
  12. Aug 28, 2022
  13. Aug 23, 2022
    • biwa's avatar
      - Sector Color Picker: fixed a problem where the dialog could not be closed... · bacaff5b
      biwa authored
      - Sector Color Picker: fixed a problem where the dialog could not be closed using the "enter" or "ESC" buttons
      - Light/Sector Color Picker: fixed a problem where closing the dialog would result in a flicker
      - Light Color Picker: fixed a problem where canceling the dialog would not revert the color settings
      bacaff5b
  14. Aug 16, 2022
  15. Jul 02, 2022
  16. Jun 12, 2022
  17. Jun 02, 2022
  18. Jun 01, 2022
  19. May 28, 2022
  20. May 27, 2022
  21. May 09, 2022
  22. May 08, 2022
  23. May 07, 2022
  24. Apr 18, 2022
  25. Apr 09, 2022
  26. Mar 15, 2022
  27. Mar 14, 2022
  28. Mar 11, 2022
  29. Mar 05, 2022
  30. Feb 26, 2022
Loading