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
/
ai
/
ai_scanner.cpp
Age
Commit message (
Expand
)
Author
2020-12-27
Codechange: Use std::string in file scanners.
Michael Lutz
2020-12-25
Codechange: use C++11 constructs for for-each loops (#8432)
Patric Stout
2020-12-25
Fix #6468: don't store version of AIs-started-via-console in name
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-11
Change: Limit memory allocations for each Squirrel instance
Niels Martin Hansen
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
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-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-15
(svn r23524) -Codechange: move the name of the scanner to a level deeper
truebrain
2011-12-02
(svn r23399) -Fix (r23362): a randomizer should return a random value, not al...
truebrain
2011-12-01
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
truebrain
2011-11-29
(svn r23366) -Codechange: move most of the Dummy code to script/, unifying it
truebrain
2011-11-29
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo a...
truebrain
2011-11-29
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script...
truebrain
2011-11-29
(svn r23350) -Add: support different ScriptTypes in the helper functions for ...
truebrain
2011-11-23
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the...
truebrain
2011-11-23
(svn r23293) -Codechange: make LoadScript/LoadFile non-static
truebrain
2011-11-14
(svn r23216) -Codechange: introduce the concept of having different tar lists
rubidium
2011-11-13
(svn r23210) -Codechange: generate the GetClassName function for the AI class...
rubidium
2011-11-12
(svn r23198) -Codechange: introduce a free that takes const pointers so we do...
rubidium
2011-11-08
(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings...
yexo
2011-09-09
(svn r22912) -Fix [FS#4753]: another attempt at fixing a related crash (can't...
rubidium
2011-09-08
(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from th...
rubidium
2011-09-08
(svn r22904) -Codechange: add tar filename to file scanning
rubidium
2011-08-25
(svn r22836) -Codechange: simplify the scanning of (AI) scripts
rubidium
2011-08-24
(svn r22822) -Codechange: make a distinction between base sets and newgrfs fo...
rubidium
2011-02-07
(svn r22007) -Change: only show one AI per unique ID instead of all versions ...
rubidium
2011-01-03
(svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list o...
yexo
2010-11-18
(svn r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs
rubidium
2010-11-18
(svn r21248) -Codechange: don't run the tar scanner twice upon startup
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-23
(svn r20606) -Change [FS#4042]: change the debug level of the "Registering tw...
yexo
2010-08-03
(svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so n...
yexo
2010-07-29
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
terkhen
2010-01-29
(svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running
yexo
2010-01-29
(svn r18944) -Change [FS#3232]: use the highest version of an AI that can loa...
yexo
2010-01-18
(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-07
(svn r18747) -Codechange: add some constness to the AI code
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-21
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...
rubidium
2009-06-24
(svn r16650) -Fix (r16649): missing ()
yexo
2009-06-24
(svn r16649) -Fix: When the exact AI version a game was saved with is no long...
yexo
2009-04-21
(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. When...
yexo
[next]