Fri, 31 Mar 2006 10:47:06 +0000(svn r4200) -Codechange: Make use of water map accessors when getting the Index of a Ship Depot. TODO: Store the depot index in the map
celestar [Fri, 31 Mar 2006 10:47:06 +0000] rev 3392
(svn r4200) -Codechange: Make use of water map accessors when getting the Index of a Ship Depot. TODO: Store the depot index in the map

Fri, 31 Mar 2006 10:44:32 +0000(svn r4199) - Codechange: Use industry map accessors to get industry graphics type.
peter1138 [Fri, 31 Mar 2006 10:44:32 +0000] rev 3391
(svn r4199) - Codechange: Use industry map accessors to get industry graphics type.

Fri, 31 Mar 2006 10:14:25 +0000(svn r4198) - NewGRF: Rename GetCallBackResult() to GetVehicleCallback(), as other types will exist later, and use separate parameters instead of bitshifting.
peter1138 [Fri, 31 Mar 2006 10:14:25 +0000] rev 3390
(svn r4198) - NewGRF: Rename GetCallBackResult() to GetVehicleCallback(), as other types will exist later, and use separate parameters instead of bitshifting.

Fri, 31 Mar 2006 10:04:18 +0000(svn r4197) reentered STATIC_ZLIB_PATH (removed in 4183) since it turned out that it's used after all
bjarni [Fri, 31 Mar 2006 10:04:18 +0000] rev 3389
(svn r4197) reentered STATIC_ZLIB_PATH (removed in 4183) since it turned out that it's used after all

Fri, 31 Mar 2006 09:09:26 +0000(svn r4196) -Codechange: Add and make use of an accessor that modifies the size of the Company HQ
celestar [Fri, 31 Mar 2006 09:09:26 +0000] rev 3388
(svn r4196) -Codechange: Add and make use of an accessor that modifies the size of the Company HQ

Fri, 31 Mar 2006 09:08:02 +0000(svn r4195) - Codechange: Initialize order variables to avoid a compiler warning. These are unused anyway... (smells of r3476-7, but not the same)
peter1138 [Fri, 31 Mar 2006 09:08:02 +0000] rev 3387
(svn r4195) - Codechange: Initialize order variables to avoid a compiler warning. These are unused anyway... (smells of r3476-7, but not the same)

Fri, 31 Mar 2006 08:59:19 +0000(svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy.
celestar [Fri, 31 Mar 2006 08:59:19 +0000] rev 3386
(svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because the rest of the code calls it Comapany HQ. Moved it to unmovable_cmd.c because CompanyHQ is an unmovable and has nothing to do with economy.

Fri, 31 Mar 2006 08:44:53 +0000(svn r4193) -Codechange: Add and make use of an accessor function to create company HQs
celestar [Fri, 31 Mar 2006 08:44:53 +0000] rev 3385
(svn r4193) -Codechange: Add and make use of an accessor function to create company HQs

Fri, 31 Mar 2006 08:39:10 +0000(svn r4192) - Fix: In the depot, moving wagons from the end of a very long train to a short train where the short train was scrolled off the window would cause a game crash. (Thanks to SimonRC for reporting.)
peter1138 [Fri, 31 Mar 2006 08:39:10 +0000] rev 3384
(svn r4192) - Fix: In the depot, moving wagons from the end of a very long train to a short train where the short train was scrolled off the window would cause a game crash. (Thanks to SimonRC for reporting.)

Fri, 31 Mar 2006 08:35:05 +0000(svn r4191) - Codechange: Properly set newlines and id for os_timer.c
Darkvater [Fri, 31 Mar 2006 08:35:05 +0000] rev 3383
(svn r4191) - Codechange: Properly set newlines and id for os_timer.c