miham [Wed, 27 Dec 2006 13:24:36 +0000] rev 5574
(svn r7574) WebTranslator2 update to 2006-12-27 14:23:53
bulgarian - 7 fixed, 55 changed by kokobongo (62)
catalan - 2 changed by arnaullv (2)
estonian - 26 fixed by kristjans (26)
lithuanian - 10 fixed by Plyta (10)
norwegian - 53 fixed by oletk (53)
slovak - 2 fixed by lengyel (2)
turkish - 3 fixed by jnmbk (3)
ukrainian - 28 fixed by znikoz (28)
celestar [Wed, 27 Dec 2006 12:38:02 +0000] rev 5573
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
Darkvater [Wed, 27 Dec 2006 12:22:25 +0000] rev 5572
(svn r7571) -Fix (r7565): Older GCC versions do not have __VA_ARGS__ support (C99), work around
this (tokai)
rubidium [Tue, 26 Dec 2006 22:04:53 +0000] rev 5571
(svn r7569) -Fix (r7565): cocoa files were (somehow) forgotten.
-Change: messages about failures is cocoa should be debug level 0 and show what went wrong. " failed with message X" isn't really descriptive.
-Change: remove unneeded level 1 debug messages for entering some cocoa functions.
Darkvater [Tue, 26 Dec 2006 21:48:15 +0000] rev 5570
(svn r7568) -Fix [r7564]: buf+4 is the same as &buf[4], not buf[4] for a char*.
rubidium [Tue, 26 Dec 2006 18:27:40 +0000] rev 5569
(svn r7566) -Fix: only send commands to the new client from the map, that is going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client.
Darkvater [Tue, 26 Dec 2006 17:36:18 +0000] rev 5568
(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
use in debug.h. grfmsg() is now used as a specific debug-function for grf.
Darkvater [Tue, 26 Dec 2006 17:22:47 +0000] rev 5567
(svn r7564) -Codechange: Some newgrf changes. FFIR/EVAW endian-swapping, functionalize
check_length, don't print copyright message for grfinfo (it is shown in newgrf
window), have action 0x0B print out the messages with severity 0.
rubidium [Tue, 26 Dec 2006 15:28:11 +0000] rev 5566
(svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window.
Darkvater [Tue, 26 Dec 2006 13:30:48 +0000] rev 5565
(svn r7562) -Fix (r7060, 5874): It seems windows doesn't have the same functionality for CreateWindow when starting a program from the console or from the GUI. Because of this starting OpenTTD from the desktop wouldn't maximize the window, even if the config file said so. So work around this...