Commit Graph

7 Commits (8c27dca1dff85f354d5bef1912d6687d5f8e4b1f)

Author SHA1 Message Date
Petr Mikheev 5d54ca6fdb Refactor components/esm4 1 year ago
florent.teppe a62e75fd19 Initial attempt at loading esm4 exteriors 2 years ago
elsid dbed00842e
Split components/esm4/common.hpp header 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
elsid 4b28d51d5e
Remove virtual modifiers from ESM4 record functions
There is no need to have virtual functions.
3 years ago
elsid f516e34688
Remove used-defined constructors from ESM4 types
To avoid explicit initialization. It should happen in the load functions anyway.

* Move all non-zero initializations to corresponding class definition.
* Replace std::vector by std::array when it has constant size.
3 years ago
cc9cii ba3ae448d4 Initial import of esm4 by cc9cii 3 years ago