summaryrefslogtreecommitdiff
path: root/src/pathfind.cpp
AgeCommit message (Expand)Author
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-18(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h...rubidium
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-26(svn r11527) -Codechange: Split the bitmath functions of to their own filesskidd13
2007-11-26(svn r11526) -Codechange: Rename the function delta fitting to the naming styleskidd13
2007-11-20(svn r11483) -Codechange: Replace codeparts with functions that do the same t...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-04(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubi...truelight
2007-06-26(svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138).matthijs
2007-06-26(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as...matthijs
2007-06-26(svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases incor...peter1138
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-03-21(svn r9391) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-02-27(svn r8935) -Codechange: unification of track type between road and rail tile...rubidium
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-01-19(svn r8276) -Fixtron
2007-01-11(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now ac...KUDr
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