Wed, 20 Dec 2006 23:41:24 +0000(svn r7519) -Fix: [YAPF] Cache was not deleted when waypoint was built or removed (frosch)
KUDr [Wed, 20 Dec 2006 23:41:24 +0000] rev 5348
(svn r7519) -Fix: [YAPF] Cache was not deleted when waypoint was built or removed (frosch)

Wed, 20 Dec 2006 21:17:33 +0000(svn r7518) -Codechange: more NULL pointer resets after free.
Darkvater [Wed, 20 Dec 2006 21:17:33 +0000] rev 5347
(svn r7518) -Codechange: more NULL pointer resets after free.

Wed, 20 Dec 2006 20:43:52 +0000(svn r7517) -Codechange: Set pointers to NULL when freeing the newgrf config variables and add the proper const to CopyGRFConfigList
Darkvater [Wed, 20 Dec 2006 20:43:52 +0000] rev 5346
(svn r7517) -Codechange: Set pointers to NULL when freeing the newgrf config variables and add the proper const to CopyGRFConfigList

Wed, 20 Dec 2006 19:16:44 +0000(svn r7516) -Codechange: Number the newgrf-gui widgets and use their symbolic names for access with some const goodness.
Darkvater [Wed, 20 Dec 2006 19:16:44 +0000] rev 5345
(svn r7516) -Codechange: Number the newgrf-gui widgets and use their symbolic names for access with some const goodness.

Wed, 20 Dec 2006 17:03:14 +0000(svn r7515) -Codechange [newgrf]: Ignore ascii code 0x0A in text. Newline is 0x0D.
Darkvater [Wed, 20 Dec 2006 17:03:14 +0000] rev 5344
(svn r7515) -Codechange [newgrf]: Ignore ascii code 0x0A in text. Newline is 0x0D.

Tue, 19 Dec 2006 14:24:45 +0000(svn r7511) -Fix(r7505): Fix network game list selection by enlarging by two pixel and adding a new row to it
glx [Tue, 19 Dec 2006 14:24:45 +0000] rev 5343
(svn r7511) -Fix(r7505): Fix network game list selection by enlarging by two pixel and adding a new row to it

Tue, 19 Dec 2006 06:14:29 +0000(svn r7509) WebTranslator2 update to 2006-12-19 07:13:46
miham [Tue, 19 Dec 2006 06:14:29 +0000] rev 5342
(svn r7509) 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)

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.