Commit Graph

6 Commits (30e6821d818932797ff9cba22863bcb38857b71a)

Author SHA1 Message Date
Evil Eye 7b909c8d24 Create getRefIds 1 year ago
Evil Eye c59032fd66 Make RefId::deserializeText return an empty RefId if no pre-existing StringRefId can be found 1 year ago
elsid 78b3f7288a
Support UTF-8 by StringRefId::toDebugString 2 years ago
elsid b7fdca0fe6
Use serialized ESM::RefId for Lua records 2 years ago
elsid 04d7781424
Support not only StringRefId for checking first person body part 2 years ago
elsid 069d4255b9
Make ESM::RefId to be fixed size cheap to copy
Use std::variant. Store refId strings in unordered_set and use pointer to an
item there. Inserts to unordered_set do not invalidate pointers to values so the
pointer is always valid. Elements are not removed. Assume there is finite number
of string refIds.
2 years ago