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_list.cpp
Age
Commit message (
Collapse
)
Author
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵
rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2013-11-23
(svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED()
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵
planetmaker
Eagle_rainbow)
2012-03-04
(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
rubidium
2011-12-21
(svn r23648) -Revert (r23646): partial revert; nobody has to know about my ↵
truebrain
local changes and attempts
2011-12-21
(svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one.
truebrain
2011-12-01
(svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it ↵
yexo
didn't work
2011-12-01
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
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)