------------------------------------------------------------------------ r7515 | Darkvater | 2006-12-20 17:03:14 +0000 (Wed, 20 Dec 2006) | 1 line -Codechange [newgrf]: Ignore ascii code 0x0A in text. Newline is 0x0D. ------------------------------------------------------------------------ r7511 | glx | 2006-12-19 14:24:45 +0000 (Tue, 19 Dec 2006) | 1 line -Fix(r7505): Fix network game list selection by enlarging by two pixel and adding a new row to it ------------------------------------------------------------------------ r7509 | miham | 2006-12-19 06:14:29 +0000 (Tue, 19 Dec 2006) | 10 lines WebTranslator2 update to 2006-12-19 07:13:46 bulgarian - 5 fixed by kokobongo (5) catalan - 1 fixed, 4 changed by arnaullv (5) esperanto - 24 fixed by LaPingvino (24) estonian - 5 fixed by vermon (5) french - 1 fixed by glx (1) portuguese - 1 fixed by izhirahider (1) russian - 1 fixed by Smoky555 (1) ukrainian - 16 fixed by znikoz (16) ------------------------------------------------------------------------ r7507 | rubidium | 2006-12-18 17:29:59 +0000 (Mon, 18 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------ r7506 | glx | 2006-12-18 15:34:12 +0000 (Mon, 18 Dec 2006) | 1 line -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year) ------------------------------------------------------------------------ r7505 | rubidium | 2006-12-18 12:26:55 +0000 (Mon, 18 Dec 2006) | 3 lines -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. ------------------------------------------------------------------------ r7503 | peter1138 | 2006-12-18 10:46:06 +0000 (Mon, 18 Dec 2006) | 2 lines -Codechange: [NewGRF] Add bounds checking for spriteset cargo types. (NewCargo support will change this rule a bit...) ------------------------------------------------------------------------ r7501 | miham | 2006-12-15 18:51:47 +0000 (Fri, 15 Dec 2006) | 3 lines WebTranslator2 update to 2006-12-15 19:51:16 esperanto - 18 fixed by LaPingvino (18) ------------------------------------------------------------------------ r7500 | Darkvater | 2006-12-15 15:21:13 +0000 (Fri, 15 Dec 2006) | 2 lines -Fix (r7460): GetEnvironmentVariable and strncat take the number of characters and not the number of bytes as an argument. Thanks Tron. ------------------------------------------------------------------------ r7499 | miham | 2006-12-15 09:50:27 +0000 (Fri, 15 Dec 2006) | 5 lines 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) ------------------------------------------------------------------------ r7496 | peter1138 | 2006-12-14 19:10:46 +0000 (Thu, 14 Dec 2006) | 2 lines -Codechange: [NewGRF] Skip processing a GRF if it deactivated itself. ------------------------------------------------------------------------ r7495 | peter1138 | 2006-12-14 15:14:29 +0000 (Thu, 14 Dec 2006) | 2 lines -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF. ------------------------------------------------------------------------ r7494 | Darkvater | 2006-12-13 22:38:45 +0000 (Wed, 13 Dec 2006) | 2 lines -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. ------------------------------------------------------------------------