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_engine.cpp
Age
Commit message (
Collapse
)
Author
2012-08-21
(svn r24492) -Add: [NoGo] Useful behaviour for GSEngine::IsValidEngine and ↵
frosch
GSEngine::IsBuildable when outside GSCompanyMode scope.
2012-03-14
(svn r24029) -Change: [NoAI] make AIEngine::IsArticulated return true if the ↵
yexo
articulated callback flag is set, don't try to run the callback.
2012-01-08
(svn r23777) -Codechange: refactor allocating memory and fetching strings ↵
rubidium
into a single function for scripts
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
truebrain
2011-12-19
(svn r23615) -Add: more API functions exposed to NoGo (part 2)
truebrain
2011-12-13
(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.
michi_cc
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 ↵
truebrain
src/script/api/script_* (Rubidium)