summaryrefslogtreecommitdiff
path: root/src/ai/trolly/pathfinder.cpp
AgeCommit message (Expand)Author
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-12-20(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'.frosch
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-17(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function...smatz
2008-04-17(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()smatz
2008-01-25(svn r11983) -Codechange: Add some helper functions for slopes and use them.frosch
2008-01-23(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne...smatz
2008-01-22(svn r11946) -Fix: slope detection of bridge ramps.frosch
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
2008-01-07(svn r11774) -Change: do not include variables.h in a header when it is not n...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-12-16(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...smatz
2007-12-16(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...smatz
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-08-10(svn r10838) -Fix [FS#1119] (r10698): double negation where only single negat...rubidium
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-23(svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :))truelight
2007-07-23(svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and us...truelight
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-27(svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what t...rubidium
2007-05-24(svn r9912) -Fix: the AIs could build any road(station)s.rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-02-14(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into templ...celestar
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr