src/ai/ai_squirrel.cpp
branchnoai
changeset 9655 e8e43f333832
parent 9654 b836eb5c521f
child 9657 f2c6e332d8bc
equal deleted inserted replaced
9654:b836eb5c521f 9655:e8e43f333832
   212 	SQAIBaseRegister(this->engine);
   212 	SQAIBaseRegister(this->engine);
   213 	SQAICargoRegister(this->engine);
   213 	SQAICargoRegister(this->engine);
   214 	SQAICompanyRegister(this->engine);
   214 	SQAICompanyRegister(this->engine);
   215 	SQAIControllerRegister(this->engine);
   215 	SQAIControllerRegister(this->engine);
   216 	SQAIExecModeRegister(this->engine);
   216 	SQAIExecModeRegister(this->engine);
       
   217 	SQAIIndustryListDistanceManhattanToTileRegister(this->engine);
       
   218 	SQAIIndustryListDistanceSquareToTileRegister(this->engine);
   217 	SQAIIndustryListLocationRegister(this->engine);
   219 	SQAIIndustryListLocationRegister(this->engine);
   218 	SQAIIndustryListProductionRegister(this->engine);
   220 	SQAIIndustryListProductionRegister(this->engine);
   219 	SQAIIndustryListRegister(this->engine);
   221 	SQAIIndustryListRegister(this->engine);
   220 	SQAIIndustryRegister(this->engine);
   222 	SQAIIndustryRegister(this->engine);
   221 	SQAIListRegister(this->engine);
   223 	SQAIListRegister(this->engine);
   226 	SQAIRoadRegister(this->engine);
   228 	SQAIRoadRegister(this->engine);
   227 	SQAISettingsRegister(this->engine);
   229 	SQAISettingsRegister(this->engine);
   228 	SQAISignRegister(this->engine);
   230 	SQAISignRegister(this->engine);
   229 	SQAIStationListCargoRatingRegister(this->engine);
   231 	SQAIStationListCargoRatingRegister(this->engine);
   230 	SQAIStationListCargoWaitingRegister(this->engine);
   232 	SQAIStationListCargoWaitingRegister(this->engine);
       
   233 	SQAIStationListDistanceManhattanToTileRegister(this->engine);
       
   234 	SQAIStationListDistanceSquareToTileRegister(this->engine);
   231 	SQAIStationListLocationRegister(this->engine);
   235 	SQAIStationListLocationRegister(this->engine);
   232 	SQAIStationListRegister(this->engine);
   236 	SQAIStationListRegister(this->engine);
   233 	SQAIStationRegister(this->engine);
   237 	SQAIStationRegister(this->engine);
   234 	SQAIStationVehicleListRegister(this->engine);
   238 	SQAIStationVehicleListRegister(this->engine);
   235 	SQAITestModeRegister(this->engine);
   239 	SQAITestModeRegister(this->engine);
   236 	SQAITileListBuildableRegister(this->engine);
   240 	SQAITileListBuildableRegister(this->engine);
   237 	SQAITileListCargoAcceptanceRegister(this->engine);
   241 	SQAITileListCargoAcceptanceRegister(this->engine);
       
   242 	SQAITileListDistanceManhattanToTileRegister(this->engine);
       
   243 	SQAITileListDistanceSquareToTileRegister(this->engine);
   238 	SQAITileListNeighbourRoadCountRegister(this->engine);
   244 	SQAITileListNeighbourRoadCountRegister(this->engine);
   239 	SQAITileListRegister(this->engine);
   245 	SQAITileListRegister(this->engine);
   240 	SQAITileListRoadTileRegister(this->engine);
   246 	SQAITileListRoadTileRegister(this->engine);
   241 	SQAITileListSlopeRegister(this->engine);
   247 	SQAITileListSlopeRegister(this->engine);
   242 	SQAITileRegister(this->engine);
   248 	SQAITileRegister(this->engine);
       
   249 	SQAITownListDistanceManhattanToTileRegister(this->engine);
       
   250 	SQAITownListDistanceSquareToTileRegister(this->engine);
   243 	SQAITownListLocationRegister(this->engine);
   251 	SQAITownListLocationRegister(this->engine);
   244 	SQAITownListPopulationRegister(this->engine);
   252 	SQAITownListPopulationRegister(this->engine);
   245 	SQAITownListRegister(this->engine);
   253 	SQAITownListRegister(this->engine);
   246 	SQAITownRegister(this->engine);
   254 	SQAITownRegister(this->engine);
   247 	SQAITransactionModeRegister(this->engine);
   255 	SQAITransactionModeRegister(this->engine);