1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-07 21:34:33 +00:00
openmw/apps/opencs
cc9cii 5fffcab94f Performance improvements for loading Info records.
- The order of info records with the same topic are maintained in Collection::mRecords
- The index lookup data structure are not ordered.  The topic string is hashed.  The infos for the topic are simply placed in a vector.
- The index values for appending or inserting a record takes prev/next values (if exist)
- FIXME: prev/next values are not adjusted for adding or removing records
- FIXME: undo after reordering does not reset the modified flag

(copied the changes from commit SHA-1: 06f9922822)
2021-07-23 16:05:58 +10:00
..
model Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00
view Merge branch 'filter' into 'master' 2021-07-06 14:16:45 +00:00
CMakeLists.txt Performance improvements for loading Info records. 2021-07-23 16:05:58 +10:00
editor.cpp Merge pull request #3018 from akortunov/emplace 2020-11-01 01:58:56 +03:00
editor.hpp Issue #4202: Open .omwaddon files without needing to open openmw-cs first. 2019-07-02 16:07:38 +00:00
main.cpp Fix string corruption with Qt on linux-systems 2021-01-18 19:21:02 +02:00