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
Age
Commit message (
Collapse
)
Author
2011-11-29
(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ↵
truebrain
layer violation anymore
2011-11-29
(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid ↵
truebrain
global variable in script_controller
2011-11-29
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
truebrain
2011-11-29
(svn r23361) -Codechange: move multiplayer DoCommand callback code so other ↵
truebrain
script users can call their own
2011-11-29
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it ↵
truebrain
reusable by other script API instances
2011-11-29
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its ↵
truebrain
own file)
2011-11-29
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to ↵
truebrain
its own file)
2011-11-29
(svn r23357) -Codechange: move AIStorage to ScriptStorage
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 ↵
truebrain
src/script/api/script_* (Rubidium)