1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-25 21:39:42 +00:00
openmw/apps/opencs
cc9cii 86945d1912 Convert the CellRef record index lookup maps to use integer keys rather than strings.
- Morrowind load over 300,000 references, so even small inefficiencies add up to longer loading times.
- std::map is used, but should try others, std::unordered_map or even std::vector
2015-12-11 21:00:13 +11:00
..
model Convert the CellRef record index lookup maps to use integer keys rather than strings. 2015-12-11 21:00:13 +11:00
view Fix Preview and Unpaged World subviews not rendering. Not sure if this is related to a later version of Ogre being used. 2015-12-06 19:50:26 +11:00
CMakeLists.txt Move NPC autocal code out to a separate class. 2015-11-08 06:02:53 +11:00
editor.cpp Merge branch 'cc9cii' into Feature-1278 2015-11-07 12:04:09 +11:00
editor.hpp added UI for merge tool (merge tool itself is still missing) 2015-11-01 13:22:42 +11:00
main.cpp Remove empty line at the beginning of files 2015-09-08 06:40:06 +10:00