Home
last modified time | relevance | path

Searched refs:getPathFinderType (Results 1 – 7 of 7) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/world/
H A Dunit_updater.cpp72 switch(this->game->getGameSettings()->getPathFinderType()) { in init()
411 switch(this->game->getGameSettings()->getPathFinderType()) { in spawnUnit()
632 switch(this->game->getGameSettings()->getPathFinderType()) { in updateMove()
791 switch(this->game->getGameSettings()->getPathFinderType()) { in updateAttack()
1091 switch(this->game->getGameSettings()->getPathFinderType()) { in updateBuild()
1138 switch(this->game->getGameSettings()->getPathFinderType()) { in updateBuild()
1154 switch(this->game->getGameSettings()->getPathFinderType()) { in updateBuild()
1183 switch(this->game->getGameSettings()->getPathFinderType()) { in updateBuild()
2208 switch(this->game->getGameSettings()->getPathFinderType()) { in updateRepair()
2364 switch(this->game->getGameSettings()->getPathFinderType()) { in updateProduce()
[all …]
H A Dworld.cpp1332 switch(game->getGameSettings()->getPathFinderType()) { in createUnit()
2264 switch(game->getGameSettings()->getPathFinderType()) { in initUnits()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame_settings.h388 PathFinderType getPathFinderType() const { return pathFinderType; } in getPathFinderType() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/global/
H A Dcore_data.cpp1397 …erType=" << Shared::PlatformByteOrder::toCommonEndian(gameSettings->getPathFinderType()) << std::e… in saveGameSettingsToFile()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/type_instances/
H A Dfaction.cpp753 if( game->getGameSettings()->getPathFinderType() == pfBasic) { in init()
H A Dunit.cpp5196 switch(settings->getPathFinderType()) {
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dnetwork_message.cpp766 data.pathFinderType = gameSettings->getPathFinderType(); in NetworkMessageLaunch()