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)
Darkvater [Tue, 05 Dec 2006 22:31:10 +0000] rev 5253
(svn r7383) -Codechange: fix up typo in news-gui s/MoveToNexItem/MoveToNextItem/.
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.
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)
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)
matthijs [Tue, 05 Dec 2006 16:41:13 +0000] rev 5249
(svn r7374) - CodeChange: Replace call to GetVehiclePoolSize() by GetMaxVehicleIndex().
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.
matthijs [Tue, 05 Dec 2006 13:58:20 +0000] rev 5247
(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
Darkvater [Tue, 05 Dec 2006 12:17:31 +0000] rev 5246
(svn r7370) -Cleanup: Use NewsID instead of byte for news identifiers, and some minor other things
Darkvater [Tue, 05 Dec 2006 11:59:28 +0000] rev 5245
(svn r7369) -Cleanup: Some coding style, usage of increaseIndex and decreaseIndex to loop through the
fifo-array-buffer, typo's.