1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

(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.

This commit is contained in:
rubidium
2007-06-22 11:58:59 +00:00
parent 6159f58948
commit e5c352818d
31 changed files with 947 additions and 319 deletions

View File

@@ -181,6 +181,9 @@
<File
RelativePath=".\..\src\cargotype.cpp">
</File>
<File
RelativePath=".\..\src\cargopacket.cpp">
</File>
<File
RelativePath=".\..\src\command.cpp">
</File>
@@ -401,6 +404,9 @@
<File
RelativePath=".\..\src\cargotype.h">
</File>
<File
RelativePath=".\..\src\cargopacket.h">
</File>
<File
RelativePath=".\..\src\command.h">
</File>

View File

@@ -471,6 +471,10 @@
RelativePath=".\..\src\cargotype.cpp"
>
</File>
<File
RelativePath=".\..\src\cargopacket.cpp"
>
</File>
<File
RelativePath=".\..\src\command.cpp"
>
@@ -763,6 +767,10 @@
RelativePath=".\..\src\cargotype.h"
>
</File>
<File
RelativePath=".\..\src\cargopacket.h"
>
</File>
<File
RelativePath=".\..\src\command.h"
>