Skip to content
Snippets Groups Projects
  1. Apr 22, 2023
  2. Mar 29, 2023
  3. Mar 06, 2023
  4. Mar 03, 2023
  5. Feb 11, 2023
  6. Feb 01, 2023
  7. Jan 28, 2023
  8. Jan 21, 2023
  9. Jan 20, 2023
  10. Dec 25, 2022
  11. Dec 11, 2022
  12. Dec 10, 2022
  13. Dec 09, 2022
    • biwa's avatar
      Improved performance in classic modes when panning the view. This is achieved... · af25e772
      biwa authored
      Improved performance in classic modes when panning the view. This is achieved by parallelizing plotting linedefs and vertices on multiple logical CPU cores. Enabled for linedefs by default. Disabled for vertices by default, since it can cause flickering when vertices are close to each other. Settings can be changed in Preferences -> Appearance
      af25e772
  14. Nov 27, 2022
  15. Nov 23, 2022
  16. Nov 13, 2022
    • biwa's avatar
      Fixed missing files in installer script · ba3e0437
      biwa authored
      ba3e0437
    • 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
  17. Nov 06, 2022
  18. Nov 04, 2022
  19. Oct 29, 2022
  20. Oct 21, 2022
  21. Oct 20, 2022
  22. Oct 03, 2022
  23. Sep 26, 2022
Loading