src/table/cargo_const.h
Sat, 23 Aug 2008 18:05:52 +0000 peter1138 (svn r14144) -Fix (r8826): Incorrect cargo weights
Wed, 30 Jul 2008 18:23:12 +0000 frosch (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Thu, 17 Apr 2008 11:47:22 +0000 rubidium (svn r12751) -Codechange: do what has been done in r11862 in a different way so it uses less memory.
Tue, 18 Mar 2008 16:57:05 +0000 glx (svn r12382) -Fix [FS#1864]: use 'items' unit for batteries, fizzy drinks, toys and bubbles in total cargo tab
Tue, 15 Jan 2008 13:19:49 +0000 rubidium (svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too.
Fri, 04 Jan 2008 17:25:53 +0000 peter1138 (svn r11758) -Fix(ette): Populate 'void' cargo slots (unused slots in temperate and arctic) with default data as per pre-newcargo support. These slots are still disabled by default, but some NewGRFs (erroneously?) expect the default data.
Tue, 13 Nov 2007 18:38:36 +0000 glx (svn r11428) -Fix: wrong string used for candy/sweets units_volume
Fri, 18 May 2007 21:50:32 +0000 peter1138 (svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required.
Fri, 23 Mar 2007 20:55:45 +0000 peter1138 (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
Thu, 15 Mar 2007 22:48:46 +0000 peter1138 (svn r9236) -Codechange: Add 'town effect' attribute to cargo types. This will be used to specify how the cargo behaves wrt towns, instead of relying on fixed cargo IDs.
Tue, 20 Feb 2007 22:09:21 +0000 peter1138 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.