index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
road_map.cpp
Age
Commit message (
Expand
)
Author
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-17
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...
rubidium
2008-03-31
(svn r12489) -Codechange: split station.h into station_base.h and station_fun...
rubidium
2008-03-22
(svn r12390) -Fix [FS#1851]: trams failing to turn on bridge heads/tunnel ent...
rubidium
2008-02-20
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...
frosch
2008-02-14
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()...
frosch
2007-12-21
(svn r11680) -Codechange: refactor more out of openttd.h and functions.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-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-07-29
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...
rubidium
2007-05-24
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...
rubidium
2007-05-20
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "...
rubidium
2007-04-12
(svn r9609) -Codechange: Move some function prototypes out of functions.h and...
maedhros
2007-04-03
(svn r9554) -Documentation: add documentation to some map accessors.
rubidium
2007-03-28
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
belugas
2007-02-14
(svn r8735) -Feature: drive-through road stops made possible by the hard work...
rubidium
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