1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 13:23:55 +00:00
openmw/apps/opencs/model/tools
jvoisin c7a3f43915 Minor header cleanup
This has been done via CLion's "unused include directive",
set to "detect completely unused".
2023-04-30 16:26:03 +02:00
..
birthsigncheck.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
birthsigncheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
bodypartcheck.cpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00
bodypartcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
classcheck.cpp Support index RefId as pair of record type and std::uint32_t 2023-03-19 17:20:48 +01:00
classcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
enchantmentcheck.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
enchantmentcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
factioncheck.cpp Support index RefId as pair of record type and std::uint32_t 2023-03-19 17:20:48 +01:00
factioncheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
gmstcheck.cpp Add helper functions for string comparison to RefId 2023-03-03 00:39:55 +01:00
gmstcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
journalcheck.cpp Optimize saving in editor 2023-02-17 11:05:25 +01:00
journalcheck.hpp Optimize saving in editor 2023-02-17 11:05:25 +01:00
magiceffectcheck.cpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00
magiceffectcheck.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
mandatoryid.cpp Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
mandatoryid.hpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00
mergeoperation.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
mergeoperation.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
mergestages.cpp Use ESM::RefId as key for MergeReferencesStage::mIndex 2023-03-03 15:41:56 +01:00
mergestages.hpp Use ESM::RefId as key for MergeReferencesStage::mIndex 2023-03-03 15:41:56 +01:00
mergestate.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
pathgridcheck.cpp Refactor pathgrid indices to use size_t instead of int 2023-04-08 00:32:43 +00:00
pathgridcheck.hpp Refactor pathgrid indices to use size_t instead of int 2023-04-08 00:32:43 +00:00
racecheck.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
racecheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
referenceablecheck.cpp Avoids unecessary copies 2022-12-27 19:15:57 +01:00
referenceablecheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
referencecheck.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
referencecheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
regioncheck.cpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
regioncheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
reportmodel.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
reportmodel.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
scriptcheck.cpp Replace ESM::RefId::sEmpty by default constructed RefId where possible 2023-02-18 01:07:15 +01:00
scriptcheck.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
search.cpp Suppress a warnings spam when user entered an invalid regular expression 2023-01-13 12:08:42 +04:00
search.hpp Migrate from QRegExp to more modern QRegularExpression 2023-01-11 11:21:46 +04:00
searchoperation.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
searchoperation.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
searchstage.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
searchstage.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
skillcheck.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
skillcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
soundcheck.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
soundcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
soundgencheck.cpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00
soundgencheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
spellcheck.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
spellcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
startscriptcheck.cpp Fixed an issue with RefId in CellRefs where Ids wouldn't be loaded 2022-12-27 19:15:58 +01:00
startscriptcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
tools.cpp Minor header cleanup 2023-04-30 16:26:03 +02:00
tools.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
topicinfocheck.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
topicinfocheck.hpp Reverts Cell name to a string 2023-01-21 18:39:42 +01:00