summaryrefslogtreecommitdiff
path: root/src/ai/ai_scanner.cpp
AgeCommit message (Expand)Author
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 runningyexo
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 iconvrubidium
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 coderubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
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
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
2009-03-15(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...yexo
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15716) -Change [NoAI]: AI libraries should now be stored in ai/library/...yexo
2009-03-11(svn r15668) -Fix: a few typos.yexo
2009-03-06(svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when ...yexo
2009-02-23(svn r15562) -Change: Use GetName() to determine the unique AI name instead o...yexo
2009-02-13(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer a...yexo
2009-02-13(svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and...yexo
2009-02-06(svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the...Yexo
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15226) -Fix (r15214): broken AI content downloadglx
2009-01-23(svn r15214) -Fix [NoAI]: ignore case for ai/library main script path on windowsglx
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-17(svn r15121) -Fix: more mem-leak fixes (this should make SmatZ so happy ;) :p)truebrain
2009-01-17(svn r15120) -Fix: more mem-leak fixestruebrain
2009-01-16(svn r15107) -Fix [NoAI]: don't use so much explicit string copies if it is n...truebrain
2009-01-16(svn r15106) -Fix [NoAI]: printf-ing of garbage.rubidium
2009-01-15(svn r15096) -Fix [NoAI]: free memory when no longer neededtruebrain
2009-01-15(svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir requ...truebrain
2009-01-15(svn r15090) -Add [NoAI] [API CHANGE]: info.nut/library.nut now requires a fu...truebrain
2009-01-14(svn r15082) -Codechange: make the AI library path also a searchdir instead o...rubidium
2009-01-13(svn r15055) -Add [NoAI]: add the AICONFIG_RANDOM and AICONFIG_BOOLEAN consts...truebrain
2009-01-13(svn r15045) -Add [NoAI API CHANGE]: in info.nut you can now have (optional) ...truebrain
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain