summaryrefslogtreecommitdiff
path: root/src/ai/ai_core.cpp
AgeCommit message (Expand)Author
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal...smatz
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-25(svn r16151) -Codechange: move some includes around to prevent including half...yexo
2009-02-23(svn r15562) -Change: Use GetName() to determine the unique AI name instead o...yexo
2009-02-07(svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but d...smatz
2009-02-03(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular referenc...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-24(svn r15262) -Fix: AIEvents were not freed, when they were not queued for any...frosch
2009-01-20(svn r15175) -Feature: Add the option to select the AIs to start in a new gam...Yexo
2009-01-17(svn r15122) -Codechange: add a security assert, to make sure something never...truebrain
2009-01-15(svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir requ...truebrain
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
2009-01-13(svn r15074) -Fix: make Rubidium happytruebrain
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