elsid
095a45c714
Remove unused PathgridGraph::mIsExterior
5 years ago
elsid
2f424f6be2
Store aStarSearch result to deque
6 years ago
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