summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_object.cpp
AgeCommit message (Expand)Author
2011-11-29(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script...truebrain
2011-11-13(svn r23209) -Codechange: track the current active script instance directly, ...truebrain
2011-11-13(svn r23208) -Codechange: mark function with /* static */ in the source file,...truebrain
2011-05-01(svn r22396) -Document: some AI doxygen stuffrubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-19(svn r20560) -Fix: AIs (still/again?) crashing for certain commandsrubidium
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
2010-03-14(svn r19419) -Codechange: Use failed CommandCost object to retrieve message i...alberth
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18786) -Fix [FS#3507]: NoAI's custom implementation of DoCommandP has s...rubidium
2010-01-11(svn r18784) -Codechange: make NetworkSend_Command accept a company instead o...rubidium
2010-01-10(svn r18777) -Codechange: remove some unused parameters from a functionrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-11(svn r17500) -Fix (r16502): The wrong value was restored to SetAllowDoCommand...yexo
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-06-01(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...yexo
2009-04-25(svn r16151) -Codechange: move some includes around to prevent including half...yexo
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-14(svn r15084) -Fix [NoAI] (r15027): by removing the threads for NoAIs, it is n...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