1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 20:29:57 +00:00
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
2023-04-03 14:17:31 +02:00
..
model Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
view Removes most cellId.hpp include, simplifies id generation for cells. 2023-04-03 14:16:32 +02:00
CMakeLists.txt Add executable to run CS tests 2023-03-12 12:06:33 +01:00
editor.cpp Migrate from QRegExp to more modern QRegularExpression 2023-01-11 11:21:46 +04:00
editor.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
main.cpp Setup logging with properly initialized configuration manager 2023-01-30 09:30:55 +01:00