rubidium [Fri, 02 Feb 2007 14:32:23 +0000] rev 6158
(svn r8533) -Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar.
tron [Fri, 02 Feb 2007 08:23:48 +0000] rev 6157
(svn r8531) -Fix
Remove unnecessary pointer mumbo-jumbo from FindRoadStopSpot()
celestar [Fri, 02 Feb 2007 07:48:06 +0000] rev 6156
(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
miham [Fri, 02 Feb 2007 06:42:55 +0000] rev 6155
(svn r8527) -Update: WebTranslator2 update to 2007-02-02 07:41:47
brazilian_portuguese - 6 fixed, 363 changed by fukumori (369)
bulgarian - 6 fixed by groupsky (6)
catalan - 6 fixed by arnaullv (6)
croatian - 54 fixed, 3 changed by tperic (57)
czech - 6 fixed by Hadez (6)
danish - 2 fixed, 1 changed by MiR (3)
dutch - 2 fixed by habell (2)
estonian - 6 fixed by kristjans (6)
french - 4 fixed by glx (4)
german - 6 fixed, 2 changed by Neonox (8)
hungarian - 2 fixed by miham (2)
italian - 6 fixed, 4 changed by lorenzodv (6), sidew (4)
japanese - 6 fixed by ickoonite (6)
polish - 4 fixed by meush (4)
simplified_chinese - 6 fixed by Fishingsnow (6)
slovenian - 39 fixed, 1 deleted, 2 changed by Necrolyte (42)
turkish - 6 fixed by jnmbk (6)
ukrainian - 41 fixed, 1 deleted, 22 changed by znikoz (1), mad (63)
peter1138 [Fri, 02 Feb 2007 02:56:29 +0000] rev 6154
(svn r8526) -Codechange: add stubs for unsupported newgrf station properties
rubidium [Thu, 01 Feb 2007 23:50:15 +0000] rev 6153
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler.
Darkvater [Thu, 01 Feb 2007 23:39:48 +0000] rev 6152
(svn r8524) -Cleanup: Ala r8509 add some enum names to the generate landscape window
rubidium [Thu, 01 Feb 2007 23:26:44 +0000] rev 6151
(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet.
Darkvater [Thu, 01 Feb 2007 22:54:04 +0000] rev 6150
(svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land
rubidium [Thu, 01 Feb 2007 22:30:35 +0000] rev 6149
(svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size.