log src/economy_base.h @ 20077:579bc020cf63 draft

age author description
Sun, 17 Feb 2013 14:50:54 +0000 rubidium (svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen) draft
Mon, 02 May 2011 17:42:12 +0000 rubidium (svn r22411) -Document: another bunch of bits draft
Tue, 08 Feb 2011 18:27:21 +0000 smatz (svn r22023) -Fix: verify we can allocate a CargoPacket and CargoPayment before we actually try to do so draft
Tue, 06 Oct 2009 23:01:35 +0000 rubidium (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. draft
Tue, 06 Oct 2009 17:23:15 +0000 rubidium (svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 22 Jul 2009 11:35:35 +0000 rubidium (svn r16914) -Codechange: split Station and BaseStation into different files draft
Mon, 29 Jun 2009 19:55:36 +0000 rubidium (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: draft
Sun, 28 Jun 2009 15:12:59 +0000 rubidium (svn r16683) -Codechange: move the cargo payment handling to a seperate class. Based on ideas of fonso/fonsinchen. draft