Skip to content

0.0.7-Alpha

Latest
Compare
Choose a tag to compare
@kevansevans kevansevans released this 24 Nov 20:35
· 45 commits to master since this release
  • The Haxelib is now MIT!
    • A sizeable chunk of the previous in-dev work had to be removed due to it being borrowed from GPL2 sources. This is counter to the goals of HxDoom. A substitute source has been found and will be used from now on.
  • Flat textures reading added.
  • Blockmap reading added.
  • Dependency injection for functions added to Reader.hx.
  • Vanilla maps can read out of order lumps.
  • Further fixes to wall visibly calculations.
  • Sector.hx
    • Added 'lines' array that stores all linedefs that make up sector.
    • Added 'getSortedVertices' static method that returns a correctly sorted array of vertices, meant for aiding with converting map geometry into GL-Esque friendly data.
  • General code cleanup