Commit Graph

13 Commits

Author SHA1 Message Date
76358caaff Merge pull request 'Sidedef Reader' (#6) from sidedef-reader into main
Reviewed-on: #6
2025-03-31 20:24:19 -04:00
fdb68ce0ff Sidedef Reader
Added the ability to read sidedef lumps from the wadfile.
2025-03-31 20:20:52 -04:00
a4fc4b89f8 Merge pull request 'WAD Refactor' (#5) from wad-refactor into main
Reviewed-on: #5
2025-03-31 19:33:15 -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
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