rubidium [Tue, 26 Dec 2006 11:47:31 +0000] rev 5563
(svn r7560) -Fix (r2300): p2 is not a PlayerID when creating a new company, but the ClientID (index in _network_client_info). Therefore it was not possible to create a new company if 8 or more clients were connected. Thanks to FlashFF for noticing this bug.
rubidium [Tue, 26 Dec 2006 00:33:07 +0000] rev 5562
(svn r7559) -Fix (FS#456): clicking the 'Full Load' button when the 'current' order is selected in the Order GUI and one has instructed the train to go to the depot, via the button in the Train View GUI, changed the depot order by switching from 'service at depot' to 'stop at depot' and vice versa.
rubidium [Mon, 25 Dec 2006 16:14:36 +0000] rev 5561
(svn r7558) -Fix (FS#464): do not wait till a crashed vehicle is removed before starting to load other vehicles.
bjarni [Mon, 25 Dec 2006 09:50:56 +0000] rev 5560
(svn r7557) -Fix: [OSX] FS#463 libfontconfig not present on OSX by default
By adding CUSTOM_FONTCONFIG flag to the Makefile (not Makefile.config) to overwrite default locations of this library
This allows static linking
belugas [Mon, 25 Dec 2006 01:40:33 +0000] rev 5559
(svn r7556) -Fix(r7153): By handling the KeyEvent sooner in the events loops, the console command "screenshot no_con" did not had time to actually repaint the screen without the console before the screenshot. Forcing a redraw before it ensure that the feature acts as required. (to be ported to 0.5.0)
(thanks glx)
rubidium [Sun, 24 Dec 2006 22:10:09 +0000] rev 5558
(svn r7555) -Fix (r5479): off-by-one error due do truncation on division by 2. Thanks to Ben_Robbins_ for providing the test case.
peter1138 [Sun, 24 Dec 2006 19:20:28 +0000] rev 5557
(svn r7554) -Fix (r7496): In Action 0xE, don't deactivate the current GRF (to be ported to 0.5)
miham [Sat, 23 Dec 2006 13:08:32 +0000] rev 5556
(svn r7553) WebTranslator2 update to 2006-12-23 14:07:59
american - 3 fixed by WhiteRabbit (3)
hungarian - 4 fixed by miham (4)
miham [Sat, 23 Dec 2006 10:42:48 +0000] rev 5555
(svn r7552) WebTranslator2 update to 2006-12-23 11:41:58
american - 1 fixed by WhiteRabbit (1)
bulgarian - 1 changed by kokobongo (1)
catalan - 2 fixed, 3 changed by arnaullv (5)
dutch - 3 fixed by habell (3)
french - 2 fixed by glx (2)
german - 2 fixed by Neonox (2)
italian - 3 fixed by sidew (3)
portuguese - 2 fixed by izhirahider (2)
russian - 2 fixed by Smoky555 (2)
slovak - 1 fixed by lengyel (1)
turkish - 3 fixed by jnmbk (3)
rubidium [Sat, 23 Dec 2006 09:06:37 +0000] rev 5554
(svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a network game.