frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
michi_cc
|
e8cabbdc56
|
(svn r20237) -Fix (r20049): Check for disallowed level crossings also when converting rail.
|
2010-07-28 22:23:28 +00:00 |
|
frosch
|
3767ae5196
|
(svn r20224) -Fix [FS#3976]: Depot did not become unsnowy, when snowline rises.
|
2010-07-26 17:37:50 +00:00 |
|
alberth
|
be6c058424
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
5a836cdec7
|
(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
|
72ee11a7c6
|
(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
|
066aa61a45
|
(svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals.
|
2010-07-10 20:18:59 +00:00 |
|
terkhen
|
191389fa8d
|
(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
|
b06d18b19a
|
(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
|
5ea472650c
|
(svn r20100) -Fix: Give priority to ownership errors while removing rails.
|
2010-07-09 16:43:00 +00:00 |
|
alberth
|
82fc340a0a
|
(svn r20097) -Codechange: Share constant bitset of safe level crossing slopes.
|
2010-07-09 12:14:02 +00:00 |
|
michi_cc
|
34f32cbbf4
|
(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype.
|
2010-07-02 16:34:11 +00:00 |
|
yexo
|
9cfb61adf5
|
(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes
|
2010-06-20 19:13:02 +00:00 |
|
frosch
|
1d3adb2b66
|
(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
|
e7f70987a4
|
(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
|
9db3cde73a
|
(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
|
241dd9a9f5
|
(svn r19817) -Fix: MSVC compile warnings
|
2010-05-13 12:42:56 +00:00 |
|
rubidium
|
062dd0e24c
|
(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
|
93ff7d78e1
|
(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
|
f56ebd81c3
|
(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables
|
2010-04-24 13:39:11 +00:00 |
|
frosch
|
75d4bc947d
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
frosch
|
b76f0185d4
|
(svn r19616) -Codechange: Increase transparency of 'Extract' by passing also the number of used bits.
|
2010-04-13 17:29:19 +00:00 |
|
peter1138
|
8c4c691448
|
(svn r19556) -Fix (r19434): Incorrect speed limit reported for rail depots with original acceleration model.
|
2010-04-03 20:25:23 +00:00 |
|
alberth
|
05d705e077
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
c9b0e9d25f
|
(svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well.
|
2010-03-20 17:08:16 +00:00 |
|
alberth
|
f05a8635fd
|
(svn r19483) -Codechange: Code layout fixes, and parentheses reduction.
|
2010-03-20 15:30:57 +00:00 |
|
peter1138
|
604da97364
|
(svn r19434) -Add: Add rail speed limit to land area information window.
|
2010-03-16 06:43:41 +00:00 |
|
peter1138
|
0dd8110484
|
(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
|
6eb0816c70
|
(svn r19421) -Codechange: Remove explicit use of _error_message from CmdConvertRail().
|
2010-03-14 16:42:55 +00:00 |
|
alberth
|
05e549ccdc
|
(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
|
6601ecc87a
|
(svn r19418) -Codechange: Code style fix for ValParamTrackOrientation().
|
2010-03-14 14:30:51 +00:00 |
|
alberth
|
3b367ab708
|
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
|
2010-03-14 12:58:51 +00:00 |
|
alberth
|
777123c228
|
(svn r19414) -Doc: Several doxygen additions and corrections.
|
2010-03-14 12:39:24 +00:00 |
|
alberth
|
40f106ba7c
|
(svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost.
|
2010-03-07 20:44:05 +00:00 |
|
alberth
|
aac4a21abe
|
(svn r19370) -Codechange: EnsureNoTrainOnTrack() returns a CommandCost.
|
2010-03-07 18:29:53 +00:00 |
|
alberth
|
55f8d5d802
|
(svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now.
|
2010-03-07 18:24:41 +00:00 |
|
alberth
|
29b79e03e8
|
(svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp.
|
2010-03-07 15:54:58 +00:00 |
|
alberth
|
5881a80b6d
|
(svn r19363) -Codechange: Remove use of _error_message global from TerraformTile_Track.
|
2010-03-07 14:00:53 +00:00 |
|
alberth
|
71d28afe67
|
(svn r19320) -Fix (r19291): Forgot to set error message.
|
2010-03-05 21:34:12 +00:00 |
|
alberth
|
c395b93acd
|
(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
|
2010-03-05 21:20:22 +00:00 |
|
alberth
|
63dd6ce6b0
|
(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status.
|
2010-02-28 18:15:19 +00:00 |
|
alberth
|
5052777d0b
|
(svn r19190) -Add: Improve error message with track building when signals are in the way.
|
2010-02-21 20:55:31 +00:00 |
|
alberth
|
2b07389fe6
|
(svn r19189) -Codechange: CheckTrackCombination() returns a CommandCost.
|
2010-02-21 20:34:57 +00:00 |
|
frosch
|
f02d6783e9
|
(svn r19154) -Fix: Invisible depots draw the track, so also draw the overlays.
|
2010-02-17 21:19:33 +00:00 |
|
frosch
|
239279e795
|
(svn r19153) -Fix [FS#pm](r19056): PBS reservation was drawn incorrectly for depots.
|
2010-02-17 21:07:32 +00:00 |
|
alberth
|
80225cf246
|
(svn r19140) -Codechange: Move variables closer to their first use.
|
2010-02-15 19:52:40 +00:00 |
|
alberth
|
e8d40d6a19
|
(svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this.
|
2010-02-14 15:30:08 +00:00 |
|