1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-04 12:41:31 +00:00
openmw/apps
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
..
benchmarks Add --coverage to components_qt, benchmarks and openmw-cs 2023-03-10 21:36:12 +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 Move from std::atoi to std::from_char 2023-03-18 09:30:48 +00:00
essimporter Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
launcher Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
mwiniimporter Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
navmeshtool Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
niftest Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
opencs Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
opencs_tests Fix loading, inserting and moving topic info records 2023-03-13 21:57:38 +01:00
openmw Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
openmw_test_suite Make ESM::RefId to be fixed size cheap to copy 2023-03-19 17:20:43 +01:00
wizard Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
doc.hpp first set of additional doxygen comments 2010-09-25 15:03:53 +02:00