log src/newgrf_cargo.cpp @ 20729:ea20edff1862 draft default tip master

age author description
Sat, 10 Nov 2012 20:46:39 +0000 alberth (svn r24693) -Doc: Add some doxymentation into the newgrf code. draft
Sat, 10 Nov 2012 20:45:59 +0000 alberth (svn r24692) -Cleanup: Cleanup final parts of the old resolver code. draft
Sat, 10 Nov 2012 20:39:39 +0000 alberth (svn r24681) -Codechange: Add resolver classes for cargoes. draft
Sat, 10 Nov 2012 20:37:31 +0000 alberth (svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes. draft
Fri, 25 May 2012 20:57:36 +0000 frosch (svn r24277) -Codechange: Store cargo and railtype translation tables in a SmallVector. draft
Fri, 25 May 2012 17:23:19 +0000 frosch (svn r24273) -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary complicated and also returned the wrong thing for cargos not present in the translation table. draft
Wed, 08 Feb 2012 18:11:49 +0000 frosch (svn r23917) -Fix (r11252,, r23914, r23915): Also use the CTT for refitmasks for version 6 GRFs. I.e. fix the cursed GetCargoTranslation() function for the fourth time. draft
Tue, 07 Feb 2012 22:46:26 +0000 frosch (svn r23914) -Fix (r11252, r13855): Don't test validity of cargobits using a mask of cargoslots. draft
Tue, 03 Jan 2012 21:32:51 +0000 rubidium (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files draft
Tue, 08 Nov 2011 17:23:30 +0000 frosch (svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60. draft
Mon, 04 Jul 2011 20:31:57 +0000 frosch (svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'. draft
Mon, 15 Nov 2010 16:43:46 +0000 rubidium (svn r21198) -Fix: don't call variables properties in debug messages draft
Sun, 14 Feb 2010 16:31:35 +0000 alberth (svn r19132) -Codechange: No need to end a line with ;;. draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Sat, 23 May 2009 15:25:52 +0000 rubidium (svn r16402) -Codechange: make Resolve a function of SpriteGroup draft
Sat, 23 May 2009 12:13:42 +0000 rubidium (svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses instead of using a big union draft
Wed, 18 Feb 2009 09:14:41 +0000 peter1138 (svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Wed, 30 Jul 2008 18:23:12 +0000 frosch (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific. draft
Mon, 28 Jul 2008 06:16:34 +0000 peter1138 (svn r13855) -Fix [FS#2157]: Cargo type lookup was incorrect for GRFv7 files without a translation table. draft
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. draft
Thu, 27 Mar 2008 21:36:16 +0000 glx (svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only. draft
Fri, 15 Feb 2008 10:52:10 +0000 frosch (svn r12142) -Fix [FS#1766]: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version. draft
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style draft
Sat, 13 Oct 2007 02:23:11 +0000 glx (svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly draft
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. draft
Sun, 08 Jul 2007 17:40:04 +0000 rubidium (svn r10477) -Codechange: add some callbacks to customise the acceptance of industries. draft