Tue, 16 Jan 2007 11:13:00 +0000(svn r8153) -Codechange: Change UpdateStationAcceptance() and ShowRejectOrAcceptNews() to work with cargo IDs instead of cargo names, and explicitly list the different strings to use.
peter1138 [Tue, 16 Jan 2007 11:13:00 +0000] rev 5941
(svn r8153) -Codechange: Change UpdateStationAcceptance() and ShowRejectOrAcceptNews() to work with cargo IDs instead of cargo names, and explicitly list the different strings to use.

Tue, 16 Jan 2007 08:10:29 +0000(svn r8152) Fix a off-by-one error in the placement of the sticky box of the road build toolbar in the scenario editor
tron [Tue, 16 Jan 2007 08:10:29 +0000] rev 5940
(svn r8152) Fix a off-by-one error in the placement of the sticky box of the road build toolbar in the scenario editor

Mon, 15 Jan 2007 22:18:35 +0000(svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately.
maedhros [Mon, 15 Jan 2007 22:18:35 +0000] rev 5939
(svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately.

Mon, 15 Jan 2007 18:28:27 +0000(svn r8148) WebTranslator2 update to 2007-01-15 19:25:31
miham [Mon, 15 Jan 2007 18:28:27 +0000] rev 5938
(svn r8148) WebTranslator2 update to 2007-01-15 19:25:31
brazilian_portuguese - 4 fixed by fukumori (4)
bulgarian - 1 fixed, 48 changed by groupsky (49)
croatian - 163 fixed, 60 changed by Ydobon (223)
danish - 23 changed by MiR (23)
esperanto - 2 changed by LaPingvino (2)
italian - 4 fixed by sidew (4)
japanese - 5 fixed by ickoonite (5)
norwegian_bokmal - 4 fixed by brygge_2 (4)
norwegian_nynorsk - 830 changed by khaavik (822), Eikje3 (8)
portuguese - 4 fixed by izhirahider (4)
slovenian - 4 fixed, 64 changed by Necrolyte (68)

Mon, 15 Jan 2007 17:32:42 +0000(svn r8147) -Fix: [autoreplace] v->leave_depot_instantly was not always reset correctly
bjarni [Mon, 15 Jan 2007 17:32:42 +0000] rev 5937
(svn r8147) -Fix: [autoreplace] v->leave_depot_instantly was not always reset correctly
While it's not certain if this would have any serious sideeffects (or any at all), it's reset when intended now

Mon, 15 Jan 2007 17:32:01 +0000(svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc
celestar [Mon, 15 Jan 2007 17:32:01 +0000] rev 5936
(svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc

Mon, 15 Jan 2007 16:31:46 +0000(svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate.
belugas [Mon, 15 Jan 2007 16:31:46 +0000] rev 5935
(svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate.

Mon, 15 Jan 2007 14:42:24 +0000(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing)
celestar [Mon, 15 Jan 2007 14:42:24 +0000] rev 5934
(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing)

Mon, 15 Jan 2007 07:38:36 +0000(svn r8143) Remove the landscaping button from the build toolbars.
tron [Mon, 15 Jan 2007 07:38:36 +0000] rev 5933
(svn r8143) Remove the landscaping button from the build toolbars.
The landscaping toolbar can be reached at least as easy directly from the main toolbar.
Further two of the four toolbars uses 'l' as keyboard shortcut for this button, which plain does not work (The letter has to be uppercase).
This was covered by the fact there is a global shortcut 'L' to open the landscaping toolbar, so the individual checks in the four build toolbars were redundant anyway.

Mon, 15 Jan 2007 00:58:18 +0000(svn r8141) -Fix r8128: [OSX] now OSX can compile again.
bjarni [Mon, 15 Jan 2007 00:58:18 +0000] rev 5932
(svn r8141) -Fix r8128: [OSX] now OSX can compile again.
Note: this is again another not so nice workaround as Objective C fails to include C++ code in the headers
We should move to Objective C++ as soon as possible, but such a change is not done overnight and
this quick fix will allow OSX to compile until the prober solution is done