Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-22 | (svn r21888) -Codechange: remove some unneeded (for the AI header) headers ↵ | rubidium | |
from some AI headers, reducing the include tree | |||
2010-08-01 | (svn r20288) -Doc: add doxygen string to all GetClassName functions (part of ↵ | yexo | |
all AI api classes) | |||
2010-08-01 | (svn r20284) -Codechange: use ///< for single-line doxygen comments in the ↵ | yexo | |
AI code | |||
2010-07-29 | (svn r20238) -Doc: [NoAI] clarify the documentation for ↵ | yexo | |
AIBaseStation::GetLocation | |||
2009-09-13 | (svn r17531) -Fix: wrong @file for ai_basestation.hpp | rubidium | |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-08-18 | (svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. ↵ | yexo | |
Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api. -Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version. | |||
2009-07-31 | (svn r17012) -Add [NoAI]: AIBaseStation::GetConstructionDate | yexo | |
2009-07-31 | (svn r17011) -Change [NoAI]: Add AIBaseStation as a parentclass for ↵ | yexo | |
AIStation and AIWaypoint, and move GetName, SetName and GetLocation to AIBaseStation Remove (nearly) all references to WaypointID and replace them with StationID |