Commit Graph

7 Commits

Author SHA1 Message Date
569265f414 Thing Reader
Reads things from the WAD file.
2025-04-07 19:09:33 -04:00
fdb68ce0ff Sidedef Reader
Added the ability to read sidedef lumps from the wadfile.
2025-03-31 20:20:52 -04:00
fb802a8d2b WAD Refactor
Refactored some of the code for the wadfile reading. Moved out the
readers into their own separate file, and moved some utilities around to
create wad utilities for more modularity.
2025-03-31 19:30:26 -04:00
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