nav: more fixes to ladder navigation
refactor: bot difficulty data and add graph refresh command combat: fixes for smoke grenades (ref #743) engine: fixes to spawn management (ref #744)
This commit is contained in:
parent
7b378ba3fa
commit
17ed252b60
26 changed files with 506 additions and 408 deletions
|
|
@ -54,6 +54,11 @@ public:
|
|||
bool isReady () const {
|
||||
return !m_rebuild;
|
||||
}
|
||||
|
||||
// is visible fromr both points ?
|
||||
bool visibleBothSides (int srcIndex, int destIndex, VisIndex vis = VisIndex::Any) const {
|
||||
return visible (srcIndex, destIndex, vis) && visible (destIndex, srcIndex, vis);
|
||||
}
|
||||
};
|
||||
|
||||
// expose global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue