You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
benchmarks Apply clang-format to code base 2 years ago
bsatool Apply clang-format to code base 2 years ago
bulletobjecttool Another pass with IWYU 2 years ago
esmtool openMW_test_suite compiles and runs 2 years ago
essimporter create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
launcher Add a setting to control coverage adjustment 2 years ago
mwiniimporter Remove unused includes 2 years ago
navmeshtool create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
niftest Another pass with IWYU 2 years ago
opencs create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
openmw create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
openmw_test_suite create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
wizard Another pass with IWYU 2 years ago
doc.hpp