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

Fri, 31 Mar 2006 08:18:14 +0000(svn r4190) -Codechange: Add and make use of an accessor function to create houses
celestar [Fri, 31 Mar 2006 08:18:14 +0000] rev 3382
(svn r4190) -Codechange: Add and make use of an accessor function to create houses

Fri, 31 Mar 2006 06:16:04 +0000(svn r4187) Simplify the code for building/removing a piece of road a bit
tron [Fri, 31 Mar 2006 06:16:04 +0000] rev 3381
(svn r4187) Simplify the code for building/removing a piece of road a bit

Thu, 30 Mar 2006 20:14:06 +0000(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
bjarni [Thu, 30 Mar 2006 20:14:06 +0000] rev 3380
(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
This should hopefully fix the issue where WITH_SDL can be defined while SDL-CONFIG is not
Added an error if WITH_SDL is defined but SDL-CONFIG is not. The same goes for WITH_PNG even though nobody reported this as a problem
removed STATIC_ZLIB_PATH as it turns out that nobody used it