Commit Graph

4 Commits

Author SHA1 Message Date
c3b3081e74 Linedef Reader
Added ability to read linedef lumps. Also added all the test
functionality to make sure we are reading the linedefs correctly.
2025-03-30 19:21:52 -04:00
e6a0a54315 Lump Type Handling
Added in the ability for us to detect Vertex lump types. Every lump is
no longer being flagged as a LumpType::Unknown. Also added in the
testing framework to make sure that we are loading up the correct number
of vertex lumps from the wad file.
2025-03-30 15:55:42 -04:00
ffb7b9d9c7 Vertex Loading
Added the ability to load vertex data from the WAD. Still needs
some processing to make more robust, but for now is loading data.
2025-03-30 13:55:46 -04:00
98cfdb93a6 Added ability to read WAD directory 2025-03-27 17:43:52 -04:00