src/cargopacket.cpp
Sun, 06 Apr 2008 23:49:45 +0000 smatz (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Tue, 12 Feb 2008 11:46:29 +0000 peter1138 (svn r12120) -Cleanup: const-ify parameters when checking for same cargopacket source.
Thu, 30 Aug 2007 12:10:32 +0000 rubidium (svn r11002) -Codechange: unhackify the cargo packet list saving (a little).
Thu, 02 Aug 2007 10:49:24 +0000 rubidium (svn r10749) -Codechange: use the generic pool item class as super class for cargo packets, which results in a nice reduction of code duplication.
Wed, 01 Aug 2007 19:13:42 +0000 rubidium (svn r10743) -Fix: some typos introduces by copy-pasting.
Sun, 01 Jul 2007 12:25:08 +0000 peter1138 (svn r10404) -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet.
Sat, 23 Jun 2007 20:38:28 +0000 rubidium (svn r10297) -Codechange: increase the performance of CargoPacket::AllocateRaw using a very simple "caching" system.
Fri, 22 Jun 2007 11:58:59 +0000 rubidium (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports