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 d782d37ee2 Make sure Vec2iRefId is trivially copyable on GCC 11.3
std::pair<int, int> isn't trivially copyable on some compilers
so a specific struct is defined, it's an int pair, but it should be recognised by GCC 11.3 as trivially copyable

Vec2iRefId => ESM3ExteriorCellRefId

more explcit name and use mX,mY instead of pair
renamed files and enum
2 years ago
..
model Make sure Vec2iRefId is trivially copyable on GCC 11.3 2 years ago
view Removes most cellId.hpp include, simplifies id generation for cells. 2 years ago
CMakeLists.txt Add executable to run CS tests 2 years ago
editor.cpp Migrate from QRegExp to more modern QRegularExpression 2 years ago
editor.hpp Run IWYU on the opencs 2 years ago
main.cpp Setup logging with properly initialized configuration manager 2 years ago