Commit Graph

6 Commits

Author SHA1 Message Date
Wesley Irvin
166b047a70 Linedef Loading
Added the ability to load linedefs from a wad file. Also added
functions to the linedef type to allow you to check the status of
each bit of the flags value making it very easy to check linedef
properties.
2023-04-29 09:39:26 -04:00
Wesley Irvin
cd5f05daf5 Vertex Loading
Added the ability to load vertex data from the vertexes lump for
a given level. This is to close issue #5 to get vertex data
loading working.
2023-04-28 18:26:14 -04:00
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