Age | Commit message (Expand) | Author |
2010-07-09 | (svn r20100) -Fix: Give priority to ownership errors while removing rails. | 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-20 | (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes | yexo |
2010-06-05 | (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEB... | frosch |
2010-06-04 | (svn r19925) -Fix [FS#3859]: one didn't pay for rail when building depots and... | rubidium |
2010-05-31 | (svn r19914) -Codechange: Wrap a helper class around temporary assignments of... | frosch |
2010-05-13 | (svn r19817) -Fix: MSVC compile warnings | rubidium |
2010-05-13 | (svn r19814) -Codechange: give some more unnamed enums a name, in case they c... | rubidium |
2010-05-12 | (svn r19799) -Change: give depots an unique name in the same manner buoys and... | rubidium |
2010-04-24 | (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled cal... | 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-03 | (svn r19556) -Fix (r19434): Incorrect speed limit reported for rail depots wi... | peter1138 |
2010-03-20 | (svn r19494) -Codechange: Remove _error_message. | alberth |
2010-03-20 | (svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelp... | alberth |
2010-03-20 | (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. | alberth |
2010-03-16 | (svn r19434) -Add: Add rail speed limit to land area information window. | peter1138 |
2010-03-16 | (svn r19433) -Codechange: Limit rail clearance earnings to 3/4s of rail build... | peter1138 |
2010-03-14 | (svn r19421) -Codechange: Remove explicit use of _error_message from CmdConve... | alberth |
2010-03-14 | (svn r19420) -Codechange: Don't use _error_message to keep track of success/f... | alberth |
2010-03-14 | (svn r19418) -Codechange: Code style fix for ValParamTrackOrientation(). | alberth |
2010-03-14 | (svn r19415) -Codechange: Forward CommandCost with an error back to the caller. | alberth |
2010-03-14 | (svn r19414) -Doc: Several doxygen additions and corrections. | alberth |
2010-03-07 | (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. | alberth |
2010-03-07 | (svn r19370) -Codechange: EnsureNoTrainOnTrack() returns a CommandCost. | alberth |
2010-03-07 | (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. | alberth |
2010-03-07 | (svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp. | alberth |
2010-03-07 | (svn r19363) -Codechange: Remove use of _error_message global from TerraformT... | alberth |
2010-03-05 | (svn r19320) -Fix (r19291): Forgot to set error message. | alberth |
2010-03-05 | (svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost. | alberth |
2010-02-28 | (svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIs... | alberth |
2010-02-21 | (svn r19190) -Add: Improve error message with track building when signals are... | alberth |
2010-02-21 | (svn r19189) -Codechange: CheckTrackCombination() returns a CommandCost. | alberth |
2010-02-17 | (svn r19154) -Fix: Invisible depots draw the track, so also draw the overlays. | frosch |
2010-02-17 | (svn r19153) -Fix [FS#pm](r19056): PBS reservation was drawn incorrectly for ... | frosch |
2010-02-15 | (svn r19140) -Codechange: Move variables closer to their first use. | alberth |
2010-02-14 | (svn r19128) -Codechange: CommandCost cost methods return void instead of a c... | alberth |
2010-02-08 | (svn r19060) -Codechange: Draw custom depot sprites in GUI. | peter1138 |
2010-02-07 | (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail... | peter1138 |
2010-02-02 | (svn r18987) -Fix: [NoAI] Make building long rails fail for AIs if there is a... | terkhen |
2010-01-30 | (svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties. | peter1138 |
2010-01-21 | (svn r18872) -Codechange: introduce PaletteID and use it | rubidium |
2010-01-18 | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper... | rubidium |
2010-01-17 | (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. | frosch |
2010-01-16 | (svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI. | frosch |
2010-01-16 | (svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() ... | frosch |
2010-01-16 | (svn r18836) -Codechange: make TrainUpdateSpeed a class function and update s... | rubidium |
2010-01-15 | (svn r18812) -Codechange: make some functions in train.h functions of Train. | rubidium |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |