summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.hpp
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2012-08-13(svn r24468) -Add [FS#5219]: API compatibility scripts for Goal Scripts (Hiru...yexo
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-11-29(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ...truebrain
2011-11-29(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid glo...truebrain
2011-11-29(svn r23366) -Codechange: move most of the Dummy code to script/, unifying ittruebrain
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-23(svn r23295) -Codechange: put ImportLibrary in AIController (and document the...truebrain
2011-11-13(svn r23209) -Codechange: track the current active script instance directly, ...truebrain
2011-11-13(svn r23207) -Codechange: make functions private/protected/public depending o...truebrain
2011-11-04(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining oper...rubidium
2011-05-01(svn r22396) -Document: some AI doxygen stuffrubidium
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
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-04-02(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window wher...yexo
2010-02-27(svn r19272) -Doc: successfull -> successful.alberth
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
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
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-07-15(svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs can...yexo
2009-06-10(svn r16556) -Codechange [NoAI]: use accessor for AIInstance::is_deadsmatz
2009-06-01(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...yexo
2009-02-13(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer a...yexo
2009-02-03(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular referenc...rubidium
2009-02-03(svn r15327) -Fix (r15027): AIs could access the map and other data in their ...Yexo
2009-01-13(svn r15045) -Add [NoAI API CHANGE]: in info.nut you can now have (optional) ...truebrain
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain