Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
  2. Jan 04, 2022
  3. Jan 03, 2022
  4. Dec 28, 2021
  5. Dec 27, 2021
  6. Dec 26, 2021
  7. 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
  8. Dec 23, 2021
  9. Dec 17, 2021
  10. Dec 15, 2021
  11. Dec 14, 2021
  12. Dec 11, 2021
  13. Dec 10, 2021
  14. Dec 09, 2021
  15. Dec 08, 2021
  16. Nov 28, 2021
  17. Oct 26, 2021
  18. Oct 24, 2021
Loading