Commit Graph

9 Commits

Author SHA1 Message Date
8de9d56c2d Merge pull request 'Linedef Reader' (#4) from linedef-reader into main
Reviewed-on: #4
2025-03-30 19:23:53 -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
4b3822423f Merge branch 'lump-types' 2025-03-30 15:58:00 -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
bc4bf848c7 Merge branch 'vertex-loader' 2025-03-30 13:59:37 -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
16f21694d9 Merge pull request 'Added ability to read WAD directory' (#1) from dir-reader into main
Reviewed-on: #1
2025-03-27 17:45:46 -04:00
98cfdb93a6 Added ability to read WAD directory 2025-03-27 17:43:52 -04:00
b2028e0207 Initial commit 2025-03-12 19:38:20 -04:00