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/opencs/view
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
..
doc Run IWYU on the opencs 2 years ago
filter Run IWYU on the opencs 2 years ago
prefs Run IWYU on the opencs 2 years ago
render create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
tools Run IWYU on the opencs 2 years ago
widget openMW_test_suite compiles and runs 2 years ago
world create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago