summaryrefslogtreecommitdiff
path: root/src/ai/trolly/build.cpp
AgeCommit message (Expand)Author
2008-01-23(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne...smatz
2008-01-23(svn r11959) -Codechange: Use macro to loop for specific engine types instead...peter1138
2008-01-23(svn r11958) -Fix (r11204): NewAI couldn't build any road vehicles when there...smatz
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11792) -Codechange: move some (virtually) globally included AI related ...rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-10-19(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...rubidium
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-05-24(svn r9912) -Fix: the AIs could build any road(station)s.rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-01-25(svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, ...celestar
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr