1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 21:45:35 +00:00
openmw/apps
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
..
benchmarks Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
bsatool Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
bulletobjecttool Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
esmtool Gets rid of most ESM::CellId 2023-04-03 14:16:05 +02:00
essimporter Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
launcher Display directories that contains omwscripts. 2023-03-30 21:32:01 +02:00
mwiniimporter Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
navmeshtool Get Rid of ESM::CellId almost everywhere 2023-04-03 14:16:05 +02:00
niftest Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
opencs Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
opencs_tests Store original string id for Dialogue records 2023-03-26 19:07:32 +02:00
openmw Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
openmw_test_suite Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
wizard Use static QFile::exists instead of creating object 2023-03-21 09:34:27 +01:00
doc.hpp