rubidium [Mon, 08 Oct 2007 20:42:33 +0000] rev 8193
(svn r11231) -Fix [FS#1311] (r11128): Someone misplaced a "static". This results in wrong bounding boxes for tunnels in X direction. Patch by frosch.
rubidium [Mon, 08 Oct 2007 20:16:25 +0000] rev 8192
(svn r11230) -Fix [FS#1228]: one could construct trains out of crashed wagons and engines. Based on a patch by SmatZ.
rubidium [Mon, 08 Oct 2007 20:06:37 +0000] rev 8191
(svn r11229) -Fix [FS#1307]: one could sell vehicles that were crashed in a depot, which would still yield money.
rubidium [Mon, 08 Oct 2007 19:56:21 +0000] rev 8190
(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.
miham [Mon, 08 Oct 2007 18:45:33 +0000] rev 8189
(svn r11227) -Update: WebTranslator2 update to 2007-10-08 20:45:04
afrikaans - 3 fixed, 236 changed by TrueTenacity (239)
croatian - 5 fixed by knovak (5)
italian - 1 changed by lorenzodv (1)
slovak - 2 fixed by lengyel (2)
spanish - 2 fixed by eusebio (2)
miham [Sun, 07 Oct 2007 17:59:46 +0000] rev 8188
(svn r11226) -Update: WebTranslator2 update to 2007-10-07 19:56:41
afrikaans - 48 fixed, 160 changed by TrueTenacity (208)
american - 5 fixed by WhiteRabbit (5)
brazilian_portuguese - 5 fixed by tucalipe (5)
bulgarian - 1 fixed by thetitan (1)
catalan - 5 fixed by arnaullv (5)
czech - 3 fixed, 1 changed by Hadez (4)
dutch - 3 fixed by habell (3)
estonian - 3 fixed, 23 changed by kristjans (26)
french - 5 fixed by glx (5)
hungarian - 4 fixed by miham (4)
italian - 5 fixed by lorenzodv (5)
slovak - 3 fixed by lengyel (3)
slovenian - 5 fixed by Necrolyte (5)
spanish - 3 fixed by eusebio (3)
swedish - 6 fixed, 12 changed by ChrillDeVille (18)
ukrainian - 3 fixed by mad (3)
rubidium [Sun, 07 Oct 2007 15:26:20 +0000] rev 8187
(svn r11225) -Fix: if a sprite shares the bounding box of another sprite, the offset is unsigned instead of signed.
rubidium [Sun, 07 Oct 2007 08:48:31 +0000] rev 8186
(svn r11224) -Fix: GRM for cargos has registration entries for both cargo IDs and cargo bitmasks, not only cargo IDs.
belugas [Sun, 07 Oct 2007 01:37:06 +0000] rev 8185
(svn r11223) -Fix[FS#1306]: Rename and refactor adequately a function that actually returns void and set bits (smatz).
truelight [Sat, 06 Oct 2007 22:08:04 +0000] rev 8184
(svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)