KUDr [Sat, 23 Jun 2007 09:04:07 +0000] rev 7524
(svn r10292) -Fix: suppress VC 7.1 warning: "\src\texteff.cpp(251) : warning C4258: 'y' : definition from the for loop is ignored; the definition from the enclosing scope is used" which prevents compilation on MSVC 2003
truelight [Sat, 23 Jun 2007 00:33:15 +0000] rev 7523
(svn r10291) -Fix [FS#920]: double click in town-GUI didn't work as expected
truelight [Fri, 22 Jun 2007 23:53:16 +0000] rev 7522
(svn r10290) -Fix: with smooth_economy, when industry production hit 32, it stayed there for ever. Give it some chance to get out of that uber-lowness (although it is a very slim chance, at least it has one)
rubidium [Fri, 22 Jun 2007 23:41:33 +0000] rev 7521
(svn r10289) -Fix [FS#735]: {COMPANY} takes two arguments. As this was not properly accounted for the plural rule used the second argument of {COMPANY} instead of the later {COMMA}.
truelight [Fri, 22 Jun 2007 22:42:18 +0000] rev 7520
(svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based on a patch by kaan)
rubidium [Fri, 22 Jun 2007 22:28:15 +0000] rev 7519
(svn r10287) -Fix (r10266): some surprises from that (almost always) complaining compiler...
truelight [Fri, 22 Jun 2007 22:25:21 +0000] rev 7518
(svn r10286) -Fix r10284: nice typo (tnx glx)
truelight [Fri, 22 Jun 2007 22:14:42 +0000] rev 7517
(svn r10284) -Fix [FS#899]: in the unlucky event 2 clients join at the same time to start a new company while there is only one spot left, all clients became spectator. Now only make either one of the joining clients spectator (much more game-friendly ;))
rubidium [Fri, 22 Jun 2007 21:48:41 +0000] rev 7516
(svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was disabled. Patch by B. N. SmatZ!.
truelight [Fri, 22 Jun 2007 20:07:39 +0000] rev 7515
(svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPU