Commit Graph

4 Commits

Author SHA1 Message Date
Wesley Irvin
7176c90542 WAD Rework
Reworked the code for loading and dealing with WAD files. The
code now makes more sense and is much much easier to use. This
should close issue #7.
2023-04-27 17:42:48 -04:00
Wesley Irvin
1645dc16b4 Directory Loading
Added the ability to parse the directory and store it in a
Directory struct. This data has utility functions that can be used
to work with the directory to find any lump we could need. This
patch should fix up issue #3.
2023-04-26 19:43:40 -04:00
Wesley Irvin
a320281e2d WAD Loading
First run of WAD loading. Is able to read the header of the WAD
file.
2023-04-26 11:52:28 -04:00
Wesley Irvin
d138a9b923 Initial Commit
Initial commit which pushes up a bare cargo project with the
shareware version of doom added.
2023-04-24 18:00:36 -04:00