truebrain [Sun, 08 Jun 2008 21:20:48 +0000] rev 10871
(svn r13422) [NoAI] -Change [API CHANGE]: remove Stop() as part of the AIController. This means you no longer need to have a Stop() function in your AI, nor is it ever called. This because it was silly, never used, and couldn't do anything real (all Sleep/DoCommands resulted in an assert, as the game expected the company to be gone).
truebrain [Sun, 08 Jun 2008 21:11:05 +0000] rev 10870
(svn r13421) [NoAI] -Fix: remove the need for a Sleep(1) before executing a command at the beginning of Start(), by skipping the first tick before calling Start() in the first place
rubidium [Sun, 08 Jun 2008 19:35:16 +0000] rev 10869
(svn r13420) [NoAI] -Add: function to get the town rating.
rubidium [Sun, 08 Jun 2008 19:18:01 +0000] rev 10868
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.
rubidium [Sun, 08 Jun 2008 15:32:10 +0000] rev 10867
(svn r13418) [NoAI] -Sync: with trunk r13380:13417.
rubidium [Sun, 08 Jun 2008 15:27:57 +0000] rev 10866
(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes.
truebrain [Sun, 08 Jun 2008 14:00:40 +0000] rev 10865
(svn r13416) [NoAI] -Fix: make doxygen happy again
truebrain [Sun, 08 Jun 2008 13:56:35 +0000] rev 10864
(svn r13415) [NoAI] -Add: added AITileList_StationType, giving all the tiles on which a station of your requested type is, for a given station
truebrain [Sun, 08 Jun 2008 12:45:11 +0000] rev 10863
(svn r13414) [NoAI] -Add: added AIStation::HasStationType(station_id, station_type) to check if a given station has a given station-type
rubidium [Sun, 08 Jun 2008 12:28:23 +0000] rev 10862
(svn r13413) -Codechange: remove some enums that haven't been used for years.