1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 19:29:56 +00:00
openmw/apps/esmtool
florent.teppe 077cf97bc4 The esm4 reader logic is mutualised
to avoid copy pasting code, readerutils gives functions that take visitors as params to decide how a record must be handled

Check encoder exists, and get value of stateless encoder.

fixes code formatting conventions

Fixed output of record with RefId

also fixed readTypedRecord and readRecord to have the proper return types

Check if the type has a sRecordId
2023-01-01 19:22:27 +01:00
..
.gitignore Moved esmtool to apps/ 2010-07-21 13:52:28 +02:00
arguments.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
esmtool.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
labels.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
labels.hpp Remove AI_CNDT from AI package types 2022-09-13 00:05:12 +02:00
record.cpp CellName is now a RefId, makes more sense that way. 2022-12-27 19:16:21 +01:00
record.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
tes4.cpp The esm4 reader logic is mutualised 2023-01-01 19:22:27 +01:00
tes4.hpp Support TES4 in esmtool dump 2022-04-25 17:35:26 +02:00