diff options
author | rubidium <rubidium@openttd.org> | 2007-06-22 11:58:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-06-22 11:58:59 +0000 |
commit | e5c352818d7edfdc5219e4c82f7d5b2083b2b72d (patch) | |
tree | fd6fbc96b8d23bef18ed7267fa8174e1689c8e78 /projects | |
parent | 6159f58948763ed39a457e6ff825a735eea06b23 (diff) | |
download | openttd-e5c352818d7edfdc5219e4c82f7d5b2083b2b72d.tar.xz |
(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.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index ee294dc98..651884773 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -182,6 +182,9 @@ RelativePath=".\..\src\cargotype.cpp"> </File> <File + RelativePath=".\..\src\cargopacket.cpp"> + </File> + <File RelativePath=".\..\src\command.cpp"> </File> <File @@ -402,6 +405,9 @@ RelativePath=".\..\src\cargotype.h"> </File> <File + RelativePath=".\..\src\cargopacket.h"> + </File> + <File RelativePath=".\..\src\command.h"> </File> <File 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 @@ -472,6 +472,10 @@ > </File> <File + RelativePath=".\..\src\cargopacket.cpp" + > + </File> + <File RelativePath=".\..\src\command.cpp" > </File> @@ -764,6 +768,10 @@ > </File> <File + RelativePath=".\..\src\cargopacket.h" + > + </File> + <File RelativePath=".\..\src\command.h" > </File> |