Commit Graph

6 Commits

Author SHA1 Message Date
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
9afd99a02c Merge pull request 'Ignore Cargo.lock' (#2) from gitignore-cargolock into master
Reviewed-on: https://git.batesirvintech.net/wesley/doom-oxidized/pulls/2
2023-04-26 12:22:58 -04:00
Wesley Irvin
1168d6c7a5 Ignore Cargo.lock
Updated the .gitignore file to add Cargo.lock to be ignored. This
file can safely be ignored and does not need to be checked into
version control.
2023-04-26 12:20:13 -04:00
Wesley Irvin
368046331f Merge pull request 'WAD Loading' (#1) from wad-loading into master
Reviewed-on: https://git.batesirvintech.net/wesley/doom-oxidized/pulls/1
2023-04-26 11:59:17 -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