Sat, 02 Apr 2005 00:17:16 +0000(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)
Darkvater [Sat, 02 Apr 2005 00:17:16 +0000] rev 1614
(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)

Fri, 01 Apr 2005 20:10:20 +0000(svn r2117) [Translations] Introduce lithuanian translation as finished
miham [Fri, 01 Apr 2005 20:10:20 +0000] rev 1613
(svn r2117) [Translations] Introduce lithuanian translation as finished

Fri, 01 Apr 2005 20:03:48 +0000(svn r2116) [Translations] Updated translations
miham [Fri, 01 Apr 2005 20:03:48 +0000] rev 1612
(svn r2116) [Translations] Updated translations

Fri, 01 Apr 2005 10:43:20 +0000(svn r2115) Spring cleaning, no functional changes
tron [Fri, 01 Apr 2005 10:43:20 +0000] rev 1611
(svn r2115) Spring cleaning, no functional changes

Thu, 31 Mar 2005 17:31:26 +0000(svn r2114) -Fix: fix menu with signlist in SE
truelight [Thu, 31 Mar 2005 17:31:26 +0000] rev 1610
(svn r2114) -Fix: fix menu with signlist in SE

Thu, 31 Mar 2005 12:39:18 +0000(svn r2113) -Fix: first check if a vehicle is a train, before accessing u.rail
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

Wed, 30 Mar 2005 19:52:26 +0000(svn r2112) -Fix: ExtMidi no longer halts the game while starting a song
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

Wed, 30 Mar 2005 12:30:24 +0000(svn r2111) So, result is bool therefore no need for this horrible == 0 thing.
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.

Wed, 30 Mar 2005 12:27:50 +0000(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. ;-)
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. ;-)

Wed, 30 Mar 2005 09:25:20 +0000(svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(tile, tile, 0)
truelight [Wed, 30 Mar 2005 09:25:20 +0000] rev 1605
(svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(tile, tile, 0)