1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00
OpenMW/components/esm
florent.teppe 21bd28542a Applies review advice
2d coord hash moved to hash.hpp file
format version adds suffix to be more coherent
don't use ESM::RefId::sEmpty
RefId equality with string_view, conversion to refId unecessary
action teleport remove test that mCellId is empty
removes some const references, when copy is enough
invalid refid => empty refid
removes useless change
2023-04-03 14:17:35 +02:00
..
attr.cpp
attr.hpp
common.cpp
common.hpp
defs.hpp
esm3exteriorcellrefid.cpp Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
esm3exteriorcellrefid.hpp Applies review advice 2023-04-03 14:17:35 +02:00
esmbridge.cpp Renamed esm3esm4bridge => esmbridge 2023-01-27 18:40:15 +01:00
esmbridge.hpp Gets rid of most ESM::CellId 2023-04-03 14:16:05 +02:00
esmcommon.hpp Support variable size strings in ESM3 2023-02-13 10:18:32 +01:00
format.cpp
format.hpp
formidrefid.cpp Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
formidrefid.hpp Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
fourcc.hpp
generatedrefid.cpp Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
generatedrefid.hpp Support generated RefId as std::uint64_t 2023-03-19 17:20:48 +01:00
indexrefid.cpp Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
indexrefid.hpp Shift record type value for IndexRefId hash 2023-04-02 15:00:03 +02:00
luascripts.cpp Add functions to read and write ESM::RefId and use them 2023-02-13 22:07:58 +01:00
luascripts.hpp Add missing include 2023-03-26 11:31:25 +04:00
records.hpp
refid.cpp Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
refid.hpp Make sure Vec2iRefId is trivially copyable on GCC 11.3 2023-04-03 14:17:31 +02:00
serializerefid.hpp Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
stringrefid.cpp Use serialized ESM::RefId for Lua records 2023-03-25 18:19:46 +01:00
stringrefid.hpp Support not only StringRefId for checking first person body part 2023-03-19 17:49:41 +01:00
typetraits.hpp Split type traits for ESM4, ESM3 and unite common 2023-03-26 19:07:23 +02:00
util.hpp