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_cmd.cpp
Age
Commit message (
Expand
)
Author
2007-03-28
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
belugas
2007-03-24
(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functi...
celestar
2007-03-22
(svn r9400) -Codechange: Use some more representative enum names for landscap...
belugas
2007-03-20
(svn r9371) -Feature: Add support for variable snow lines in the arctic clima...
maedhros
2007-03-08
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...
rubidium
2007-03-08
(svn r9065) -Fix: possible dereference of NULL pointer.
rubidium
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-26
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a...
rubidium
2007-02-24
(svn r8876) -Fix
tron
2007-02-24
(svn r8875) -Fix
tron
2007-02-23
(svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops...
rubidium
2007-02-13
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium
2007-02-06
(svn r8608) -Fix: you were unable to build roads in the scenario editor when ...
rubidium
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-13
(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
Darkvater
2007-01-13
(svn r8096) -Codechange: Invert the check if you are allowed to clear a road ...
Darkvater
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