summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.cpp
AgeCommit message (Expand)Author
2011-11-29(svn r23361) -Codechange: move multiplayer DoCommand callback code so other s...truebrain
2011-11-29(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusab...truebrain
2011-11-29(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own...truebrain
2011-11-29(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its...truebrain
2011-11-29(svn r23357) -Codechange: move AIStorage to ScriptStoragetruebrain
2011-11-29(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)truebrain
2011-11-29(svn r23352) -Add: support dynamically adding an API prefix when returning a ...truebrain
2011-11-23(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to q...truebrain
2011-11-23(svn r23295) -Codechange: put ImportLibrary in AIController (and document the...truebrain
2011-11-19(svn r23262) -Fix: one annoying typo in a squirrel_export marker linetruebrain
2011-11-13(svn r23209) -Codechange: track the current active script instance directly, ...truebrain
2011-11-12(svn r23195) -Codechange: if we really need to cast away constness, use const...rubidium
2011-11-08(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAcceptingyexo
2011-11-04(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining oper...rubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-12-29(svn r21664) -Add: [NoAI] AIEventTownFoundedyexo
2010-11-24(svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but al...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-19(svn r20563) -Change: [NoAI] rename AIAbstractList to AIListyexo
2010-08-19(svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractListyexo
2010-08-01(svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI...yexo
2010-07-31(svn r20271) -Doc: add doxygen comments to several items under src/ai/yexo
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2010-05-09(svn r19775) -Fix: improper use of 'then' in few comments (ln)smatz
2010-04-02(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window wher...yexo
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-01-18(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconvrubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
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