summaryrefslogtreecommitdiff
path: root/src/cargoaction.cpp
AgeCommit message (Collapse)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-02-10(svn r26330) -Fix: the theoretical case of rerouting cargo from one ↵fonsinchen
VehicleCargoList to another.
2013-06-23(svn r25434) -Fix: reroute cargo staged for unloading if a link breaksfonsinchen
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
2013-02-27(svn r25053) -Fix [FS#5488, FS#5484] (r25010): transfer credits were not givenrubidium
2013-02-17(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load ↵rubidium
improved loading) instead of calculating if for every cycle
2013-02-17(svn r25010) -Codechange: Add general framework for cargo actions, i.e. ↵rubidium
loading, transfering, delivering and such, to contain this logic in a single place instead of spread around (fonsinchen)