summaryrefslogtreecommitdiff
path: root/src/ai/api
AgeCommit message (Expand)Author
2011-11-08(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings...yexo
2011-11-08(svn r23162) -Fix (r23133): Silence gcc warning.frosch
2011-11-08(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to us...frosch
2011-11-08(svn r23135) -Fix (r23133): always compile before commityexo
2011-11-08(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAcceptingyexo
2011-11-08(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly ...yexo
2011-11-08(svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return fal...yexo
2011-11-05(svn r23122) -Fix (23120): Silence GCC warning.michi_cc
2011-11-05(svn r23120) -Feature: [NoAI] Support for refit orders.michi_cc
2011-11-04(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining oper...rubidium
2011-11-04(svn r23106) -Codechange: pass int* to GetTileSlope and friendsrubidium
2011-11-04(svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HE...rubidium
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-10-25(svn r23057) -Fix: [NoAI] AIOrder::GetOrderCount() did not hide implicit orders.frosch
2011-10-07(svn r23012) -Fix [FS#4798]: AI backlog was to short to fully display the bac...planetmaker
2011-10-04(svn r22989) -Fix: AIController uses protected members of AIObject, so make t...truebrain
2011-10-03(svn r22988) -Fix: don't return ERR_UNKNOWN when the vehicle would become too...rubidium
2011-10-03(svn r22981) -Add: GroupStatistics for the ALL_GROUP.frosch
2011-10-01(svn r22968) -Feature: Allow road corners on steep slopes.frosch
2011-09-11(svn r22920) -Cleanup: replace two very old town variables taht were rarely u...yexo
2011-09-01(svn r22863) -Fix (r22861): AIOrder::SetOrderCondition didn't accept the new ...yexo
2011-08-31(svn r22861) -Add: [NoAI] support the new conditional order introduced in r22...yexo
2011-08-28(svn r22853) -Doc: Add a missing bit of AI documentation.frosch
2011-08-19(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().frosch
2011-08-19(svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownIn...frosch
2011-08-19(svn r22762) -Fix (r22584): Update ai_company.hpp.sqfrosch
2011-08-14(svn r22751) -Merge: documentation updates from 1.1rubidium
2011-08-06(svn r22726) -Fix: AITile::GetCargoAcceptance, AITile::GetCargoProduction and...frosch
2011-08-01(svn r22710) -Fix [FS#4704]: Allow AIAirport::GetNoiseLevelIncrease() also fo...frosch
2011-06-13(svn r22584) -Add: [NoAI] several functions to AICompany to find out performa...yexo
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ...planetmaker
2011-05-01(svn r22396) -Document: some AI doxygen stuffrubidium
2011-04-17(svn r22342) -Fix (r22338): fix the right place and run the scriptglx
2011-04-17(svn r22338) -Fix (r22337): Compile-before-commit...peter1138
2011-03-31(svn r22283) -Merge from 1.1: documentation updates/release changesrubidium
2011-03-13(svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle comma...frosch
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-02-24(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks...frosch
2011-02-14(svn r22083) -Change: trunk is heading towards 1.2 nowrubidium
2011-02-06(svn r21992) -Fix [FS#4467]: AIs trying to change the AIOF_GOTO_NEAREST_DEPOT...yexo
2011-02-05(svn r21987) -Fix: Make news items, engine previews and AI preview events dea...frosch
2011-02-04(svn r21959) -Change: replace longbridges with custom maximum bridge and tunn...rubidium
2011-02-04(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for...smatz
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...frosch
2011-01-23(svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way ...yexo
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-22(svn r21888) -Codechange: remove some unneeded (for the AI header) headers fr...rubidium
2010-12-31(svn r21672) -Fix: mention AIEventTownFounded in the AI changelog as wellrubidium
2010-12-29(svn r21664) -Add: [NoAI] AIEventTownFoundedyexo