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.cpp
Age
Commit message (
Expand
)
Author
2020-12-25
Codechange: use C++11 constructs for for-each loops (#8432)
Patric Stout
2020-12-25
Codechange: move block a bit lower to increase readability
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2014-09-06
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
rubidium
2014-09-06
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-10-05
(svn r24575) -Add: ScriptController::Break() now also pauses the game (and no...
zuu
2012-10-05
(svn r24574) -Change: remove undocumented return value of ScriptController::B...
zuu
2012-09-26
(svn r24559) -Fix (24542): Blocking script debug on non-dedicated servers is ...
zuu
2012-09-21
(svn r24543) -Fix-ish (r24542): Removed unnecessary preprocessor directive
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 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-11-29
(svn r23369) -Codechange: use script includes when possible, not ai includes
truebrain
2011-11-29
(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ...
truebrain
2011-11-29
(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid glo...
truebrain
2011-11-29
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
truebrain
2011-11-29
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own...
truebrain
2011-11-29
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its...
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