1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-07 13:58:27 +00:00
openmw/apps/opencs/model
cc9cii 06f9922822 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
2015-12-19 17:30:55 +11:00
..
doc Change the loader's top progress bar to show total number of records processed rather than the number of files. 2015-12-06 19:48:56 +11:00
filter Fix warning C4456 (declaration hides previous local declaration) 2015-11-22 19:15:06 +11:00
settings make initial size of script error panel configurable (Fixes #2996) 2015-12-05 17:45:58 +11:00
tools Use std::unique_ptr to store records in collections, RefidCollection and RefIdData. 2015-12-06 15:14:05 +11:00
world Performance improvements for loading Info records. 2015-12-19 17:30:55 +11:00