Fri, 28 Dec 2007 18:25:30 +0000(svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned by PLAYER_SPECTATOR
smatz [Fri, 28 Dec 2007 18:25:30 +0000] rev 8651
(svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned by PLAYER_SPECTATOR

Fri, 28 Dec 2007 16:21:29 +0000(svn r11716) -Fix [FS#1561]: don't put more than one Random() in function calls because parameter evaluation order is not guaranteed in the c++ standard (can lead to desyncs)
glx [Fri, 28 Dec 2007 16:21:29 +0000] rev 8650
(svn r11716) -Fix [FS#1561]: don't put more than one Random() in function calls because parameter evaluation order is not guaranteed in the c++ standard (can lead to desyncs)

Fri, 28 Dec 2007 15:27:12 +0000(svn r11715) -Fix: do not use GetTrackBits() for depots and waypoints while converting railtype
smatz [Fri, 28 Dec 2007 15:27:12 +0000] rev 8649
(svn r11715) -Fix: do not use GetTrackBits() for depots and waypoints while converting railtype

Fri, 28 Dec 2007 04:20:56 +0000(svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year.
belugas [Fri, 28 Dec 2007 04:20:56 +0000] rev 8648
(svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year.
This will not (yet) be true if you are loading a scenario with the "-g" command line option.

Fri, 28 Dec 2007 03:14:55 +0000(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition
belugas [Fri, 28 Dec 2007 03:14:55 +0000] rev 8647
(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition

Thu, 27 Dec 2007 20:49:44 +0000(svn r11712) -Fix (r9315): Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids.
maedhros [Thu, 27 Dec 2007 20:49:44 +0000] rev 8646
(svn r11712) -Fix (r9315): Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids.

Thu, 27 Dec 2007 17:29:27 +0000(svn r11711) -Codechange: Name the Save Load Dialog Mode enum
belugas [Thu, 27 Dec 2007 17:29:27 +0000] rev 8645
(svn r11711) -Codechange: Name the Save Load Dialog Mode enum

Thu, 27 Dec 2007 15:47:08 +0000(svn r11710) -Feature: [build vehicles windows] added sorting for cost, running costs and speed to road vehicles and ships build windows
bjarni [Thu, 27 Dec 2007 15:47:08 +0000] rev 8644
(svn r11710) -Feature: [build vehicles windows] added sorting for cost, running costs and speed to road vehicles and ships build windows

Thu, 27 Dec 2007 15:05:46 +0000(svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings
bjarni [Thu, 27 Dec 2007 15:05:46 +0000] rev 8643
(svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings
-Change: [OSX] configure will no longer enable static by default
Turns out that Leopard can't handle static builds without the user installing extra libs
The tradeoff is that now people might have to enable static manually if moving the binary around

Thu, 27 Dec 2007 14:45:10 +0000(svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail.
egladil [Thu, 27 Dec 2007 14:45:10 +0000] rev 8642
(svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail.