Fri, 23 Mar 2007 20:51:42 +0000(svn r9417) -Fix (r1): Waiting cargo icons in the station view window were incorrectly drawn if the cargo list was scrolled, resulting in overlapping images
peter1138 [Fri, 23 Mar 2007 20:51:42 +0000] rev 6364
(svn r9417) -Fix (r1): Waiting cargo icons in the station view window were incorrectly drawn if the cargo list was scrolled, resulting in overlapping images

Fri, 23 Mar 2007 20:01:25 +0000(svn r9416) -Codechange: Split NewGRF Action 3 handler into separate functions for each feature (vehicles are common, though)
peter1138 [Fri, 23 Mar 2007 20:01:25 +0000] rev 6363
(svn r9416) -Codechange: Split NewGRF Action 3 handler into separate functions for each feature (vehicles are common, though)

Fri, 23 Mar 2007 19:06:07 +0000(svn r9415) -Update: WebTranslator2 update to 2007-03-23 20:04:40
miham [Fri, 23 Mar 2007 19:06:07 +0000] rev 6362
(svn r9415) -Update: WebTranslator2 update to 2007-03-23 20:04:40
danish - 1 changed by ThomasA (1)
german - 5 fixed by moewe2 (5)
hungarian - 1 fixed by miham (1)
portuguese - 8 fixed by Digitalfox (8)
simplified_chinese - 9 fixed by Fishingsnow (9)

Fri, 23 Mar 2007 00:03:08 +0000(svn r9413) -Codechange: Remove default cargo translation table and use bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work.
peter1138 [Fri, 23 Mar 2007 00:03:08 +0000] rev 6361
(svn r9413) -Codechange: Remove default cargo translation table and use bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work.

Thu, 22 Mar 2007 23:32:24 +0000(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos
peter1138 [Thu, 22 Mar 2007 23:32:24 +0000] rev 6360
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos

Thu, 22 Mar 2007 23:19:40 +0000(svn r9411) -Codechange: Add support for loading of newcargo data.
peter1138 [Thu, 22 Mar 2007 23:19:40 +0000] rev 6359
(svn r9411) -Codechange: Add support for loading of newcargo data.

Thu, 22 Mar 2007 04:10:05 +0000(svn r9401) -Fix(9400): was not supposed to commit that file
belugas [Thu, 22 Mar 2007 04:10:05 +0000] rev 6358
(svn r9401) -Fix(9400): was not supposed to commit that file

Thu, 22 Mar 2007 03:42:43 +0000(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas [Thu, 22 Mar 2007 03:42:43 +0000] rev 6357
(svn r9400) -Codechange: Use some more representative enum names for landscape types.

Thu, 22 Mar 2007 03:35:18 +0000(svn r9399) -Feature: Openttd.cfg will now present landscape patch entry as been temperate, arctic, tropic or toyland.
belugas [Thu, 22 Mar 2007 03:35:18 +0000] rev 6356
(svn r9399) -Feature: Openttd.cfg will now present landscape patch entry as been temperate, arctic, tropic or toyland.
This is the first usage of the callback conversion system of settings loading

Thu, 22 Mar 2007 03:15:58 +0000(svn r9398) -Feature: Allow for a conversion callback system while reading configuration file, in case of wrong value.
belugas [Thu, 22 Mar 2007 03:15:58 +0000] rev 6355
(svn r9398) -Feature: Allow for a conversion callback system while reading configuration file, in case of wrong value.
This is the basic step, no patch setting is actually using it, so far