summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_buoylist.cpp
AgeCommit message (Collapse)Author
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and ↵rubidium
waypoint_func.h
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions ↵rubidium
all over the place when using the more advanced station types. -Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
2009-06-17(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoysyexo