summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_rail.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-08-06(svn r22726) -Fix: AITile::GetCargoAcceptance, AITile::GetCargoProduction and...frosch
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-01-22(svn r21888) -Codechange: remove some unneeded (for the AI header) headers fr...rubidium
2010-12-29(svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtypeyexo
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something sl...rubidium
2010-08-01(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI...yexo
2010-07-10(svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryTyp...frosch
2010-04-24(svn r19704) -Codechange: unify the style of GSF enums; now they're plural in...rubidium
2010-04-09(svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limi...yexo
2010-02-02(svn r18987) -Fix: [NoAI] Make building long rails fail for AIs if there is a...terkhen
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
2009-09-08(svn r17471) -Change: when removing a station or waypoint keep the rail unles...rubidium
2009-08-29(svn r17307) -Fix [NoAI]: AIRail::RemoveRailTrack returned ERR_PRECONDITION_E...yexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-30(svn r16999) -Fix (r16993): AIs couldn't build waypoints anymorerubidium
2009-07-30(svn r16992) -Add [NoAI]: function to clear waypoint(s) in a certain rectangl...rubidium
2009-07-29(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.rubidium
2009-07-24(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...rubidium
2009-07-24(svn r16938) -Codechange: introduce helper function to tell whether a tile is...rubidium
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-05-26(svn r16440) -Fix [NoAI]: AIRail::GetRailStationDirection returned incorrect ...yexo
2009-05-18(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...smatz
2009-05-15(svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL an...frosch
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-19(svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remov...yexo
2009-02-14(svn r15488) -Change [API CHANGE]: Add support for distant-join stations.yexo
2009-02-09(svn r15436) -Codechange: Return index of station spec within station class a...peter1138
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain