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
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
..
model create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
view create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
CMakeLists.txt Replace all remaining occurrences of boost::filesystem with std::filesystem. 2 years ago
editor.cpp Run IWYU on the opencs 2 years ago
editor.hpp Run IWYU on the opencs 2 years ago
main.cpp Run IWYU on the opencs 2 years ago