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_core.cpp
Age
Commit message (
Expand
)
Author
2010-07-31
(svn r20271) -Doc: add doxygen comments to several items under src/ai/
yexo
2010-06-05
(svn r19932) -Codechange: Preserve _current_company when starting AIs.
frosch
2010-06-05
(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEB...
frosch
2010-05-31
(svn r19914) -Codechange: Wrap a helper class around temporary assignments of...
frosch
2010-04-02
(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window wher...
yexo
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-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
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-10-04
(svn r17693) -Cleanup: remove some unneeded includes
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-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 includes
smatz
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_YEAR
smatz
2009-01-13
(svn r15074) -Fix: make Rubidium happy
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