Skip to content
Snippets Groups Projects
  1. Nov 04, 2023
  2. Oct 21, 2023
  3. Oct 14, 2023
  4. Sep 29, 2023
  5. Sep 17, 2023
  6. Sep 06, 2023
  7. Sep 02, 2023
  8. Aug 12, 2023
  9. Aug 02, 2023
  10. Jul 29, 2023
  11. Jul 15, 2023
  12. Jul 09, 2023
    • biwa's avatar
      Visual Mode: fixed a crash when toggling visual vertex slope picking and the... · 58480f5b
      biwa authored
      Visual Mode: fixed a crash when toggling visual vertex slope picking and the map contains double-sided linedefs without a front sidedef. Fixes #928
      58480f5b
    • biwa's avatar
      Texture skewing: · 4dba3a92
      biwa authored
      - fixed a rare condition where skewed mid textures were not clipped correctly
      - fixed a problem where translucent mid textures were not skewed correctly
      - fixed a problem where sprites were skewed unintentionally
      4dba3a92
  13. Jul 08, 2023
  14. Jun 27, 2023
  15. Nov 27, 2022
  16. Nov 06, 2022
  17. May 09, 2022
  18. May 08, 2022
  19. May 07, 2022
  20. Mar 05, 2022
  21. Feb 08, 2022
  22. Feb 05, 2022
  23. Feb 02, 2022
  24. Jan 29, 2022
  25. Jan 07, 2022
  26. Jan 04, 2022
  27. Jan 03, 2022
  28. 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
  29. Nov 28, 2021
  30. Oct 21, 2021
  31. Sep 13, 2021
Loading