Wed, 23 Nov 2011 16:05:19 +0000 |
truebrain |
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
draft
|
Mon, 13 Jun 2011 15:23:20 +0000 |
yexo |
(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth)
draft
|
Fri, 04 Feb 2011 14:11:14 +0000 |
smatz |
(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year
draft
|
Sun, 10 Oct 2010 15:33:22 +0000 |
yexo |
(svn r20913) -Fix (r19231): [NoAI] give the correct error message if you try to overbuild an opponont road station with your own while using the 0.7 or 1.0 compatibility layer (fanioz)
draft
|
Thu, 19 Aug 2010 15:44:17 +0000 |
yexo |
(svn r20564) -Fix (r20562): provide compatibility for AIs using the 0.7/1.0 API and using AIList::ChangeItem
draft
|
Thu, 19 Aug 2010 15:37:28 +0000 |
yexo |
(svn r20563) -Change: [NoAI] rename AIAbstractList to AIList
draft
|
Sat, 07 Aug 2010 20:51:53 +0000 |
yexo |
(svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type
draft
|
Sun, 28 Feb 2010 20:25:03 +0000 |
frosch |
(svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead.
draft
|
Wed, 24 Feb 2010 21:55:03 +0000 |
terkhen |
(svn r19231) -Feature: Allow overbuilding of road stops.
draft
|
Mon, 04 Jan 2010 19:42:29 +0000 |
frosch |
(svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType().
draft
|
Sat, 02 Jan 2010 15:52:29 +0000 |
yexo |
(svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a certain engine.
draft
|
Mon, 14 Dec 2009 22:17:15 +0000 |
yexo |
(svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplicate or AIOrder.SkipToOrder
draft
|
Tue, 08 Sep 2009 10:12:13 +0000 |
rubidium |
(svn r17471) -Change: when removing a station or waypoint keep the rail unless Ctrl is pressed. This makes the behaviour consistent between the two.
draft
|
Mon, 07 Sep 2009 23:30:31 +0000 |
rubidium |
(svn r17469) -Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7.
draft
|
Thu, 27 Aug 2009 13:47:03 +0000 |
smatz |
(svn r17293) -Fix [NoAI]: AITown::GetLastMonthTransported didn't work as documented at all, make it return what AITown::GetLastMonthProduction did
draft
|
Wed, 26 Aug 2009 16:30:24 +0000 |
yexo |
(svn r17289) -Fix (r17214): for AIs it's STATION_INVALID, not INVALID_STATION
draft
|
Tue, 18 Aug 2009 18:51:42 +0000 |
yexo |
(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. 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.
draft
|