summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.hpp
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ...truebrain
2011-11-29(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfigtruebrain
2011-11-29(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo a...truebrain
2011-11-29(svn r23349) -Fix (r23210): one remaining unneeded GetClassNametruebrain
2011-11-23(svn r23295) -Codechange: put ImportLibrary in AIController (and document the...truebrain
2011-11-08(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings...yexo
2011-05-01(svn r22396) -Document: some AI doxygen stuffrubidium
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update th...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-02-10(svn r19081) -Codechange: make it possible to disable compilation of the AI+S...rubidium
2010-01-29(svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is runningyexo
2009-12-06(svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-18(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. R...yexo
2009-04-21(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. When...yexo
2009-03-15(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...yexo
2009-02-13(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer 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-11(svn r15441) -Cleanup: Use a return value instead of passing a pointer to whe...yexo
2009-02-06(svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the...Yexo
2009-01-23(svn r15228) -Fix [FS#2571]: possible crash when an AI/Library doesn't have a...glx
2009-01-20(svn r15175) -Feature: Add the option to select the AIs to start in a new gam...Yexo
2009-01-15(svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir requ...truebrain
2009-01-15(svn r15091) -Add [NoAI] [API CHANGE]: introduce GetCategory() as a requireme...truebrain
2009-01-15(svn r15090) -Add [NoAI] [API CHANGE]: info.nut/library.nut now requires a fu...truebrain
2009-01-13(svn r15068) -Add [NoAI]: introducing 'step_size' for AIConfig, for future AI...truebrain
2009-01-13(svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_d...truebrain
2009-01-13(svn r15057) -Fix [NoAI]: clamp the values of a setting between the ones allo...truebrain
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