Age | Commit message (Expand) | Author |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-09-21 | (svn r24537) -Feature: Scripts can be suspended even if the game is still pro... | zuu |
2012-08-20 | (svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the ... | yexo |
2012-01-03 | (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed | rubidium |
2011-12-01 | (svn r23384) -Remove: no longer allow a binary to be without AI support; the ... | truebrain |
2011-11-29 | (svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo a... | 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 |
2011-11-23 | (svn r23295) -Codechange: put ImportLibrary in AIController (and document the... | truebrain |
2011-03-07 | (svn r22222) -Fix: compilation when compiling with --disable-ai | yexo |
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-08-01 | (svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI... | yexo |
2010-07-31 | (svn r20271) -Doc: add doxygen comments to several items under src/ai/ | yexo |
2010-04-02 | (svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window wher... | yexo |
2010-02-10 | (svn r19081) -Codechange: make it possible to disable compilation of the AI+S... | rubidium |
2010-01-29 | (svn r18944) -Change [FS#3232]: use the highest version of an AI that can loa... | yexo |
2010-01-11 | (svn r18781) -Codechange: pass the CommandCost to the callback instead of whe... | rubidium |
2010-01-09 | (svn r18763) -Feature [FS#3095]: rerandomise AIs on reloading (via the debug ... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-06-10 | (svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal... | smatz |
2009-04-25 | (svn r16151) -Codechange: move some includes around to prevent including half... | yexo |
2009-02-03 | (svn r15324) -Codechange: unify the class used for comparing of strings for s... | smatz |
2009-01-20 | (svn r15175) -Feature: Add the option to select the AIs to start in a new gam... | Yexo |
2009-01-17 | (svn r15126) -Feature: downloading content from a central server (content.ope... | rubidium |
2009-01-14 | (svn r15086) -Fix: start AIs after 6 months on hard, 12 months on medium, and... | truebrain |
2009-01-13 | (svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR | smatz |
2009-01-13 | (svn r15076) -Fix: a start_date of 0 would never start an AI .. so don't allo... | truebrain |
2009-01-13 | (svn r15066) -Change: start_date is now in days, instead of in months (Yexo) | truebrain |
2009-01-13 | (svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_d... | truebrain |
2009-01-13 | (svn r15059) -Add [NoAI]: use 'start_date' from the AI configure to see when ... | 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 |