summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Expand)Author
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-13(svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::G...yexo
2009-02-12(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for...rubidium
2009-02-11(svn r15441) -Cleanup: Use a return value instead of passing a pointer to whe...yexo
2009-02-10(svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old val...yexo
2009-02-09(svn r15436) -Codechange: Return index of station spec within station class a...peter1138
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-02-08(svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times the...Yexo
2009-02-08(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a ...rubidium
2009-02-07(svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but d...smatz
2009-02-07(svn r15400) -Fix: Typos in comments.frosch
2009-02-06(svn r15368) -Fix: some typos in commentsrubidium
2009-02-06(svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the...Yexo
2009-02-05(svn r15360) -Fix: Flooding vehicles did not trigger an AI event.frosch
2009-02-05(svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisaste...frosch
2009-02-05(svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason()frosch
2009-02-05(svn r15355) -Codechange: simplify some stuff now ->FirstShared returns non-N...rubidium
2009-02-05(svn r15346) -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in...Yexo
2009-02-05(svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_...Yexo
2009-02-04(svn r15343) -Add [NoAI]: Add AITown::GetRoadLayout so AIs can get the road l...Yexo
2009-02-03(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular referenc...rubidium
2009-02-03(svn r15328) -Fix (r15327): Load(data, version) was called instead of Load(ve...Yexo
2009-02-03(svn r15327) -Fix (r15027): AIs could access the map and other data in their ...Yexo
2009-02-03(svn r15324) -Codechange: unify the class used for comparing of strings for s...smatz
2009-02-02(svn r15322) -Fix (r15175): The AI list window didn't display information abo...Yexo
2009-02-01(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.frosch
2009-02-01(svn r15307) -Fix: AIVehicle::GetCurrentSpeed() should also use km-ish/h inst...frosch
2009-02-01(svn r15306) -Codechange: Deduplicate code by adding Engine::GetDisplayMaxSpe...frosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-27(svn r15284) -Fix [FS#2582] (r15045): Parameters were popped from the squirre...Yexo
2009-01-26(svn r15278) -Fix [FS#2332]: test noise limit of nearest town instead of st->...smatz
2009-01-26(svn r15277) -Fix (r15027): Building bridges in AITestMode always returned fa...Yexo
2009-01-25(svn r15270) -Change [API CHANGE]: remove AIEventTestglx
2009-01-25(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplica...glx
2009-01-24(svn r15262) -Fix: AIEvents were not freed, when they were not queued for any...frosch
2009-01-24(svn r15261) -Add: added Engine::GetRunningCost() to remove some code duplica...glx
2009-01-24(svn r15255) -Fix (r15027): AIVehicle::GetLength() returned only the length o...frosch
2009-01-24(svn r15252) -Fix (r15027): AIMarine::AreWaterTilesConnected() reported aqued...frosch
2009-01-23(svn r15244) -Fix (r15027): The station tile of an oilrig-like industry is no...frosch
2009-01-23(svn r15241) -Fix (r15027): NoAI API was not aware of certain newindustries '...frosch
2009-01-23(svn r15228) -Fix [FS#2571]: possible crash when an AI/Library doesn't have a...glx
2009-01-23(svn r15226) -Fix (r15214): broken AI content downloadglx
2009-01-23(svn r15215) -Fix: various MSVC x64 compiler warningsrubidium
2009-01-23(svn r15214) -Fix [NoAI]: ignore case for ai/library main script path on windowsglx