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 (
Expand
)
Author
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2020-04-26
Codechange: [Script] Improve copying a list into another empty list.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-08-07
Fix: typo in ScriptList::Valuate param error (#7687)
nikolas
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2016-05-30
(svn r27594) -Fix [FS#6473]: [Script] Kill scripts, when a non-suspendable va...
frosch
2015-04-27
(svn r27258) -Fix [FS#6287]: ScriptList::RemoveList failed to remove a list f...
frosch
2015-02-22
(svn r27166) -Codechange: Optimise ScriptList by making use of iterators inst...
frosch
2015-01-01
(svn r27104) -Fix [FS#6194]: support 64 bits integere in the ScriptLists as well
rubidium
2014-09-21
(svn r26894) -Feature: Swap method for script lists
fonsinchen
2014-09-06
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
rubidium
2014-08-16
(svn r26744) -Fix [FS6085-ish]: ScriptListSorterItemDescending::FindNext fail...
frosch
2014-08-16
(svn r26743) -Codechange: Simplify ScriptList iterators.
frosch
2014-08-16
(svn r26742) -Doc: Why reverse_iterator is unsuitable for ScriptList iterators
frosch
2014-08-16
(svn r26741) -Revert (r26736): reverse_iterators are invalidated when the ele...
frosch
2014-08-16
(svn r26736) -Fix [Script]: infinite loop (by scripts; always returning the s...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
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 Eagl...
planetmaker
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 lo...
truebrain
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
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 src/script...
truebrain