index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
api
/
script_cargo.hpp
Age
Commit message (
Expand
)
Author
2021-01-09
Add: [Script] ScriptCargo::GetName, to get the human readable name of a cargo...
Patric Stout
2020-12-22
Feature: Influence industry production changes from GS (#7912)
Niels Martin Hansen
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2015-06-21
(svn r27316) -Doc: Improve documentation on ScriptCargo::GetCargoLabel
frosch
2014-03-10
(svn r26396) -Add: [script] AI/GS APIs to get cargo waiting from/via other st...
zuu
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-12-19
(svn r23614) -Add: more API functions exposed to NoGo (part 1)
truebrain
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-12-15
(svn r23521) -Codechange: use the actual enum values from the 'core' in the A...
rubidium
2011-11-29
(svn r23370) -Add: support @api tag in API header files, to select which API ...
truebrain
2011-11-29
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
truebrain
2011-11-29
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script...
truebrain