Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/players/
H A DQuantBot.cpp582 int buildLocationScore[128][128] = {{0}}; in findPlaceLocation() local
636buildLocationScore[placeLocationX][placeLocationY] -= 10; in findPlaceLocation()
643buildLocationScore[placeLocationX][placeLocationY]+=3; in findPlaceLocation()
645buildLocationScore[placeLocationX][placeLocationY]-=10; in findPlaceLocation()
649buildLocationScore[placeLocationX][placeLocationY]+=1; in findPlaceLocation()
655buildLocationScore[placeLocationX][placeLocationY]-=20; in findPlaceLocation()
660 buildLocationScore[placeLocationX][placeLocationY]-=200; in findPlaceLocation()
667 buildLocationScore[placeLocationX][placeLocationX] += 10; in findPlaceLocation()
671 buildLocationScore[placeLocationX][placeLocationY] += 10; in findPlaceLocation()
682 … if (buildLocationScore[placeLocationX][placeLocationY] > bestLocationScore) { in findPlaceLocation()
[all …]