summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_tile.cpp
AgeCommit message (Expand)Author
2011-11-29(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script...truebrain
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-08-19(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().frosch
2011-08-06(svn r22726) -Fix: AITile::GetCargoAcceptance, AITile::GetCargoProduction and...frosch
2011-01-22(svn r21888) -Codechange: remove some unneeded (for the AI header) headers fr...rubidium
2010-12-13(svn r21493) -Codechange: don't use the full 32 bits of the level land comman...rubidium
2010-04-14(svn r19635) -Fix (r19634): Forgot AI.frosch
2010-02-05(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instea...smatz
2010-01-29(svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several cla...yexo
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-04(svn r18719) -Feature: don't delete the rough/rocky status of a tile when it'...yexo
2010-01-03(svn r18696) -Fix [FS#3404]: AITile::IsCoastTile returned false for coast til...yexo
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-02(svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether th...yexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-18(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. R...yexo
2009-08-08(svn r17111) -Fix (r17110): forgot to include ai_log.hppyexo
2009-08-08(svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a de...yexo
2009-07-08(svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance didn...yexo
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...frosch
2009-06-27(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...frosch
2009-06-06(svn r16524) -Fix [FS#2963]: missing guards in the NoAI API making it possibl...rubidium
2009-05-09(svn r16262) -Fix [NoAI]: Check slopes passed to the API better for validityyexo
2009-04-26(svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Heightfrosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-24(svn r15252) -Fix (r15027): AIMarine::AreWaterTilesConnected() reported aqued...frosch
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-16(svn r15109) -Add [NoAI]: add AITile::LevelTiles (Yexo)truebrain
2009-01-16(svn r15101) -Change [API CHANGE]: more consistant naming for consts:truebrain
2009-01-12(svn r15036) -Fix: use the same value for 'random' through-out the code for P...truebrain
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain