(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:
@@ -6,6 +6,7 @@ aystar.cpp
|
||||
bmp.cpp
|
||||
callback_table.cpp
|
||||
cargotype.cpp
|
||||
cargopacket.cpp
|
||||
command.cpp
|
||||
console.cpp
|
||||
console_cmds.cpp
|
||||
@@ -101,6 +102,7 @@ articulated_vehicles.h
|
||||
aystar.h
|
||||
bmp.h
|
||||
cargotype.h
|
||||
cargopacket.h
|
||||
command.h
|
||||
console.h
|
||||
currency.h
|
||||
|
||||
Reference in New Issue
Block a user