Mon, 18 Dec 2006 17:29:59 +0000(svn r7507) -Fix (7505): the name of a GRF could be "", which causes a segmentation fault. So take the filename, which cannot be "", when the of the GRF name is "". Also check for "" length when receiving GRF names.
rubidium [Mon, 18 Dec 2006 17:29:59 +0000] rev 5341
(svn r7507) -Fix (7505): the name of a GRF could be "", which causes a segmentation fault. So take the filename, which cannot be "", when the of the GRF name is "". Also check for "" length when receiving GRF names.

Mon, 18 Dec 2006 15:34:12 +0000(svn r7506) -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year)
glx [Mon, 18 Dec 2006 15:34:12 +0000] rev 5340
(svn r7506) -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year)

Mon, 18 Dec 2006 12:26:55 +0000(svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs you do and do not have.
rubidium [Mon, 18 Dec 2006 12:26:55 +0000] rev 5339
(svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs you do and do not have.
-Feature: show NewGRF compatability of network games in the Game List window; a green square if you got the same OpenTTD version and have the needed NewGRF, a red square if the version does not match and a yellow square if the version matches, but the client is missing at least one of the NewGRFs.

Mon, 18 Dec 2006 10:46:06 +0000(svn r7503) -Codechange: [NewGRF] Add bounds checking for spriteset cargo types. (NewCargo support will change this rule a bit...)
peter1138 [Mon, 18 Dec 2006 10:46:06 +0000] rev 5338
(svn r7503) -Codechange: [NewGRF] Add bounds checking for spriteset cargo types. (NewCargo support will change this rule a bit...)

Fri, 15 Dec 2006 18:51:47 +0000(svn r7501) WebTranslator2 update to 2006-12-15 19:51:16
miham [Fri, 15 Dec 2006 18:51:47 +0000] rev 5337
(svn r7501) WebTranslator2 update to 2006-12-15 19:51:16
esperanto - 18 fixed by LaPingvino (18)

Fri, 15 Dec 2006 15:21:13 +0000(svn r7500) -Fix (r7460): GetEnvironmentVariable and strncat take the number of characters and
Darkvater [Fri, 15 Dec 2006 15:21:13 +0000] rev 5336
(svn r7500) -Fix (r7460): GetEnvironmentVariable and strncat take the number of characters and
not the number of bytes as an argument. Thanks Tron.

Fri, 15 Dec 2006 09:50:27 +0000(svn r7499) WebTranslator2 update to 2006-12-15 10:49:50
miham [Fri, 15 Dec 2006 09:50:27 +0000] rev 5335
(svn r7499) WebTranslator2 update to 2006-12-15 10:49:50
esperanto - 35 fixed, 2 changed by LaPingvino (37)
slovak - 1 fixed by lengyel (1)
turkish - 5 fixed by jnmbk (5)

Thu, 14 Dec 2006 19:10:46 +0000(svn r7496) -Codechange: [NewGRF] Skip processing a GRF if it deactivated itself.
peter1138 [Thu, 14 Dec 2006 19:10:46 +0000] rev 5334
(svn r7496) -Codechange: [NewGRF] Skip processing a GRF if it deactivated itself.

Thu, 14 Dec 2006 15:14:29 +0000(svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF.
peter1138 [Thu, 14 Dec 2006 15:14:29 +0000] rev 5333
(svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF.

Wed, 13 Dec 2006 22:38:45 +0000(svn r7494) -Fix: Really disable AI's in Multiplayer if you tell it so. In loaded games with
Darkvater [Wed, 13 Dec 2006 22:38:45 +0000] rev 5332
(svn r7494) -Fix: Really disable AI's in Multiplayer if you tell it so. In loaded games with
AI's the setting didn't take effect, resulting in immediate desyncs.