You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/esmtool
jvoisin e97e4d07dd Teensy optimisation for esmtool
- Use an unordered_set instead of a list to
  keep track of skipped records.
- Reduce the number of conditions when parsing 4-letters
  records by using a switch-case instead of cascading conditions.
- Add a const
4 years ago
..
.gitignore Moved esmtool to apps/ 15 years ago
CMakeLists.txt Restore trailing new lines to shrink PR 7 years ago
esmtool.cpp Teensy optimisation for esmtool 4 years ago
labels.cpp Use more C++11 in tools code 5 years ago
labels.hpp Handle enchantment autocalc flag as a flag (bug #5363) 5 years ago
record.cpp Teensy optimisation for esmtool 4 years ago
record.hpp Use overrides, when needed 5 years ago