miham [Fri, 01 Apr 2005 20:03:48 +0000] rev 1612
(svn r2116) [Translations] Updated translations
tron [Fri, 01 Apr 2005 10:43:20 +0000] rev 1611
(svn r2115) Spring cleaning, no functional changes
truelight [Thu, 31 Mar 2005 17:31:26 +0000] rev 1610
(svn r2114) -Fix: fix menu with signlist in SE
truelight [Thu, 31 Mar 2005 12:39:18 +0000] rev 1609
(svn r2113) -Fix: first check if a vehicle is a train, before accessing u.rail
tron [Wed, 30 Mar 2005 19:52:26 +0000] rev 1608
(svn r2112) -Fix: ExtMidi no longer halts the game while starting a song
-Fix: Redirect stdin/stdout/stderr of the ExtMidi process to /dev/null, to prevent it from writing to the terminal
While here give the ExtMidi functions canonical names
pasky [Wed, 30 Mar 2005 12:30:24 +0000] rev 1607
(svn r2111) So, result is bool therefore no need for this horrible == 0 thing.
pasky [Wed, 30 Mar 2005 12:27:50 +0000] rev 1606
(svn r2110) - Fix: Fixed test for various flags (e.g. newtrains in usset). result is bool so !! any non-zero values before assigning them to it - they apparently didn't fit. ;-)
truelight [Wed, 30 Mar 2005 09:25:20 +0000] rev 1605
(svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(tile, tile, 0)
truelight [Wed, 30 Mar 2005 08:50:34 +0000] rev 1604
(svn r2108) -Fix: the server now also unpause when a client desyncs or something
pasky [Tue, 29 Mar 2005 21:42:51 +0000] rev 1603
(svn r2107) - Codechange: Cleanup (well, mostly tidyup) ExtChangeIndustryProduction(). These randoms are strange.