OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Allow initializing OP2BmpLoader using a stream #352

Closed Brett208 closed 3 years ago

Brett208 commented 3 years ago

This allows loading ArtFile without first extracting it from the vol file.

I struggled to right a meaningful unit test if we don't want to keep a copy of an actual ArtFile in memory or within the repository.

Brett208 commented 3 years ago

Looks like the branch vs pr build on appveyor caught an issue that would have become a problem on merge with master. Fixed in new commit.