Commit graph

2 commits

Author SHA1 Message Date
Gleb Mazovetskiy
8d74b99c72 MpqWriter: Cleanups and renames
I've spent some time understanding how the `MpqWriter` works
and cleaned it up a bit and renamed some variables for clarity.

1. Fixes all signedness and clang-tidy warnings.
2. Renames variables, structs, and methods for clarity.
3. Marks structs used for I/O as packed.
4. Adds comments in a few places.
5. Eliminates recursion from `MpqWriter::AllocBlock` (a clang-tidy
   warning).
2021-12-11 19:41:53 +00:00
Gleb Mazovetskiy
720d210d95 utils/mpq* -> mpq/* 2021-11-17 11:49:57 +01:00
Renamed from Source/utils/mpq_writer.cpp (Browse further)