rubidium
|
1078bc7dd0
|
(svn r12682) -Fix [FS#1920]: removing road pieces from a town gave you twice the intended penalty.
|
2008-04-13 10:32:29 +00:00 |
|
rubidium
|
372830b731
|
(svn r12682) -Fix [FS#1920]: removing road pieces from a town gave you twice the intended penalty.
|
2008-04-13 10:32:29 +00:00 |
|
rubidium
|
5967f5b379
|
(svn r12622) -Fix: infinite loop in case your compiler decides that enums are unsigned by default. Patch by Dominik.
|
2008-04-07 22:15:31 +00:00 |
|
rubidium
|
b0ca38e20a
|
(svn r12622) -Fix: infinite loop in case your compiler decides that enums are unsigned by default. Patch by Dominik.
|
2008-04-07 22:15:31 +00:00 |
|
smatz
|
4c84f76dd5
|
(svn r12569) -Cleanup: variable scope and coding style in road*.cpp
|
2008-04-04 18:41:16 +00:00 |
|
smatz
|
b78e8f82e1
|
(svn r12569) -Cleanup: variable scope and coding style in road*.cpp
|
2008-04-04 18:41:16 +00:00 |
|
smatz
|
fcf4a7067d
|
(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
|
2008-04-03 19:55:40 +00:00 |
|
smatz
|
febc5150c9
|
(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
|
2008-04-03 19:55:40 +00:00 |
|
rubidium
|
6d9c7ef315
|
(svn r12443) -Add: OpenTTDs version to openttd.cfg, just so we do not need to keep to ask people for their version number because it's likely they give you the wrong answer anyway.
|
2008-03-27 15:29:42 +00:00 |
|
rubidium
|
63ab877c27
|
(svn r12443) -Add: OpenTTDs version to openttd.cfg, just so we do not need to keep to ask people for their version number because it's likely they give you the wrong answer anyway.
|
2008-03-27 15:29:42 +00:00 |
|
skidd13
|
5d06dcb37e
|
(svn r12442) -Feature: Allow build leveled roads on slopes for the old ai
|
2008-03-27 14:46:27 +00:00 |
|
skidd13
|
2405ffd855
|
(svn r12442) -Feature: Allow build leveled roads on slopes for the old ai
|
2008-03-27 14:46:27 +00:00 |
|
skidd13
|
75072624d8
|
(svn r12440) -Fix [FS#1694]: Make the road building and road removing conditions more union
-Feature: Allow to build/remove more road-piece combinations directly
|
2008-03-27 14:26:31 +00:00 |
|
skidd13
|
b490a21e50
|
(svn r12440) -Fix [FS#1694]: Make the road building and road removing conditions more union
-Feature: Allow to build/remove more road-piece combinations directly
|
2008-03-27 14:26:31 +00:00 |
|
skidd13
|
066e6dedfd
|
(svn r12419) -Cleanup: of the internal road-piece building and removing.
|
2008-03-25 18:59:25 +00:00 |
|
skidd13
|
82eebc20c0
|
(svn r12419) -Cleanup: of the internal road-piece building and removing.
|
2008-03-25 18:59:25 +00:00 |
|
peter1138
|
f0e39a7953
|
(svn r12410) -Codechange: abstract out the test for catenary on electric rails
|
2008-03-25 12:10:13 +00:00 |
|
peter1138
|
6184676ec7
|
(svn r12410) -Codechange: abstract out the test for catenary on electric rails
|
2008-03-25 12:10:13 +00:00 |
|
smatz
|
9dade55b4a
|
(svn r12363) -Fix: do not allow building 'zero' road bits
|
2008-03-12 18:10:45 +00:00 |
|
smatz
|
902320d7cb
|
(svn r12363) -Fix: do not allow building 'zero' road bits
|
2008-03-12 18:10:45 +00:00 |
|
belugas
|
2678c4faaa
|
(svn r12290) -Fix[FS#1807]: Do not draw trees nor lamps between tram tracks.(Roujin)
|
2008-02-27 15:35:24 +00:00 |
|
belugas
|
8f47b642b6
|
(svn r12290) -Fix[FS#1807]: Do not draw trees nor lamps between tram tracks.(Roujin)
|
2008-02-27 15:35:24 +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
|
7a5855fec2
|
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
|
2008-02-18 23:37:16 +00:00 |
|
smatz
|
adf1227290
|
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
|
2008-02-18 23:37:16 +00:00 |
|
smatz
|
b2721c08fc
|
(svn r12183) -Codechange: give a better error message when building road over existing road with vehicle on it, or do not fail at all
|
2008-02-18 22:12:27 +00:00 |
|
smatz
|
0821df8537
|
(svn r12183) -Codechange: give a better error message when building road over existing road with vehicle on it, or do not fail at all
|
2008-02-18 22:12:27 +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 |
|
smatz
|
b389425dda
|
(svn r12170) -Fix: do not draw trees along road and street lights under low bridges (spotted by _minime_)
|
2008-02-17 21:27:44 +00:00 |
|
smatz
|
d75cccf5d5
|
(svn r12170) -Fix: do not draw trees along road and street lights under low bridges (spotted by _minime_)
|
2008-02-17 21:27:44 +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 |
|
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 |
|
smatz
|
e081e0712f
|
(svn r12138) -Fix: do not allow adding tram to rail-road crossing when there is a vehicle on it
|
2008-02-14 10:19:16 +00:00 |
|
smatz
|
bb81de3c4c
|
(svn r12138) -Fix: do not allow adding tram to rail-road crossing when there is a vehicle on it
|
2008-02-14 10:19:16 +00:00 |
|
smatz
|
17d9c9bf2b
|
(svn r12103) -Feature(tte): separate catenary transparency settings from building transparency settings
|
2008-02-10 15:53:26 +00:00 |
|
smatz
|
8a768652c8
|
(svn r12103) -Feature(tte): separate catenary transparency settings from building transparency settings
|
2008-02-10 15:53:26 +00:00 |
|
smatz
|
98e81e95a5
|
(svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road.
|
2008-02-09 17:30:13 +00:00 |
|
smatz
|
e3301db213
|
(svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road.
|
2008-02-09 17:30:13 +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 |
|
smatz
|
db50a6d231
|
(svn r11998) -Fix [FS#1692](r10053): possible remote assert by setting bit 6 of p1 for CMD_REMOVE_ROAD
|
2008-01-28 12:40:31 +00:00 |
|
smatz
|
a9031cc5f5
|
(svn r11998) -Fix [FS#1692](r10053): possible remote assert by setting bit 6 of p1 for CMD_REMOVE_ROAD
|
2008-01-28 12:40:31 +00:00 |
|