added spawning

Tile test tool now spawns classes and data
Test avoidance added to aicontroller and ainavigation
This commit is contained in:
marauder2k7 2025-07-27 12:43:19 +01:00
parent a5e969a8fd
commit f730d0bf1c
8 changed files with 286 additions and 301 deletions

View file

@ -668,6 +668,7 @@ bool NavMesh::build(bool background, bool saveIntermediates)
}
mBuilding = true;
m_geo = NULL;
ctx->startTimer(RC_TIMER_TOTAL);
@ -1083,7 +1084,7 @@ unsigned char *NavMesh::buildTileData(const Tile &tile, U32 &dataSize)
}
else if (mWaterMethod == Impassable)
{
m_triareas[t] = RC_NULL_AREA;
m_triareas[t] = NullArea;
}
}
}