Skip to content
Snippets Groups Projects
  1. Jun 15, 2023
  2. Jun 12, 2023
  3. Jun 10, 2023
  4. Jun 09, 2023
  5. May 29, 2023
  6. May 26, 2023
  7. May 24, 2023
  8. May 23, 2023
  9. May 22, 2023
  10. May 21, 2023
  11. May 17, 2023
  12. 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
  13. Apr 22, 2023
  14. Mar 19, 2023
  15. Mar 06, 2023
  16. Mar 03, 2023
  17. Jan 28, 2023
  18. Dec 28, 2022
  19. Dec 25, 2022
  20. Dec 11, 2022
  21. Nov 27, 2022
  22. 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
Loading