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
2011-12-19
(svn r23593) -Fix (r23411): Infrastructure counts for rail were not properly ...
michi_cc
2011-12-03
(svn r23412) -Add: Company infrastructure counts for road.
michi_cc
2011-12-03
(svn r23411) -Add: Company infrastructure counts for rail.
michi_cc
2011-11-08
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
yexo
2011-11-04
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...
rubidium
2011-11-04
(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type func...
rubidium
2011-11-04
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
rubidium
2011-11-04
(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for...
rubidium
2011-11-04
(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...
rubidium
2011-11-04
(svn r23096) -Codechange: remove useless divisions and multiplications by TIL...
rubidium
2011-11-04
(svn r23094) -Codechange: add a default NULL to GetFoundationSlope and use it
rubidium
2011-11-04
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...
rubidium
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2011-10-01
(svn r22968) -Feature: Allow road corners on steep slopes.
frosch
2011-09-25
(svn r22960) -Feature: Allow depots, standard roadstops and airports on steep...
frosch
2011-08-20
(svn r22765) -Cleanup: Remove unused constants and name a magic constant
planetmaker
2011-07-30
(svn r22699) -Fix [FS#4681]: Cost of adding an extra road type to a bridge or...
rubidium
2011-05-29
(svn r22516) -Codechange: Replace some magic numbers with the appropiate enum...
frosch
2011-05-14
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
alberth
2011-05-01
(svn r22406) -Document: some more "random-ish" tidbits
rubidium
2011-02-14
(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few ...
planetmaker
2011-02-07
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
rubidium
2011-01-09
(svn r21765) -Fix [FS#4369]: PBS reservation was not shown on road crossings ...
rubidium
2010-09-03
(svn r20728) -Codechange: shuffle some code in CMD_BUILD_ROAD so it doesn't c...
yexo
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
2010-07-27
(svn r20230) -Fix [FS#3961]: road vehicles could be dead locked with one way ...
rubidium
2010-07-25
(svn r20215) -Fix [FS#3971]: Remove all road pieces rather than aborting at t...
alberth
2010-07-19
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...
rubidium
2010-07-19
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
rubidium
2010-07-10
(svn r20113) -Add [FS#3895]: Show an specific error message when trying to re...
terkhen
2010-07-09
(svn r20099) -Fix [FS#3882]: Give priority to ownership errors while removing...
terkhen
2010-07-09
(svn r20097) -Codechange: Share constant bitset of safe level crossing slopes.
alberth
2010-07-02
(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossin...
michi_cc
2010-06-30
(svn r20036) -Fix [FS#3911]: tram tracks didn't show at level crossing with t...
rubidium
2010-06-20
(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes
yexo
2010-05-12
(svn r19799) -Change: give depots an unique name in the same manner buoys and...
rubidium
2010-05-11
(svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88)
rubidium
2010-04-17
(svn r19654) -Codechange: Use Extract<> in more places.
frosch
2010-04-13
(svn r19616) -Codechange: Increase transparency of 'Extract' by passing also ...
frosch
2010-04-12
(svn r19614) -Codechange: "it's" => "its" where appropriate
smatz
2010-03-20
(svn r19494) -Codechange: Remove _error_message.
alberth
2010-03-20
(svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad().
alberth
2010-03-16
(svn r19436) -Fix: With certain game settings one could clear tiles for free ...
frosch
2010-03-16
(svn r19434) -Add: Add rail speed limit to land area information window.
peter1138
2010-03-14
(svn r19420) -Codechange: Don't use _error_message to keep track of success/f...
alberth
2010-03-14
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
alberth
2010-03-13
(svn r19412) -Codechange (r9942): One pair of parentheses is enough.
alberth
2010-03-13
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
alberth
[next]