Fri, 28 Mar 2008 16:31:26 +0000(svn r12466) -Codechange: move DestinationID to a more logical location.
rubidium [Fri, 28 Mar 2008 16:31:26 +0000] rev 9263
(svn r12466) -Codechange: move DestinationID to a more logical location.

Fri, 28 Mar 2008 11:09:14 +0000(svn r12464) -Change: remove an include that doesn't define anything anyway.
rubidium [Fri, 28 Mar 2008 11:09:14 +0000] rev 9262
(svn r12464) -Change: remove an include that doesn't define anything anyway.

Fri, 28 Mar 2008 09:43:06 +0000(svn r12461) -Change: add (quite) some missing headers to the MSVC project files.
rubidium [Fri, 28 Mar 2008 09:43:06 +0000] rev 9261
(svn r12461) -Change: add (quite) some missing headers to the MSVC project files.

Fri, 28 Mar 2008 09:15:08 +0000(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.
rubidium [Fri, 28 Mar 2008 09:15:08 +0000] rev 9260
(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.

Fri, 28 Mar 2008 08:53:36 +0000(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
rubidium [Fri, 28 Mar 2008 08:53:36 +0000] rev 9259
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.

Fri, 28 Mar 2008 04:57:32 +0000(svn r12458) -Codechange: split acquiring the sprite ID for cargos from the actual drawing of them.
rubidium [Fri, 28 Mar 2008 04:57:32 +0000] rev 9258
(svn r12458) -Codechange: split acquiring the sprite ID for cargos from the actual drawing of them.

Fri, 28 Mar 2008 03:23:49 +0000(svn r12457) -Codechange: Move signal enums on their own header.
belugas [Fri, 28 Mar 2008 03:23:49 +0000] rev 9257
(svn r12457) -Codechange: Move signal enums on their own header.

Fri, 28 Mar 2008 02:47:54 +0000(svn r12456) -Update: apply english.txt changes from r12455 to other languages
glx [Fri, 28 Mar 2008 02:47:54 +0000] rev 9256
(svn r12456) -Update: apply english.txt changes from r12455 to other languages

Fri, 28 Mar 2008 02:30:10 +0000(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries)
glx [Fri, 28 Mar 2008 02:30:10 +0000] rev 9255
(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries)

Fri, 28 Mar 2008 02:10:25 +0000(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this chain of vehicles with the same ID' (thx DaleStan)
glx [Fri, 28 Mar 2008 02:10:25 +0000] rev 9254
(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this chain of vehicles with the same ID' (thx DaleStan)
-Fix (r12452): wrong loading of random action 2 type 84 for non vehicle (though it shouldn't happen, but who knows ;))