Skip to content
Snippets Groups Projects
  1. Feb 08, 2022
  2. Feb 05, 2022
  3. Feb 02, 2022
  4. Jan 29, 2022
  5. Jan 07, 2022
  6. Jan 04, 2022
  7. Jan 03, 2022
  8. 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
  9. Nov 28, 2021
  10. Oct 21, 2021
  11. Sep 13, 2021
  12. Sep 06, 2021
  13. Sep 05, 2021
  14. Aug 24, 2021
  15. Aug 14, 2021
  16. Jul 04, 2021
  17. Apr 18, 2021
  18. Mar 17, 2021
  19. Mar 16, 2021
  20. Feb 20, 2021
  21. Feb 13, 2021
  22. Feb 07, 2021
  23. Feb 06, 2021
  24. Jan 31, 2021
  25. Jan 30, 2021
  26. Jan 06, 2021
  27. Jan 01, 2021
  28. Dec 31, 2020
  29. Dec 27, 2020
  30. Nov 01, 2020
  31. Oct 23, 2020
  32. Oct 22, 2020
  33. Oct 19, 2020
Loading