Skip to content
Snippets Groups Projects
  1. Jun 19, 2023
  2. Jun 18, 2023
  3. Jun 09, 2023
  4. May 26, 2023
  5. May 21, 2023
  6. May 19, 2023
  7. May 17, 2023
  8. May 01, 2023
    • Xaser Acheron's avatar
      Automap Mode: improved support for GZDoom (#876) · 184c13a5
      Xaser Acheron authored
      - A new "Show Textures" option up on the top bar, which draws any sector not flagged to be hidden on the textured automap
      - Holding Shift will highlight sectors instead of lines
      - Left-clicking on a highlighted sector will toggle the "Not shown on textured automap" flag
      - Textures will be shown when Shift is held down even if the "Show Textures" toggle is off
      184c13a5
  9. Apr 30, 2023
  10. Apr 22, 2023
  11. Mar 29, 2023
  12. Mar 06, 2023
  13. Mar 03, 2023
  14. Feb 11, 2023
  15. Feb 01, 2023
  16. Jan 28, 2023
  17. Jan 21, 2023
  18. Jan 20, 2023
  19. Dec 25, 2022
  20. Dec 11, 2022
  21. Dec 10, 2022
  22. 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
  23. Nov 27, 2022
  24. Nov 23, 2022
  25. 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
  26. Nov 06, 2022
  27. Nov 04, 2022
Loading