Mon, 31 Dec 2007 02:39:50 +0000(svn r11725) -Codechange: less a magical number
belugas [Mon, 31 Dec 2007 02:39:50 +0000] rev 8659
(svn r11725) -Codechange: less a magical number

Sun, 30 Dec 2007 21:35:48 +0000(svn r11724) -Fix: make it impossible (for users) to circumvent the length checking of the NewGRF 'allow wagon attach' callback by moving several wagons at a time.
rubidium [Sun, 30 Dec 2007 21:35:48 +0000] rev 8658
(svn r11724) -Fix: make it impossible (for users) to circumvent the length checking of the NewGRF 'allow wagon attach' callback by moving several wagons at a time.

Sun, 30 Dec 2007 19:32:09 +0000(svn r11723) -Feature: add initial support for Intel C Compiler on linux
skidd13 [Sun, 30 Dec 2007 19:32:09 +0000] rev 8657
(svn r11723) -Feature: add initial support for Intel C Compiler on linux
-Codechange: silence a few warnings of ICC

Sun, 30 Dec 2007 16:34:32 +0000(svn r11722) -Fix (r11703): invalid plural form
glx [Sun, 30 Dec 2007 16:34:32 +0000] rev 8656
(svn r11722) -Fix (r11703): invalid plural form

Sat, 29 Dec 2007 23:49:48 +0000(svn r11721) -Fix: do not disable NewGRFs for 'eternity' during games.
rubidium [Sat, 29 Dec 2007 23:49:48 +0000] rev 8655
(svn r11721) -Fix: do not disable NewGRFs for 'eternity' during games.

Sat, 29 Dec 2007 21:06:54 +0000(svn r11720) -Codechange: [NewGRF] Add support for bit 30 of station tile layouts; forcing a sprite to always be opaque.
peter1138 [Sat, 29 Dec 2007 21:06:54 +0000] rev 8654
(svn r11720) -Codechange: [NewGRF] Add support for bit 30 of station tile layouts; forcing a sprite to always be opaque.

Sat, 29 Dec 2007 09:24:26 +0000(svn r11719) -Codechange: split sound.h in a header with types and one with functions.
rubidium [Sat, 29 Dec 2007 09:24:26 +0000] rev 8653
(svn r11719) -Codechange: split sound.h in a header with types and one with functions.

Sat, 29 Dec 2007 05:15:13 +0000(svn r11718) -Fix [FS#1483]: Show the fullscreen modes available to the cocoa driver in windowed mode too.
egladil [Sat, 29 Dec 2007 05:15:13 +0000] rev 8652
(svn r11718) -Fix [FS#1483]: Show the fullscreen modes available to the cocoa driver in windowed mode too.

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)