summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Expand)Author
2009-01-19(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, th...peter1138
2009-01-18(svn r15139) -Fix [NoAI]: a wrong tile got returned for hangar tiles when the...rubidium
2009-01-17(svn r15133) -Fix: Crash if no NoAIs are present.peter1138
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-17(svn r15124) -Fix: last memory leak related to NoAItruebrain
2009-01-17(svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should...truebrain
2009-01-17(svn r15122) -Codechange: add a security assert, to make sure something never...truebrain
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-17(svn r15118) -Fix: fix a minor mem-leaktruebrain
2009-01-16(svn r15109) -Add [NoAI]: add AITile::LevelTiles (Yexo)truebrain
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-16(svn r15102) -Fix (r15101): somehow makedepend fucked up (patch by Yexo)truebrain
2009-01-16(svn r15101) -Change [API CHANGE]: more consistant naming for consts:truebrain
2009-01-15(svn r15100) -Add [NoAI]: introduce TILE_INVALID as consttruebrain
2009-01-15(svn r15099) -Fix (r15078): GetTileIndex(0, -1) is perfectly finetruebrain
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 r15093) -Fix [NoAI]: check if a tile is valid before using IsTileType (b...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-14(svn r15086) -Fix: start AIs after 6 months on hard, 12 months on medium, and...truebrain
2009-01-14(svn r15084) -Fix [NoAI] (r15027): by removing the threads for NoAIs, it is n...truebrain
2009-01-14(svn r15082) -Codechange: make the AI library path also a searchdir instead o...rubidium
2009-01-13(svn r15078) -Fix [NoAI]: AIMap didn't filter its input (Yexo)truebrain
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
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 r15074) -Fix: make Rubidium happytruebrain
2009-01-13(svn r15073) -Fix (r15067) [FS#2532]: Default copy constructors don't necessa...peter1138
2009-01-13(svn r15068) -Add [NoAI]: introducing 'step_size' for AIConfig, for future AI...truebrain
2009-01-13(svn r15067) -Fix [FS#2531]: Possible compiler bug, alleviated by using Small...peter1138
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 r15062) -Fix: further forgotten svn properties and headerssmatz
2009-01-13(svn r15061) -Fix (r15027): three files were missing the Id headersmatz
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 r15056) -Add [NoAI]: when starting a game, give a random value to the se...truebrain
2009-01-13(svn r15055) -Add [NoAI]: add the AICONFIG_RANDOM and AICONFIG_BOOLEAN consts...truebrain
2009-01-13(svn r15049) -Fix (r15045): MSVC performance warningglx
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-13(svn r15044) -Add [NoAI]: AIConfig::GetVersion(), to get the version of the c...truebrain
2009-01-12(svn r15042) -Fix (r15027): don't leak memory in AIInfo (Yexo)truebrain
2009-01-12(svn r15036) -Fix: use the same value for 'random' through-out the code for P...truebrain
2009-01-12(svn r15033) -Fix (r15027): silent a warning when compiling without networktruebrain
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain