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 5684
(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 5683
(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 5682
(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 5681
(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

Mon, 15 Jan 2007 00:09:25 +0000(svn r8140) -Fix [FS#54]: Combat helicopter flies past factory before it shoots. Chopper comes from the north-east, so it looks in +15 direction (forward), not -15 direction. Probably bad copy-paste from airplane-destroys-oil-refinery disaster.
Darkvater [Mon, 15 Jan 2007 00:09:25 +0000] rev 5680
(svn r8140) -Fix [FS#54]: Combat helicopter flies past factory before it shoots. Chopper comes from the north-east, so it looks in +15 direction (forward), not -15 direction. Probably bad copy-paste from airplane-destroys-oil-refinery disaster.

Sun, 14 Jan 2007 23:43:59 +0000(svn r8139) -Cleanup: simplify auto_ptr initialization (Tron)
KUDr [Sun, 14 Jan 2007 23:43:59 +0000] rev 5679
(svn r8139) -Cleanup: simplify auto_ptr initialization (Tron)

Sun, 14 Jan 2007 23:36:25 +0000(svn r8138) -Cleanup: comment style corrections
KUDr [Sun, 14 Jan 2007 23:36:25 +0000] rev 5678
(svn r8138) -Cleanup: comment style corrections

Sun, 14 Jan 2007 23:09:25 +0000(svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment.
rubidium [Sun, 14 Jan 2007 23:09:25 +0000] rev 5677
(svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment.

Sun, 14 Jan 2007 23:02:12 +0000(svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods.
KUDr [Sun, 14 Jan 2007 23:02:12 +0000] rev 5676
(svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods.

Sun, 14 Jan 2007 22:43:19 +0000(svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when removing duplicates as the PEBKAC effect can result in the user adding the same grf's in the config file.
Darkvater [Sun, 14 Jan 2007 22:43:19 +0000] rev 5675
(svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when removing duplicates as the PEBKAC effect can result in the user adding the same grf's in the config file.