1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 16:19:54 +00:00
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
2021-05-06 22:41:20 +02:00
..
.gitignore Moved esmtool to apps/ 2010-07-21 13:52:28 +02:00
CMakeLists.txt Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
esmtool.cpp Teensy optimisation for esmtool 2021-05-06 22:41:20 +02:00
labels.cpp Use more C++11 in tools code 2020-06-10 10:30:37 +04:00
labels.hpp Handle enchantment autocalc flag as a flag (bug #5363) 2020-04-11 00:03:14 +03:00
record.cpp Teensy optimisation for esmtool 2021-05-06 22:41:20 +02:00
record.hpp Use overrides, when needed 2020-06-10 12:58:15 +04:00