planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
2fdf7b7f4e
|
(svn r24857) -Fix: Don't let UFOs and coal mines clear water.
|
2012-12-26 13:01:28 +00:00 |
|
frosch
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
d0ea1b96a9
|
(svn r24449) -Fix [FS#5254]: Coast and sea are not the same.
|
2012-07-30 19:38:17 +00:00 |
|
frosch
|
fae088737a
|
(svn r24439) -Fix [FS#5254]: In some cases ships could be covered with land.
|
2012-07-27 19:55:27 +00:00 |
|
michi_cc
|
bcac892dd7
|
(svn r24367) -Feature: [NewGRF] Customisable signals for rail types.
|
2012-07-01 23:12:50 +00:00 |
|
frosch
|
9c0aa44a41
|
(svn r24356) -Change: Allow building/modifying/removing signals even if a train is on the belonging track.
|
2012-06-23 20:18:29 +00:00 |
|
frosch
|
70b2c96c8b
|
(svn r24194) -Change: Rename the 'signal_side' setting to 'train_signal_side', and add a third option while doing so.
|
2012-05-01 15:53:51 +00:00 |
|
michi_cc
|
c67f4ddd9e
|
(svn r24143) -Change [FS#5145]: Improve fence placement for rail. (Eddi)
|
2012-04-17 19:44:51 +00:00 |
|
michi_cc
|
88cfe6fc9c
|
(svn r24129) -Feature [FS#3660]: Option to minimise signal distance when dragging over obstacles. (adf88)
|
2012-04-17 19:43:29 +00:00 |
|
michi_cc
|
617993e904
|
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
|
2012-01-08 12:47:54 +00:00 |
|
michi_cc
|
64b7bc557f
|
(svn r23758) -Feature: [NewGRF] Alternate rail type label list.
|
2012-01-05 19:40:34 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
michi_cc
|
06ffcf0ae8
|
(svn r23593) -Fix (r23411): Infrastructure counts for rail were not properly updated when converting rail or building level crossings.
|
2011-12-19 14:24:12 +00:00 |
|
michi_cc
|
7a6b45c133
|
(svn r23412) -Add: Company infrastructure counts for road.
|
2011-12-03 23:40:18 +00:00 |
|
michi_cc
|
85ec2f07af
|
(svn r23411) -Add: Company infrastructure counts for rail.
|
2011-12-03 23:40:13 +00:00 |
|
rubidium
|
48f7492434
|
(svn r23348) -Fix [FS#4679]: make signal removal behaviour work the same regardless of autofill, i.e. always removal all signals instead those at the signal interval
|
2011-11-29 21:09:58 +00:00 |
|
rubidium
|
d823378d8a
|
(svn r23341) -Fix (r23338): memory leak when converting rails
|
2011-11-27 09:37:30 +00:00 |
|
rubidium
|
a8014c0af5
|
(svn r23338) -Feature [FS#4841]: diagonal dragging the rail conversion tool when pressing CTRL
|
2011-11-26 18:11:22 +00:00 |
|
michi_cc
|
3b45b41e68
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
yexo
|
8fcca75d54
|
(svn r23163) -Fix [FS#4627]: don't display railway fences between track and waypoints (Krille)
|
2011-11-08 17:51:29 +00:00 |
|
yexo
|
36e61e08b3
|
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
|
2011-11-08 17:37:32 +00:00 |
|
michi_cc
|
23bf62c77a
|
(svn r23129) -Add: [NewGRF] Property for the rail type name.
|
2011-11-07 19:35:02 +00:00 |
|
rubidium
|
0e2d2b2317
|
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables
|
2011-11-04 11:52:19 +00:00 |
|
rubidium
|
fb9fb416a1
|
(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well
|
2011-11-04 11:36:10 +00:00 |
|
rubidium
|
70faeeaba9
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
1a54b7733c
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
5d7acba5d3
|
(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code
|
2011-11-04 10:30:10 +00:00 |
|
rubidium
|
a70fdbcf2f
|
(svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code
|
2011-11-04 10:25:58 +00:00 |
|
rubidium
|
bcb93b3b75
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
frosch
|
1df095f114
|
(svn r22960) -Feature: Allow depots, standard roadstops and airports on steep slopes.
|
2011-09-25 13:35:17 +00:00 |
|
frosch
|
2c78b156a8
|
(svn r22854) -Change: [NewGRF] Allow replacing depot sprites without having to provide rail overlays. (Hirundo)
|
2011-08-28 20:33:40 +00:00 |
|
frosch
|
fb72295945
|
(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1.
|
2011-05-08 15:58:59 +00:00 |
|
rubidium
|
cb2c7f871f
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
rubidium
|
95e0695e02
|
(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list
|
2011-01-20 12:22:38 +00:00 |
|
rubidium
|
0cf2ef83f0
|
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
|
2011-01-18 23:09:43 +00:00 |
|
rubidium
|
dc94c94599
|
(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
|
2011-01-18 21:28:07 +00:00 |
|
planetmaker
|
6e9800026c
|
(svn r21816) -Fix [FS#4378] (r14012): Allow dragging of combo signals (again)
|
2011-01-15 22:50:49 +00:00 |
|
terkhen
|
f69d280f14
|
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
|
2010-12-14 21:33:53 +00:00 |
|
rubidium
|
9317f7bb4a
|
(svn r21481) -Codechange: make rail conversion make use of TILE_AREA_LOOP as well
|
2010-12-12 17:21:49 +00:00 |
|
rubidium
|
ed8a9731c6
|
(svn r21473) -Feature [FS#4279]: [NewGRF] Use the station graphics property to determine a fallback for the depot sprites
|
2010-12-11 23:14:35 +00:00 |
|
frosch
|
a97c13253c
|
(svn r21353) -Fix (r19056)[FS#4277]: New railtypes with overlays did not use the shore sprites as groundtiles for three-corner-raised slopes (at shore).
|
2010-11-29 17:26:47 +00:00 |
|
alberth
|
063931d435
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
frosch
|
d08c3d9381
|
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.
|
2010-08-15 19:59:48 +00:00 |
|
frosch
|
591052013d
|
(svn r20500) -Fix: When converting rail all trains with a part on the converted rails need updating. Not only engines, which have power afterwards. Also update Acceleration after updating Power.
|
2010-08-15 15:47:07 +00:00 |
|
terkhen
|
2c6a94b445
|
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW).
|
2010-08-09 10:59:30 +00:00 |
|
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 |
|