1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:29:55 +00:00
openmw/apps/opencs/model/tools
2024-10-31 14:59:55 +03: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 Use std::array in CLDTstruct 2023-06-03 11:58:09 +02:00
classcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
effectlistcheck.cpp Deduplicate effect list verification 2024-06-08 06:31:18 +03:00
effectlistcheck.hpp Deduplicate effect list verification 2024-06-08 06:31:18 +03:00
enchantmentcheck.cpp Deduplicate effect list verification 2024-06-08 06:31:18 +03:00
enchantmentcheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
factioncheck.cpp Use std::array in FADTstruct 2023-06-03 13:11:49 +02: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 OpenCS: Editing and verifying of projectile speed for magic effects 2024-03-27 09:26:03 +00: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 Rework land texture handling 2024-06-12 17:09:28 +02: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 Remove signed/unsigned conversions in pathgrid loading code and use meaningful member names 2023-10-06 16:46:09 +02:00
pathgridcheck.hpp Refactor pathgrid indices to use size_t instead of int 2023-04-08 00:32:43 +00:00
racecheck.cpp Remove fixed size reads 2023-12-17 13:00:14 +01:00
racecheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
referenceablecheck.cpp Deduplicate effect list verification 2024-06-08 06:31:18 +03:00
referenceablecheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
referencecheck.cpp OpenMW-CS verify duplicate RefNums 2024-06-24 18:03:59 +00:00
referencecheck.hpp OpenMW-CS verify duplicate RefNums 2024-06-24 18:03:59 +00:00
regioncheck.cpp Use fixed size ints for Region and use an array for weather odds 2023-10-14 16:36:45 +02:00
regioncheck.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
reportmodel.cpp Use move semantics for tools 2024-01-21 20:20:37 +04:00
reportmodel.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
scriptcheck.cpp Exterminate script blacklisting (#8214) 2024-10-31 14:59:55 +03: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 Deduplicate effect list verification 2024-06-08 06:31:18 +03: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 Editor: Don't complain about body part references in Verify 2024-01-26 19:14:18 +03:00
tools.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
topicinfocheck.cpp Deduplicate dialogue filter parsing 2024-04-11 22:29:33 +02:00
topicinfocheck.hpp Deduplicate dialogue filter parsing 2024-04-11 22:29:33 +02:00