Fri, 13 Jul 2007 13:03:20 +0000(svn r10542) -Codechange: use class member instead of global variable for null ticks value
peter1138 [Fri, 13 Jul 2007 13:03:20 +0000] rev 7741
(svn r10542) -Codechange: use class member instead of global variable for null ticks value

Fri, 13 Jul 2007 12:08:37 +0000(svn r10541) -Fix [FS#1028]: cargo payment rates overflow.
rubidium [Fri, 13 Jul 2007 12:08:37 +0000] rev 7740
(svn r10541) -Fix [FS#1028]: cargo payment rates overflow.
-Fix: cargo payment rates diverge from cost rates making it impossible to make any profit after a certain number of years.
Both are solved by stopping the inflation after 170 years; there is absolutely no point in continueing the inflation after that as it only makes the game have overflows at some point that cannot be solved; using larger variables only delays the inevitable.

Fri, 13 Jul 2007 10:46:07 +0000(svn r10537) -Backport r10536: added option for null-driver to configure how long it should run (-vnull:ticks=10000)
truelight [Fri, 13 Jul 2007 10:46:07 +0000] rev 7739
(svn r10537) -Backport r10536: added option for null-driver to configure how long it should run (-vnull:ticks=10000)

Thu, 12 Jul 2007 17:08:56 +0000(svn r10532) -Update: WebTranslator2 update to 2007-07-12 19:08:41
miham [Thu, 12 Jul 2007 17:08:56 +0000] rev 7738
(svn r10532) -Update: WebTranslator2 update to 2007-07-12 19:08:41
catalan - 3 changed by arnaullv (3)
portuguese - 1 changed by izhirahider (1)
russian - 6 fixed by Smoky555 (6)
ukrainian - 6 fixed by fevral13 (6)

Thu, 12 Jul 2007 13:40:24 +0000(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.
rubidium [Thu, 12 Jul 2007 13:40:24 +0000] rev 7737
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.

Thu, 12 Jul 2007 13:25:06 +0000(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries.
rubidium [Thu, 12 Jul 2007 13:25:06 +0000] rev 7736
(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries.

Thu, 12 Jul 2007 09:15:57 +0000(svn r10520) -Fix: when a "can I build this industry tile here" callback did not fail, it doesn't automatically mean that the industry tile can be built there.
rubidium [Thu, 12 Jul 2007 09:15:57 +0000] rev 7735
(svn r10520) -Fix: when a "can I build this industry tile here" callback did not fail, it doesn't automatically mean that the industry tile can be built there.

Thu, 12 Jul 2007 08:10:40 +0000(svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map.
rubidium [Thu, 12 Jul 2007 08:10:40 +0000] rev 7734
(svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map.

Thu, 12 Jul 2007 07:57:08 +0000(svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful.
rubidium [Thu, 12 Jul 2007 07:57:08 +0000] rev 7733
(svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful.

Thu, 12 Jul 2007 07:55:35 +0000(svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land.
rubidium [Thu, 12 Jul 2007 07:55:35 +0000] rev 7732
(svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land.