Commit Graph

10 Commits (d4d46fc60256177968c96e9653ced2f83652338e)

Author SHA1 Message Date
scrawl c50b18b3bb
Move PathgridGraph out of CellStore
By definition this is not 'Mutable state of a cell' and does not belong in CellStore.

This change should improve startup times (graph is now loaded on demand) and edits to 'pathgrid.hpp' no longer cause the entirety of OpenMW to be rebuilt.
7 years ago
Andrei Kortunov 9943bd4d74 AiWander fast forwarding improvements (bug #3638) 7 years ago
Leon Krieg 739cd5ba45 Fixed more spelling mistakes 8 years ago
Allofich b1be3596dc Cleanup of #include statements 9 years ago
dteviot 407cd50890 fixed warning C4099:
type name first seen using 'class' now seen using 'struct'
10 years ago
scrawl 0fe7500f74 Work around pathgrid record limitation (Fixes #2195) 10 years ago
cc9cii 3dfd08cf2d Cleanup and little tweaking. 11 years ago
cc9cii 28f7c42fb7 One more comment fix. 11 years ago
cc9cii f59226265a Remove redundant parameter from aStarSearch. Also update some comments. 11 years ago
cc9cii 040d4f8fc4 Move PathgridGraph into separate files. 11 years ago