smatz
|
3ab59da68a
|
(svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot
|
2008-03-19 20:50:19 +00:00 |
|
smatz
|
ac4ec8c2d2
|
(svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot
|
2008-03-19 20:50:19 +00:00 |
|
belugas
|
d56f862b0e
|
(svn r12342) -Fix(r12340): In order to avoid confusion, SIGN should be used for signs and SIGNAL for signals :)
Always check your terms with your nearest british ;)
|
2008-03-05 11:41:26 +00:00 |
|
belugas
|
cd411ab75a
|
(svn r12342) -Fix(r12340): In order to avoid confusion, SIGN should be used for signs and SIGNAL for signals :)
Always check your terms with your nearest british ;)
|
2008-03-05 11:41:26 +00:00 |
|
belugas
|
61984b5169
|
(svn r12340) -Codechange: Remove some magic numbers (sprite IDs here) with some more meaningful values.
This allows to remove an unnecessary subtraction in the MAYBE_DAW_SIGNAL macro, who was waiting for an offset, at the first place.
|
2008-03-05 02:49:06 +00:00 |
|
belugas
|
a6ee46a5a0
|
(svn r12340) -Codechange: Remove some magic numbers (sprite IDs here) with some more meaningful values.
This allows to remove an unnecessary subtraction in the MAYBE_DAW_SIGNAL macro, who was waiting for an offset, at the first place.
|
2008-03-05 02:49:06 +00:00 |
|
peter1138
|
475f6ca3e3
|
(svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form.
|
2008-03-04 12:13:15 +00:00 |
|
peter1138
|
e1cc80b01c
|
(svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form.
|
2008-03-04 12:13:15 +00:00 |
|
peter1138
|
beccf3e5ea
|
(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.
|
2008-03-03 19:15:53 +00:00 |
|
peter1138
|
5049fbb081
|
(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.
|
2008-03-03 19:15:53 +00:00 |
|
frosch
|
7f3d56041b
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
smatz
|
4a329de942
|
(svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability
|
2008-02-18 18:35:36 +00:00 |
|
smatz
|
509b3a3247
|
(svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability
|
2008-02-18 18:35:36 +00:00 |
|
smatz
|
9f619f91b3
|
(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
2008-02-18 16:11:31 +00:00 |
|
smatz
|
29125c0e68
|
(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
2008-02-18 16:11:31 +00:00 |
|
frosch
|
a13899ee8e
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
|
frosch
|
a40d761d7f
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
|
frosch
|
ae996a270b
|
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
|
2008-02-15 18:34:26 +00:00 |
|
frosch
|
fd0f57a794
|
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
|
2008-02-15 18:34:26 +00:00 |
|
belugas
|
f3adf67a7b
|
(svn r12145) -Codechange: includes should be at the top of the source file
-Codechange: undefine a defined macro once work is finished, just in case
|
2008-02-15 17:38:18 +00:00 |
|
belugas
|
65a13a3022
|
(svn r12145) -Codechange: includes should be at the top of the source file
-Codechange: undefine a defined macro once work is finished, just in case
|
2008-02-15 17:38:18 +00:00 |
|
frosch
|
514df81e27
|
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
2008-02-14 15:59:16 +00:00 |
|
frosch
|
43c0f7ea8e
|
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
2008-02-14 15:59:16 +00:00 |
|
peter1138
|
32691590fb
|
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
|
2008-02-12 20:14:14 +00:00 |
|
peter1138
|
63e306006b
|
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
|
2008-02-12 20:14:14 +00:00 |
|
smatz
|
c82d1e3e46
|
(svn r12098) -Fix: make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile
|
2008-02-10 11:35:05 +00:00 |
|
smatz
|
9deab65bae
|
(svn r12098) -Fix: make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile
|
2008-02-10 11:35:05 +00:00 |
|
smatz
|
d00bf03012
|
(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
|
2008-02-09 15:07:31 +00:00 |
|
smatz
|
802c949755
|
(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
|
2008-02-09 15:07:31 +00:00 |
|
frosch
|
9d63fd232e
|
(svn r11984) -Fix: Also draw corner shores under rail tracks.
|
2008-01-25 16:51:35 +00:00 |
|
frosch
|
b329781ab2
|
(svn r11984) -Fix: Also draw corner shores under rail tracks.
|
2008-01-25 16:51:35 +00:00 |
|
frosch
|
d4dc5e0775
|
(svn r11983) -Codechange: Add some helper functions for slopes and use them.
|
2008-01-25 15:47:58 +00:00 |
|
frosch
|
6f6708e844
|
(svn r11983) -Codechange: Add some helper functions for slopes and use them.
|
2008-01-25 15:47:58 +00:00 |
|
smatz
|
74af65e556
|
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
2008-01-23 22:34:04 +00:00 |
|
smatz
|
5a7c903770
|
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
2008-01-23 22:34:04 +00:00 |
|
smatz
|
8dbf03e322
|
(svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction)
-Fix: crossing sound is bound to tile, not to vehicle
|
2008-01-17 20:41:33 +00:00 |
|
smatz
|
8d077b16d8
|
(svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction)
-Fix: crossing sound is bound to tile, not to vehicle
|
2008-01-17 20:41:33 +00:00 |
|
smatz
|
b20d1eee6c
|
(svn r11908) -Fix: update crossing when merging a company, when building a crossing and after loading older savegame
|
2008-01-17 19:49:06 +00:00 |
|
smatz
|
822242f411
|
(svn r11908) -Fix: update crossing when merging a company, when building a crossing and after loading older savegame
|
2008-01-17 19:49:06 +00:00 |
|
frosch
|
c7fe664119
|
(svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too.
|
2008-01-17 17:13:47 +00:00 |
|
frosch
|
c579bffed2
|
(svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too.
|
2008-01-17 17:13:47 +00:00 |
|
smatz
|
7eff702c0a
|
(svn r11883) -Fix (r11864): assert when trying to remove rail from a house or industry tile
|
2008-01-16 22:26:45 +00:00 |
|
smatz
|
c8178d43c1
|
(svn r11883) -Fix (r11864): assert when trying to remove rail from a house or industry tile
|
2008-01-16 22:26:45 +00:00 |
|
smatz
|
61e40b1aa5
|
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
|
2008-01-16 01:18:15 +00:00 |
|
smatz
|
9556623281
|
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
|
2008-01-16 01:18:15 +00:00 |
|
smatz
|
81cad58c68
|
(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
|
2008-01-15 15:00:01 +00:00 |
|
smatz
|
245f05a7cc
|
(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
|
2008-01-15 15:00:01 +00:00 |
|
rubidium
|
90acd52f22
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|