Commit Graph

311 Commits

Author SHA1 Message Date
frosch
b2ea8b196a (svn r20420) -Codechange: Add TileContext enum instead of using a bool. 2010-08-09 07:10:42 +00:00
frosch
eb7ea24aec (svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on halftile foundations if the railtype uses overlays. 2010-08-08 08:52:47 +00:00
frosch
c18839704b (svn r20286) -Codechange: Unify end of doxygen comments. 2010-08-01 19:44:49 +00:00
frosch
5b86c79fce (svn r20283) -Codechange: Unify start of doygen comments. 2010-08-01 19:22:34 +00:00
rubidium
8c85b4ce3d (svn r20281) -Codechange: unify case scope closure + break coding style 2010-08-01 18:53:30 +00:00
terkhen
c92b2e9d3c (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 2010-07-29 14:26:28 +00:00
michi_cc
40935ee4a1 (svn r20237) -Fix (r20049): Check for disallowed level crossings also when converting rail. 2010-07-28 22:23:28 +00:00
frosch
422d9e3b77 (svn r20224) -Fix [FS#3976]: Depot did not become unsnowy, when snowline rises. 2010-07-26 17:37:50 +00:00
alberth
137e2b64c9 (svn r20211) -Codechange: Indented code should have curly braces around it. 2010-07-24 10:14:39 +00:00
rubidium
9fd2afb147 (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) 2010-07-19 17:28:27 +00:00
rubidium
035d0ef16b (svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name 2010-07-19 17:00:54 +00:00
frosch
e5691636e6 (svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently. 2010-07-11 17:28:19 +00:00
terkhen
dc3eb3da76 (svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals. 2010-07-10 20:18:59 +00:00
terkhen
dec6f67099 (svn r20114) -Add: Show an specific error message when trying to remove rail or build/convert/remove signals over nonexistant railways. 2010-07-10 20:15:35 +00:00
alberth
eaae1dbfc2 (svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water using a tree-tile. 2010-07-10 13:04:31 +00:00
terkhen
e66fd55fbd (svn r20100) -Fix: Give priority to ownership errors while removing rails. 2010-07-09 16:43:00 +00:00
alberth
83fd89b606 (svn r20097) -Codechange: Share constant bitset of safe level crossing slopes. 2010-07-09 12:14:02 +00:00
michi_cc
e94f75095a (svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype. 2010-07-02 16:34:11 +00:00
yexo
ec723b7744 (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes 2010-06-20 19:13:02 +00:00
frosch
a5bea603ea (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. 2010-06-05 12:16:12 +00:00
rubidium
bcaf5f9dcb (svn r19925) -Fix [FS#3859]: one didn't pay for rail when building depots and stations, so with expensive railtypes building stations and then removing the station would be cheaper than just building the rail 2010-06-04 21:00:17 +00:00
frosch
ee53807e51 (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. 2010-05-31 20:22:57 +00:00
rubidium
ec3c6484a9 (svn r19817) -Fix: MSVC compile warnings 2010-05-13 12:42:56 +00:00
rubidium
a70fd540fc (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 2010-05-13 10:14:29 +00:00
rubidium
7f43b93eae (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 2010-05-12 19:21:00 +00:00
rubidium
cb92cdf975 (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 2010-04-24 13:39:11 +00:00
frosch
ed80045221 (svn r19654) -Codechange: Use Extract<> in more places. 2010-04-17 13:31:41 +00:00
frosch
9036e7437a (svn r19616) -Codechange: Increase transparency of 'Extract' by passing also the number of used bits. 2010-04-13 17:29:19 +00:00
peter1138
abecc4be7e (svn r19556) -Fix (r19434): Incorrect speed limit reported for rail depots with original acceleration model. 2010-04-03 20:25:23 +00:00
alberth
72d62fd6fc (svn r19494) -Codechange: Remove _error_message. 2010-03-20 17:58:24 +00:00
alberth
312c0c9906 (svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well. 2010-03-20 17:08:16 +00:00
alberth
8109a0ad7f (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. 2010-03-20 15:30:57 +00:00
peter1138
a7b93cdeb5 (svn r19434) -Add: Add rail speed limit to land area information window. 2010-03-16 06:43:41 +00:00
peter1138
369975964a (svn r19433) -Codechange: Limit rail clearance earnings to 3/4s of rail build cost, to avoid money making loophole when rail build cost is less than rail removal earnings. 2010-03-16 06:30:31 +00:00
alberth
64c38c89c9 (svn r19421) -Codechange: Remove explicit use of _error_message from CmdConvertRail(). 2010-03-14 16:42:55 +00:00
alberth
bf54baf991 (svn r19420) -Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean. 2010-03-14 15:42:26 +00:00
alberth
51e71c8a36 (svn r19418) -Codechange: Code style fix for ValParamTrackOrientation(). 2010-03-14 14:30:51 +00:00
alberth
cb10444807 (svn r19415) -Codechange: Forward CommandCost with an error back to the caller. 2010-03-14 12:58:51 +00:00
alberth
19dff3a6b2 (svn r19414) -Doc: Several doxygen additions and corrections. 2010-03-14 12:39:24 +00:00
alberth
6005227ac9 (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. 2010-03-07 20:44:05 +00:00
alberth
8ae03fd9ec (svn r19370) -Codechange: EnsureNoTrainOnTrack() returns a CommandCost. 2010-03-07 18:29:53 +00:00
alberth
b04de719b3 (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. 2010-03-07 18:24:41 +00:00
alberth
014f651e65 (svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp. 2010-03-07 15:54:58 +00:00
alberth
3679ab0489 (svn r19363) -Codechange: Remove use of _error_message global from TerraformTile_Track. 2010-03-07 14:00:53 +00:00
alberth
d285d2e414 (svn r19320) -Fix (r19291): Forgot to set error message. 2010-03-05 21:34:12 +00:00
alberth
4c0d4990f5 (svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost. 2010-03-05 21:20:22 +00:00
alberth
d0ec21fd3f (svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status. 2010-02-28 18:15:19 +00:00
alberth
7171b4edb7 (svn r19190) -Add: Improve error message with track building when signals are in the way. 2010-02-21 20:55:31 +00:00
alberth
b99453c09f (svn r19189) -Codechange: CheckTrackCombination() returns a CommandCost. 2010-02-21 20:34:57 +00:00
frosch
1a151edcb1 (svn r19154) -Fix: Invisible depots draw the track, so also draw the overlays. 2010-02-17 21:19:33 +00:00