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_controller.hpp
Age
Commit message (
Expand
)
Author
2015-01-04
(svn r27111) -Doc: Extend script documentation with Save and Load functions.
alberth
2013-11-16
(svn r26010) -Document [FS#5662]: The AI/GS library name to use in Import, is...
zuu
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-10-05
(svn r24574) -Change: remove undocumented return value of ScriptController::B...
zuu
2012-09-21
(svn r24542) -Feature: Allow AI/GS script developers to break the execution o...
zuu
2012-03-04
(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
rubidium
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-12-19
(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
truebrain
2011-12-19
(svn r23604) -Add: initial support for GameScripts
truebrain
2011-11-29
(svn r23370) -Add: support @api tag in API header files, to select which API ...
truebrain
2011-11-29
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusab...
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