summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_basestation.cpp
AgeCommit 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-12-05(svn r21415) -Codechange: limit station/waypoint name by amount of ↵rubidium
characters, not bytes
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-02(svn r17386) -Fix (r17011): AIBaseStation::IsValidBaseStation() returned ↵yexo
false for stations with OWNER_NONE
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-31(svn r17012) -Add [NoAI]: AIBaseStation::GetConstructionDateyexo
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