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 |
|
peter1138
|
1bd72e28f0
|
(svn r19060) -Codechange: Draw custom depot sprites in GUI.
|
2010-02-08 16:07:46 +00:00 |
|
peter1138
|
898e879bd9
|
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)
|
2010-02-07 22:22:54 +00:00 |
|
terkhen
|
2798fdf082
|
(svn r18987) -Fix: [NoAI] Make building long rails fail for AIs if there is an obstacle in the way.
|
2010-02-02 22:27:03 +00:00 |
|
peter1138
|
32ef582c37
|
(svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties.
|
2010-01-30 21:49:22 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
4d93b704d9
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
frosch
|
24e0945bc4
|
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
|
2010-01-17 15:05:25 +00:00 |
|
frosch
|
381bf04bab
|
(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.
|
2010-01-16 22:44:03 +00:00 |
|
frosch
|
d27999e446
|
(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file.
|
2010-01-16 22:25:44 +00:00 |
|
rubidium
|
199091600a
|
(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen)
|
2010-01-16 22:16:28 +00:00 |
|
rubidium
|
aaf0b4b46c
|
(svn r18812) -Codechange: make some functions in train.h functions of Train.
|
2010-01-15 18:23:52 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|