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_info.cpp
Age
Commit message (
Expand
)
Author
2011-02-14
(svn r22083) -Change: trunk is heading towards 1.2 now
rubidium
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-02
(svn r21697) -Codechange: use GetGameSettings() in a few more places to enhan...
yexo
2010-11-24
(svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but al...
rubidium
2010-10-16
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
frosch
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-13
(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF para...
frosch
2010-07-31
(svn r20271) -Doc: add doxygen comments to several items under src/ai/
yexo
2010-02-16
(svn r19143) -Codechange: trunk's going for 1.1 now.
rubidium
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
2009-12-23
(svn r18622) -Merge: release changes
rubidium
2009-12-06
(svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left...
rubidium
2009-09-22
(svn r17609) -Fix: the dummy AI had no API version set, causing the 'API comp...
yexo
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-20
(svn r17228) -Codechange: some coding style fixes
rubidium
2009-08-18
(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. R...
yexo
2009-07-04
(svn r16738) -Codechange: Remove casting away constness by changing the text ...
alberth
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
rubidium
2009-04-21
(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. When...
yexo
2009-03-16
(svn r15742) -Fix (r15736): AIs with an invalid info.nut weren't ignored anym...
yexo
2009-03-15
(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...
yexo
2009-02-13
(svn r15470) -Fix [NoAI]: Check the types of the parameters passed to AddSett...
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 r15466) -Fix (r15330): The squirrel instance object was freed twice if a...
yexo
2009-02-13
(svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move de...
smatz
2009-02-13
(svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and...
yexo
2009-02-13
(svn r15463) -Change [API CHANGE]: Replace AIInfo::CanLoadFromVersion(version...
yexo
2009-02-11
(svn r15441) -Cleanup: Use a return value instead of passing a pointer to whe...
yexo
2009-02-06
(svn r15368) -Fix: some typos in comments
rubidium
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 includes
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 r15120) -Fix: more mem-leak fixes
truebrain
2009-01-17
(svn r15118) -Fix: fix a minor mem-leak
truebrain
2009-01-15
(svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir requ...
truebrain
2009-01-15
(svn r15091) -Add [NoAI] [API CHANGE]: introduce GetCategory() as a requireme...
truebrain
2009-01-15
(svn r15090) -Add [NoAI] [API CHANGE]: info.nut/library.nut now requires a fu...
truebrain
2009-01-13
(svn r15068) -Add [NoAI]: introducing 'step_size' for AIConfig, for future AI...
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 r15057) -Fix [NoAI]: clamp the values of a setting between the ones allo...
truebrain
2009-01-13
(svn r15049) -Fix (r15045): MSVC performance warning
glx
2009-01-13
(svn r15048) -Fix (r15047): the one time you don't compile a patch of someone...
truebrain
2009-01-13
(svn r15047) -Fix [NoAI]: AICONFIG_BOOLEAN (in AddSetting) doesn't require (o...
truebrain
2009-01-13
(svn r15046) -Fix (r15045): in case CanLoadFromRevision does not exist, only ...
truebrain
2009-01-13
(svn r15045) -Add [NoAI API CHANGE]: in info.nut you can now have (optional) ...
truebrain
2009-01-12
(svn r15042) -Fix (r15027): don't leak memory in AIInfo (Yexo)
truebrain
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain