1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 10:34:32 +00:00
openmw/apps
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
..
benchmarks Apply clang-format to code base 2022-09-22 21:35:26 +03:00
bsatool Apply clang-format to code base 2022-09-22 21:35:26 +03:00
bulletobjecttool Another pass with IWYU 2022-10-10 15:16:18 +02:00
esmtool openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
essimporter 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
launcher Add a setting to control coverage adjustment 2022-12-09 00:22:08 +00:00
mwiniimporter Remove unused includes 2022-10-09 16:44:18 +02:00
navmeshtool 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
niftest Another pass with IWYU 2022-10-10 15:16:18 +02:00
opencs 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
openmw 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
openmw_test_suite 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
wizard Another pass with IWYU 2022-10-10 15:16:18 +02:00
doc.hpp