From e5c352818d7edfdc5219e4c82f7d5b2083b2b72d Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 22 Jun 2007 11:58:59 +0000 Subject: (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. --- projects/openttd.vcproj | 6 ++++++ projects/openttd_vs80.vcproj | 8 ++++++++ 2 files changed, 14 insertions(+) (limited to 'projects') diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index ee294dc98..651884773 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -181,6 +181,9 @@ + + @@ -401,6 +404,9 @@ + + diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 28f1d7a01..47a302fb0 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -471,6 +471,10 @@ RelativePath=".\..\src\cargotype.cpp" > + + @@ -763,6 +767,10 @@ RelativePath=".\..\src\cargotype.h" > + + -- cgit v1.2.3-54-g00ecf