1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-02 11:04:32 +00:00
openmw/apps/opencs/model/doc
florent.teppe 65cdd489fb create a specific esm reader function for RefID to avoid allocation for string and then again for RefId
Fixed some types

removed useless header

applied clang format

fixed compile tests

fixed clang tidy, and closer to logic before this MR

Removed hardcoded refids

unless there is a returned value we don't use static RefIds
can use == between RefId and hardcoded string

Fix clang format

Fixed a few instances where std::string was used, when only const std::string& was needed

removed unused variable
2022-12-27 19:15:57 +01:00
..
blacklist.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
blacklist.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
document.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
document.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
documentmanager.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
documentmanager.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
loader.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
loader.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
messages.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
messages.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
operation.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
operation.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
operationholder.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
operationholder.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
runner.cpp Add missing content=builtin.omwscripts if openmw is started via openmw-cs (fixes #7056) 2022-11-05 16:30:44 +01:00
runner.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
saving.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
saving.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
savingstages.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
savingstages.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
savingstate.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
savingstate.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
stage.cpp final batch of changing over user settings usage to the new system 2015-12-15 12:44:04 +01:00
stage.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
state.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00