Sat, 19 May 2007 11:17:30 +0000(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)
peter1138 [Sat, 19 May 2007 11:17:30 +0000] rev 6645
(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production)

Sat, 19 May 2007 10:29:51 +0000(svn r9875) -Fix (r9828): Only set carriage capacity if the wagon has not been refitted.
peter1138 [Sat, 19 May 2007 10:29:51 +0000] rev 6644
(svn r9875) -Fix (r9828): Only set carriage capacity if the wagon has not been refitted.

Sat, 19 May 2007 09:40:18 +0000(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
rubidium [Sat, 19 May 2007 09:40:18 +0000] rev 6643
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.

Sat, 19 May 2007 09:13:08 +0000(svn r9873) -Codechange: Add missing second callback parameter for houses
peter1138 [Sat, 19 May 2007 09:13:08 +0000] rev 6642
(svn r9873) -Codechange: Add missing second callback parameter for houses

Fri, 18 May 2007 23:38:29 +0000(svn r9872) -Codechange: more type strictness for vehicle types
rubidium [Fri, 18 May 2007 23:38:29 +0000] rev 6641
(svn r9872) -Codechange: more type strictness for vehicle types

Fri, 18 May 2007 21:50:32 +0000(svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required.
peter1138 [Fri, 18 May 2007 21:50:32 +0000] rev 6640
(svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required.

Fri, 18 May 2007 17:55:07 +0000(svn r9870) -Codechange: Silence two compiler warnings and give proper type to the "type" member of industry struct
belugas [Fri, 18 May 2007 17:55:07 +0000] rev 6639
(svn r9870) -Codechange: Silence two compiler warnings and give proper type to the "type" member of industry struct

Fri, 18 May 2007 17:31:41 +0000(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
rubidium [Fri, 18 May 2007 17:31:41 +0000] rev 6638
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.

Fri, 18 May 2007 14:34:15 +0000(svn r9868) -Codechange: bring external declaration of functions togueter and adjust a comment
belugas [Fri, 18 May 2007 14:34:15 +0000] rev 6637
(svn r9868) -Codechange: bring external declaration of functions togueter and adjust a comment

Fri, 18 May 2007 00:33:47 +0000(svn r9867) -Codechange: Remove data duplication. The exact same values can be found in the industry spec, so take it from there instead.
belugas [Fri, 18 May 2007 00:33:47 +0000] rev 6636
(svn r9867) -Codechange: Remove data duplication. The exact same values can be found in the industry spec, so take it from there instead.