truelight [Fri, 13 Jul 2007 15:02:22 +0000] rev 7744
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen
truelight [Fri, 13 Jul 2007 15:01:16 +0000] rev 7743
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
truelight [Fri, 13 Jul 2007 14:51:55 +0000] rev 7742
(svn r10546) -Fix [FS#1026]: you can now have both Available Train as Available Ship window open
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
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.
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)
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)
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.
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.
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.