dominik
cbe9939c86
(svn r1582) Fix: Only the train orders GUI has a non-stop button now.
2005-01-21 18:36:17 +00:00
dominik
5290d5f667
(svn r1582) Fix: Only the train orders GUI has a non-stop button now.
2005-01-21 18:36:17 +00:00
celestar
07a10a51a7
(svn r1581) Added a display for the total map population to the town display (Jango)
2005-01-21 16:51:25 +00:00
celestar
962dd27a8c
(svn r1581) Added a display for the total map population to the town display (Jango)
2005-01-21 16:51:25 +00:00
dominik
1b99cebbf3
(svn r1580) Fix: [ 1106354 ] Graph's keys get confused
...
Fix: Graphs were not updated correctly when one graph with a certain selection was already open and another graph window was opened
2005-01-21 11:12:17 +00:00
dominik
2f4959dcd8
(svn r1580) Fix: [ 1106354 ] Graph's keys get confused
...
Fix: Graphs were not updated correctly when one graph with a certain selection was already open and another graph window was opened
2005-01-21 11:12:17 +00:00
dominik
274b4f01ee
(svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it in their schedule.
...
This makes buoys more useable in multiplayer games again, as buoys can't be deleted by other players if they are used.
2005-01-20 22:19:34 +00:00
dominik
ef93fcfe48
(svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it in their schedule.
...
This makes buoys more useable in multiplayer games again, as buoys can't be deleted by other players if they are used.
2005-01-20 22:19:34 +00:00
darkvater
57ffaeeeaf
(svn r1578) -Fix: [1102454] dedicated server crashes after some hours (highscore problems for dedicated...should be really solved now)
2005-01-20 18:57:09 +00:00
darkvater
c245d93e7d
(svn r1578) -Fix: [1102454] dedicated server crashes after some hours (highscore problems for dedicated...should be really solved now)
2005-01-20 18:57:09 +00:00
tron
eeca2435ba
(svn r1577) Fix: [1103301] Railroad tracks on slopes weren't flooded
2005-01-20 18:19:37 +00:00
tron
2e0d576e6b
(svn r1577) Fix: [1103301] Railroad tracks on slopes weren't flooded
2005-01-20 18:19:37 +00:00
tron
9a1a67b237
(svn r1576) Clean TileLoopWaterHelper() a bit up
2005-01-20 18:18:32 +00:00
tron
44dae05c3d
(svn r1576) Clean TileLoopWaterHelper() a bit up
2005-01-20 18:18:32 +00:00
Celestar
39ccf08e1f
(svn r1575) -Fix: Forgot to exit the construction phase for the waypoint window (if
...
you have newgrfs loaded)
2005-01-20 10:31:59 +00:00
Celestar
1af764c4d0
(svn r1575) -Fix: Forgot to exit the construction phase for the waypoint window (if
...
you have newgrfs loaded)
2005-01-20 10:31:59 +00:00
celestar
fea6e43b7c
(svn r1574) -Fix [ 1105281 ] upgrade rail fails when train under bridge
2005-01-20 09:12:20 +00:00
celestar
f8345b3fe6
(svn r1574) -Fix [ 1105281 ] upgrade rail fails when train under bridge
2005-01-20 09:12:20 +00:00
celestar
f017a27eeb
(svn r1573) -Fix: Station and depot building mode is now terminated if the
...
corresponding windows are closed [ 1104277 ]
2005-01-20 08:36:15 +00:00
celestar
f0e616ea2b
(svn r1573) -Fix: Station and depot building mode is now terminated if the
...
corresponding windows are closed [ 1104277 ]
2005-01-20 08:36:15 +00:00
tron
d888997b46
(svn r1572) Remove dead code from ludde's autorail implementation which was left over by revision 1571
2005-01-19 21:50:38 +00:00
tron
e9c25f8274
(svn r1572) Remove dead code from ludde's autorail implementation which was left over by revision 1571
2005-01-19 21:50:38 +00:00
dominik
f7e39977de
(svn r1571) Feature: Visually enhanced autorail placing
...
When using the autorail tool, the rail pieces which are going to be build are highlighted.
If a piece is shown in red, this indicates that the slope/rail combination is impossible. It does not tell you if the rail line construction might not be possible because of other obstacles, e.g. houses or water.
2005-01-19 20:55:23 +00:00
dominik
aaf09ceb26
(svn r1571) Feature: Visually enhanced autorail placing
...
When using the autorail tool, the rail pieces which are going to be build are highlighted.
If a piece is shown in red, this indicates that the slope/rail combination is impossible. It does not tell you if the rail line construction might not be possible because of other obstacles, e.g. houses or water.
2005-01-19 20:55:23 +00:00
tron
d419f9b2f0
(svn r1570) Make the gcc version test work with old versions of test (i.e. don't use the < operator)
2005-01-19 20:22:10 +00:00
tron
28df4a0e25
(svn r1570) Make the gcc version test work with old versions of test (i.e. don't use the < operator)
2005-01-19 20:22:10 +00:00
darkvater
ada9fc873e
(svn r1569) -Fix: signed/unsigned mismatch
2005-01-19 19:32:33 +00:00
darkvater
7837be0575
(svn r1569) -Fix: signed/unsigned mismatch
2005-01-19 19:32:33 +00:00
bjarni
467e4b82bf
(svn r1568) made an enum of train subtypes to make the code more readable
2005-01-19 19:15:03 +00:00
bjarni
2fd3553d78
(svn r1568) made an enum of train subtypes to make the code more readable
2005-01-19 19:15:03 +00:00
darkvater
640985ce04
(svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid)
2005-01-19 13:31:46 +00:00
darkvater
e4a3d284b2
(svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid)
2005-01-19 13:31:46 +00:00
darkvater
6d8123b0fa
(svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de)
2005-01-19 13:22:01 +00:00
darkvater
15630855dd
(svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de)
2005-01-19 13:22:01 +00:00
celestar
321c753418
(svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
...
display
-CodeChange: replaced one if (foo) return true else return false by
return (foo)
2005-01-19 10:00:37 +00:00
celestar
941da5dc94
(svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
...
display
-CodeChange: replaced one if (foo) return true else return false by
return (foo)
2005-01-19 10:00:37 +00:00
tron
654d75f795
(svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie)
2005-01-19 05:55:30 +00:00
tron
a6d1544447
(svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie)
2005-01-19 05:55:30 +00:00
bjarni
75863ee5cd
(svn r1563) fix: autoreplaced trains now sets wagon override properly
2005-01-19 01:18:29 +00:00
bjarni
69065b53c8
(svn r1563) fix: autoreplaced trains now sets wagon override properly
2005-01-19 01:18:29 +00:00
bjarni
aaf3bcb91f
(svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)
2005-01-18 23:48:55 +00:00
bjarni
f09b0def11
(svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)
2005-01-18 23:48:55 +00:00
bjarni
5f549396f4
(svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine now adds the the rear engine
...
autoreplacing a dualheaded engine into a singleheaded engine now sells the rear engine
as a sideeffect of this, the price for replacing both engines are now added and displayed once from the depot(instead of two identical numbers written on top of each other, looking like one)
fix: cost for autorenew dualheaded engines were doubled and their value where doubled too
2005-01-18 23:27:06 +00:00
bjarni
b1c4b0f07d
(svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine now adds the the rear engine
...
autoreplacing a dualheaded engine into a singleheaded engine now sells the rear engine
as a sideeffect of this, the price for replacing both engines are now added and displayed once from the depot(instead of two identical numbers written on top of each other, looking like one)
fix: cost for autorenew dualheaded engines were doubled and their value where doubled too
2005-01-18 23:27:06 +00:00
tron
90cafa9b15
(svn r1560) Introduce SetTileType() and SetTileHeight()
...
Replace direct references to _map_type_and_height with these
2005-01-18 18:41:56 +00:00
tron
31d6f87d80
(svn r1560) Introduce SetTileType() and SetTileHeight()
...
Replace direct references to _map_type_and_height with these
2005-01-18 18:41:56 +00:00
tron
0d85b92e43
(svn r1559) Use IsTileType() instead of bit shifting and comparisons
2005-01-18 17:19:34 +00:00
tron
64b08311b9
(svn r1559) Use IsTileType() instead of bit shifting and comparisons
2005-01-18 17:19:34 +00:00
Celestar
7768e97fa6
(svn r1558) -Fix: [ 1104350 ] Crashed trains do not initiate the lost vehicle
...
message anymore
2005-01-18 16:01:35 +00:00
Celestar
389a4bf44d
(svn r1558) -Fix: [ 1104350 ] Crashed trains do not initiate the lost vehicle
...
message anymore
2005-01-18 16:01:35 +00:00