aa8f87ed64
Renamed some dcb_io::drv entries to reflect what they're doing better.
2021-01-24 11:20:40 +00:00
2c785bf73d
drv-extractor now respects the dates of the files.
...
Added `DirEntry::seek_to`.
2021-01-24 10:48:09 +00:00
de384d3bbf
Added drv-extractor bin.
...
Made all functions that take a reader take it by mutable reference.
2021-01-23 22:34:32 +00:00
80d3dc9a81
Updated GameFile to the new interface.
...
Fixed bug with `FileReader`'s `io::Seek` impl, where it didn't actually seek the file.
Fixed bug with `DirEntry::from_reader` impl, where it didn't read the remaining entry bytes.
2021-01-23 07:19:55 +00:00
f2589d23d2
Updated .DRV filesystem to work with a generic reader and not read everything at once.
2021-01-23 04:08:55 +00:00
00194d55d1
Worked on .PAK implementation.
...
Started work on `.TIM` implementation.
2021-01-20 05:05:39 +00:00
4c07bbe4c4
Moved .DRV filesystem to top-level in dcb-io.
...
Started work on parsing `.PAK` files.
2021-01-20 02:14:33 +00:00