1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 07:23:52 +00:00
openmw/apps/opencs/model
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
..
doc Store original string id for Dialogue records 2023-03-26 19:07:32 +02:00
filter Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
prefs Add an initial Qt6 support 2023-02-06 18:38:59 +04:00
tools Support index RefId as pair of record type and std::uint32_t 2023-03-19 17:20:48 +01:00
world Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00