summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Expand)Author
2011-11-13(svn r23209) -Codechange: track the current active script instance directly, ...truebrain
2011-11-13(svn r23208) -Codechange: mark function with /* static */ in the source file,...truebrain
2011-11-13(svn r23207) -Codechange: make functions private/protected/public depending o...truebrain
2011-11-13(svn r23204) -Fix (r23201): if you rename a constant, then also rename it in ...rubidium
2011-11-12(svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API document...yexo
2011-11-12(svn r23198) -Codechange: introduce a free that takes const pointers so we do...rubidium
2011-11-12(svn r23195) -Codechange: if we really need to cast away constness, use const...rubidium
2011-11-08(svn r23170) -Doc (r23169): add he new value to the AI changelogyexo
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-15(svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction be...rubidium
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-09(svn r22912) -Fix [FS#4753]: another attempt at fixing a related crash (can't...rubidium
2011-09-08(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from th...rubidium
2011-09-08(svn r22904) -Codechange: add tar filename to file scanningrubidium
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-25(svn r22836) -Codechange: simplify the scanning of (AI) scriptsrubidium
2011-08-24(svn r22829) -Codechange: unify the dirtying of windows after an AI scanrubidium
2011-08-24(svn r22822) -Codechange: make a distinction between base sets and newgrfs fo...rubidium
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-07-02(svn r22616) -Codechange: Fix typo.frosch
2011-06-13(svn r22584) -Add: [NoAI] several functions to AICompany to find out performa...yexo
2011-06-11(svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when c...frosch
2011-06-03(svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running ...yexo
2011-05-27(svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter w...yexo