Skip to content

Use more decomposition, string_view, and implicit sizes in ESM code

Evil Eye requested to merge Assumeru/openmw:esmstuff into master

A hodgepodge MR. A little bit of #6125, a follow up on the thread in !3968 (merged) about unused methods in the ESM reader as well as the removal of some bad casts, and some more decomposition for readability.

I think the duplicate constants in loadland.hpp should be removed at some point. It'd also be nice to turn getExact into a private method but that'd require some sort of span alternative.

Merge request reports