summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.cpp
AgeCommit message (Expand)Author
2010-01-07(svn r18747) -Codechange: add some constness to the AI coderubidium
2010-01-04(svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypoin...frosch
2009-12-19(svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs...smatz
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...alberth
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-15(svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running code...rubidium
2009-09-15(svn r17544) -Fix [FS#3202]: [NoAI] Crash when doing commands in the 'global'...rubidium
2009-09-09(svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to ...rubidium
2009-09-01(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt compani...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17233) -Fix (r17232): typoyexo
2009-08-20(svn r17232) -Fix (r17223): Kill an AI when it tries to Sleep / execute a DoC...yexo
2009-08-20(svn r17231) -Fix [FS#3134]: AIs that crashed during Save() weren't killed as...yexo
2009-08-20(svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects inco...yexo
2009-08-19(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand /...yexo
2009-08-18(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. R...yexo
2009-08-08(svn r17125) -Cleanup: remove an unused variableyexo
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-02(svn r17043) -Change [NoAI]: Load the API before compiling an AI script so AI...yexo
2009-07-31(svn r17011) -Change [NoAI]: Add AIBaseStation as a parentclass for AIStation...yexo
2009-07-15(svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs can...yexo
2009-06-17(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoysyexo
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal...smatz
2009-06-10(svn r16556) -Codechange [NoAI]: use accessor for AIInstance::is_deadsmatz
2009-05-25(svn r16425) -Change [FS#2869]: Stop an AI when it takes too long to initiali...yexo
2009-05-23(svn r16400) -Add [NoAI]: add AISignList that can be used to get a list of va...yexo
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-26(svn r16174) -Fix (r16093) [FS#2863]: crash when starting a game/loading a ga...yexo
2009-04-25(svn r16149) -Fix [FS#2860]: when there's no AI and an AI is started... *boom*rubidium
2009-04-19(svn r16093) -Feature [FS#2808]: Add GetURL() as possible function to info.nu...yexo
2009-03-19(svn r15774) -Fix (r15708): Don't show the message about reporting an AI cras...yexo
2009-03-14(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs...yexo
2009-03-11(svn r15668) -Fix: a few typos.yexo
2009-03-04(svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_Def...yexo
2009-02-21(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel cal...glx
2009-02-20(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squir...yexo
2009-02-19(svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remov...yexo
2009-02-13(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer a...yexo
2009-02-10(svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old val...yexo
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-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-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-25(svn r15270) -Change [API CHANGE]: remove AIEventTestglx
2009-01-17(svn r15133) -Fix: Crash if no NoAIs are present.peter1138
2009-01-17(svn r15124) -Fix: last memory leak related to NoAItruebrain