1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 11:53:53 +00:00
openmw/apps
Jordan Ayers 419046e121 Dialogue: Use std::set for known topics in the manager.
There were three different data structures being used for topic lists
in this code.  (map< string, true >, list< string >, and vector< string >)
Switch the local topic lists to set< string >.  This supports everything
the list and map were doing, reduces the variety of data structures, and
makes count (a more efficient search) available.

The vector has not changed, since it's tied to the ESM modules, and must
meet other requirements.
2015-01-29 18:28:13 -06:00
..
bsatool Several warning fixes 2015-01-23 15:34:47 +01:00
esmtool Several warning fixes 2015-01-23 15:34:47 +01:00
essimporter Fix Windows warning 2015-01-26 13:58:13 +13:00
launcher Reorganised DataFilesPage.cpp code. 2015-01-26 18:46:18 +13:00
mwiniimporter Fix some static analysis issues (coverity) 2014-12-24 15:45:12 +01:00
opencs More Ogre + recent Boost build fixes 2015-01-27 21:07:26 +01:00
openmw Dialogue: Use std::set for known topics in the manager. 2015-01-29 18:28:13 -06:00
openmw_test_suite UnitTests: add another dialogue keyword test 2015-01-10 00:29:07 +01:00
wizard Fix for coverity defects 2015-01-27 19:00:26 +01:00
doc.hpp