rubidium
0ab80d824b
(svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix.
2007-06-27 17:05:06 +00:00
rubidium
3c5622ee9a
(svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix.
2007-06-27 17:05:06 +00:00
rubidium
43a85ee94f
(svn r10356) -Fix (r10143): another memory leak eliminated.
2007-06-27 16:54:50 +00:00
rubidium
ffffde515f
(svn r10356) -Fix (r10143): another memory leak eliminated.
2007-06-27 16:54:50 +00:00
rubidium
4f73e2a030
(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites.
2007-06-27 16:41:37 +00:00
rubidium
45ae73e03f
(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites.
2007-06-27 16:41:37 +00:00
rubidium
36e05116ae
(svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station.
2007-06-27 14:37:46 +00:00
rubidium
0c8ca15c18
(svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station.
2007-06-27 14:37:46 +00:00
rubidium
1cff472501
(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting.
2007-06-27 14:15:48 +00:00
rubidium
52fbdd62a2
(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting.
2007-06-27 14:15:48 +00:00
rubidium
f603383eb9
(svn r10352) -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>".
2007-06-27 10:02:55 +00:00
rubidium
a775cdc03a
(svn r10352) -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>".
2007-06-27 10:02:55 +00:00
KUDr
3332b21b19
(svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node key and also as segment key in the cache (SmatZ).
...
In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64).
2007-06-26 22:29:52 +00:00
KUDr
5b8e48f555
(svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node key and also as segment key in the cache (SmatZ).
...
In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64).
2007-06-26 22:29:52 +00:00
rubidium
ab52e3da52
(svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy.
2007-06-26 21:17:51 +00:00
rubidium
735c47d7d7
(svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy.
2007-06-26 21:17:51 +00:00
rubidium
89a4ee256e
(svn r10347) -Fix [FS#948]: industries with a very low production could never recover when using smooth economy.
...
-Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy.
-Fix: in smooth economy the "do not increase production" flag of industries was ignored.
2007-06-26 21:11:17 +00:00
rubidium
667e8eaaf8
(svn r10347) -Fix [FS#948]: industries with a very low production could never recover when using smooth economy.
...
-Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy.
-Fix: in smooth economy the "do not increase production" flag of industries was ignored.
2007-06-26 21:11:17 +00:00
matthijs
875a376039
(svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138).
2007-06-26 20:23:09 +00:00
matthijs
02c54475fa
(svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138).
2007-06-26 20:23:09 +00:00
matthijs
25f7e8c8a0
(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
...
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
2007-06-26 20:15:33 +00:00
matthijs
a0a9a7f3cd
(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
...
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
2007-06-26 20:15:33 +00:00
peter1138
f8a5b61f4e
(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous.
2007-06-26 20:03:17 +00:00
peter1138
a6da8c9519
(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous.
2007-06-26 20:03:17 +00:00
belugas
3a46ed0dd4
(svn r10343) -Cleanup: Add documentation of functions and code-style fix.
...
Thanks of 45 degree patch for bringing it up
2007-06-26 16:58:40 +00:00
belugas
15d4a27c89
(svn r10343) -Cleanup: Add documentation of functions and code-style fix.
...
Thanks of 45 degree patch for bringing it up
2007-06-26 16:58:40 +00:00
miham
8cccd49bda
(svn r10342) -Update: WebTranslator2 update to 2007-06-26 18:48:16
...
american - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 17 fixed by tucalipe (17)
catalan - 15 fixed, 10 changed by arnaullv (25)
dutch - 9 fixed by Zr40 (9)
estonian - 1 fixed by kristjans (1)
french - 17 fixed by glx (17)
german - 29 fixed by moewe2 (29)
hungarian - 17 fixed by miham (17)
italian - 17 fixed, 1 changed by lorenzodv (17), bluesboy84 (1)
japanese - 19 fixed by ickoonite (19)
korean - 19 fixed by darkttd (19)
norwegian_bokmal - 58 fixed by oletk (58)
polish - 113 fixed, 32 changed by meush (145)
romanian - 18 fixed by kneekoo (18)
russian - 15 fixed by Smoky555 (15)
slovak - 86 fixed by lengyel (86)
spanish - 113 fixed by eusebio (113)
swedish - 30 fixed by giddorah (30)
traditional_chinese - 16 fixed by xbddc (16)
turkish - 21 fixed by jnmbk (21)
ukrainian - 15 fixed by znikoz (10), fevral13 (4), mad (1)
2007-06-26 16:50:00 +00:00
miham
6efd909fc9
(svn r10342) -Update: WebTranslator2 update to 2007-06-26 18:48:16
...
american - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 17 fixed by tucalipe (17)
catalan - 15 fixed, 10 changed by arnaullv (25)
dutch - 9 fixed by Zr40 (9)
estonian - 1 fixed by kristjans (1)
french - 17 fixed by glx (17)
german - 29 fixed by moewe2 (29)
hungarian - 17 fixed by miham (17)
italian - 17 fixed, 1 changed by lorenzodv (17), bluesboy84 (1)
japanese - 19 fixed by ickoonite (19)
korean - 19 fixed by darkttd (19)
norwegian_bokmal - 58 fixed by oletk (58)
polish - 113 fixed, 32 changed by meush (145)
romanian - 18 fixed by kneekoo (18)
russian - 15 fixed by Smoky555 (15)
slovak - 86 fixed by lengyel (86)
spanish - 113 fixed by eusebio (113)
swedish - 30 fixed by giddorah (30)
traditional_chinese - 16 fixed by xbddc (16)
turkish - 21 fixed by jnmbk (21)
ukrainian - 15 fixed by znikoz (10), fevral13 (4), mad (1)
2007-06-26 16:50:00 +00:00
maedhros
cc63a1659f
(svn r10341) -Fix (r10236): Only update the timetable when leaving stations if this is a scheduled stop.
2007-06-26 14:43:41 +00:00
maedhros
821d10f44c
(svn r10341) -Fix (r10236): Only update the timetable when leaving stations if this is a scheduled stop.
2007-06-26 14:43:41 +00:00
truelight
65455f5e07
(svn r10340) -Fix: make sure no industry production can ever hit < 32 with smooth_economy
2007-06-26 13:46:56 +00:00
truelight
90fa779a24
(svn r10340) -Fix: make sure no industry production can ever hit < 32 with smooth_economy
2007-06-26 13:46:56 +00:00
truelight
a1d3c96040
(svn r10339) -Fix r10311: if you fix your own name, at least also update your description ;)
2007-06-26 13:36:00 +00:00
truelight
189fa7cca5
(svn r10339) -Fix r10311: if you fix your own name, at least also update your description ;)
2007-06-26 13:36:00 +00:00
maedhros
7748309778
(svn r10338) -Codechange: Show the total time that the timetable will take.
2007-06-26 11:01:06 +00:00
maedhros
6fe1113382
(svn r10338) -Codechange: Show the total time that the timetable will take.
2007-06-26 11:01:06 +00:00
peter1138
b60434eb0d
(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists.
2007-06-26 08:11:11 +00:00
peter1138
8b314ffd1f
(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists.
2007-06-26 08:11:11 +00:00
peter1138
d5d902490a
(svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases incorrectly stopped signal updates
2007-06-26 06:57:14 +00:00
peter1138
dc78cf178c
(svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases incorrectly stopped signal updates
2007-06-26 06:57:14 +00:00
maedhros
9fce70ac21
(svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable.
2007-06-25 23:14:13 +00:00
maedhros
fb284a9264
(svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable.
2007-06-25 23:14:13 +00:00
peter1138
2d6f6c9dfa
(svn r10334) -Fix [FS#937]: with smooth scrolling enabled, the viewport destination was not clamped to the map
2007-06-25 21:50:36 +00:00
peter1138
217765fc0b
(svn r10334) -Fix [FS#937]: with smooth scrolling enabled, the viewport destination was not clamped to the map
2007-06-25 21:50:36 +00:00
rubidium
338b848a29
(svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart.
2007-06-25 21:36:16 +00:00
rubidium
36945fd628
(svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart.
2007-06-25 21:36:16 +00:00
rubidium
0dd445a827
(svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations.
2007-06-25 21:15:17 +00:00
rubidium
3c3c02d0fb
(svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations.
2007-06-25 21:15:17 +00:00
maedhros
c65c8f1cc9
(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
...
the times from the first (or subsequent) run-throughs.
2007-06-25 20:55:43 +00:00
maedhros
4af9ca5335
(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
...
the times from the first (or subsequent) run-throughs.
2007-06-25 20:55:43 +00:00