Tue, 05 Dec 2006 23:32:15 +0000(svn r7387) -Fix: czech lang file compilation error
KUDr [Tue, 05 Dec 2006 23:32:15 +0000] rev 5257
(svn r7387) -Fix: czech lang file compilation error

Tue, 05 Dec 2006 22:59:42 +0000(svn r7386) -Codechange r7385: moved deletion of the vehicle highlight from DeleteVehicle to the sell commands as they are not called as often
bjarni [Tue, 05 Dec 2006 22:59:42 +0000] rev 5256
(svn r7386) -Codechange r7385: moved deletion of the vehicle highlight from DeleteVehicle to the sell commands as they are not called as often
Also added a return to the window loop prevent looking at the rest of the windows once the right depot window is found

Tue, 05 Dec 2006 22:40:42 +0000(svn r7385) -Fix: FS#418 Deleting Train in depot with autoreplace failes
bjarni [Tue, 05 Dec 2006 22:40:42 +0000] rev 5255
(svn r7385) -Fix: FS#418 Deleting Train in depot with autoreplace failes
This turned out to be due to continue to drag the old vehicle, that autoreplace sold
This could also be triggered if more than one player used the same company
Now deleting a vehicle will remove all depot highlights of that vehicle

Tue, 05 Dec 2006 22:35:25 +0000(svn r7384) -Fix: No vehicle was removed in DeleteVehicleNews when the fifo-array was full. Update the
Darkvater [Tue, 05 Dec 2006 22:35:25 +0000] rev 5254
(svn r7384) -Fix: No vehicle was removed in DeleteVehicleNews when the fifo-array was full. Update the
bound conditions of the loop, add an assert and also update _current_news when needed. (r3757)

Tue, 05 Dec 2006 22:31:10 +0000(svn r7383) -Codechange: fix up typo in news-gui s/MoveToNexItem/MoveToNextItem/.
Darkvater [Tue, 05 Dec 2006 22:31:10 +0000] rev 5253
(svn r7383) -Codechange: fix up typo in news-gui s/MoveToNexItem/MoveToNextItem/.

Tue, 05 Dec 2006 20:22:14 +0000(svn r7378) -Fix (r2428): Don't update vehicle images when turning a train around.
peter1138 [Tue, 05 Dec 2006 20:22:14 +0000] rev 5252
(svn r7378) -Fix (r2428): Don't update vehicle images when turning a train around.
During this procedure the train is split into parts which can result in
incorrect images being used.

Tue, 05 Dec 2006 17:53:33 +0000(svn r7377) -Fix (r7326): With gradual loading, make sure cargo is only paid for once, and always notify the station the vehicle was present. (Maedhros)
peter1138 [Tue, 05 Dec 2006 17:53:33 +0000] rev 5251
(svn r7377) -Fix (r7326): With gradual loading, make sure cargo is only paid for once, and always notify the station the vehicle was present. (Maedhros)

Tue, 05 Dec 2006 17:09:57 +0000(svn r7375) WebTranslator2 update to 2006-12-05 18:07:02
miham [Tue, 05 Dec 2006 17:09:57 +0000] rev 5250
(svn r7375) WebTranslator2 update to 2006-12-05 18:07:02
american - 22 fixed, 2 changed by WhiteRabbit (24)
brazilian_portuguese - 23 fixed by tucalipe (23)
bulgarian - 22 fixed, 2 changed by groupsky (24)
catalan - 23 fixed, 31 changed by arnaullv (54)
croatian - 203 fixed, 2 deleted, 27 changed by knovak (232)
danish - 9 fixed, 26 changed by ThomasA (35)
french - 23 fixed, 10 changed by glx (33)
hungarian - 23 fixed, 1 changed by miham (24)
italian - 23 fixed by sidew (23)
slovak - 8 fixed by lengyel (8)

Tue, 05 Dec 2006 16:41:13 +0000(svn r7374) - CodeChange: Replace call to GetVehiclePoolSize() by GetMaxVehicleIndex().
matthijs [Tue, 05 Dec 2006 16:41:13 +0000] rev 5249
(svn r7374) - CodeChange: Replace call to GetVehiclePoolSize() by GetMaxVehicleIndex().

Tue, 05 Dec 2006 14:18:58 +0000(svn r7373) -Codechange: when removing a GRF from the list, make the next one selected, or the previous file if the last item is being removed. This makes clearing the list easier.
peter1138 [Tue, 05 Dec 2006 14:18:58 +0000] rev 5248
(svn r7373) -Codechange: when removing a GRF from the list, make the next one selected, or the previous file if the last item is being removed. This makes clearing the list easier.