Skip to content
Snippets Groups Projects
  1. Mar 06, 2023
  2. Jan 28, 2023
  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 04, 2022
  6. Oct 20, 2022
  7. Oct 03, 2022
  8. Sep 18, 2022
  9. Sep 13, 2022
  10. Aug 28, 2022
  11. Aug 07, 2022
  12. Jul 02, 2022
    • Nash Muhandes's avatar
      Update ZDRay stuff (#750) · 490cb784
      Nash Muhandes authored
      - Removed surface lights
      - Move ZDRayInfo stuff back to UDMF keys
      - Add per-surface sampling distance UDMF keys to lines and sectors
      - Standardize and finalize the naming conventions for the new UDMF keys to everything lightmap-related to use an "lm_" prefix
      490cb784
  13. Jun 02, 2022
  14. May 08, 2022
  15. Apr 09, 2022
  16. Mar 13, 2022
  17. Feb 27, 2022
  18. Feb 12, 2022
  19. Jan 29, 2022
  20. Jan 28, 2022
  21. Jan 26, 2022
  22. Jan 23, 2022
  23. Jan 07, 2022
  24. Jan 06, 2022
  25. Dec 25, 2021
    • biwa's avatar
      UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex,... · 634225b7
      biwa authored
      UDBScript: Exported the classes Linedef, Sector, Sidedef, Thing, and Vertex, so that they can be used with instanceof
      UDBScript: Map class: the getSidedefsFromSelectedLinedefs() method now correctly only returns the Sidedefs of selected Linedefs in visual mode (and not also the highlighted one)
      UDBScript: Map class: added a new getSidedefsFromSelectedOrHighlightedLinedefs() method as the equivalent to the other getSelectedOrHighlighted*() methods
      UDBScript: Sector class: added new floorSelected, ceilingSelected, floorHighlighted, and ceilingHighlighted properties. Those are mostly useful in visual mode, since they always return true when the Sector is selected or highlighted in the classic modes. The properties are read-only
      UDBScript: Sidedef class: added new upperSelected, middleSelected, lowerSelected, upperHighlighted, middleHighlighted, and lowerHighlighted properties. Those are mostly useful in visual mode, since they always return true when the parent Linedef is selected or highlighted in the classic modes. The properties are read-only
      UDBScript: added new example to apply textures for floor/ceiling and upper/middle/lower texture for selected map elements
      UDBScript: updated documentation
      634225b7
  26. Dec 17, 2021
  27. Dec 15, 2021
  28. Dec 14, 2021
    • DrinkyBird's avatar
      Zandronum 3.1 ACS changes (#668) · c1d0428c
      DrinkyBird authored
      * Updated the bundled Zandronum ACC with Zan 3.1 changes
      
      * Add Zandronum 3.1 functions and constants to its ACS configuration
      
      * Updated the Zandronum ACC (again), as it was missing GAMESTATE definitions
      c1d0428c
  29. Dec 10, 2021
  30. Dec 09, 2021
  31. Nov 28, 2021
  32. Oct 24, 2021
  33. Oct 03, 2021
  34. Sep 13, 2021
Loading