OpenAWE-Project / OpenAWE

A reimplementation of Remedy Entertainments Alan Wake Engine, in later iterations known as the Northlight Engine
GNU General Public License v3.0
159 stars 13 forks source link

Remove redundancies in RMDPArchive class #16

Closed Nostritius closed 1 year ago

Nostritius commented 3 years ago

The rmdp file archive loader has a lot of redundant building blocks for its methods. It would be nice to move this into separate methods to reduce the code and maintainability for it. The building blocks would be:

Both the retrieval of a file entry and folder entry could utilize std::optional, for the case if no entry is found.