1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-06 01:43:06 +00:00
openmw/apps/opencs/model
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.
2023-03-19 17:20:43 +01:00
..
doc Fix loading, inserting and moving topic info records 2023-03-13 21:57:38 +01: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 Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
world Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00