Update to 1.10.0-beta1
This commit is contained in:
@@ -15,6 +15,30 @@
|
||||
* functions may still be available if you return an older API version
|
||||
* in GetAPIVersion() in info.nut.
|
||||
*
|
||||
* \b 1.10.0
|
||||
*
|
||||
* This version is not yet released. The following changes are not set in stone yet.
|
||||
*
|
||||
* API additions:
|
||||
* \li AIGroup::SetPrimaryColour
|
||||
* \li AIGroup::SetSecondaryColour
|
||||
* \li AIGroup::GetPrimaryColour
|
||||
* \li AIGroup::GetSecondaryColour
|
||||
* \li AIVehicle::BuildVehicleWithRefit
|
||||
* \li AIVehicle::GetBuildWithRefitCapacity
|
||||
* \li AIRoad::GetName
|
||||
* \li AIRoad::RoadVehCanRunOnRoad
|
||||
* \li AIRoad::RoadVehHasPowerOnRoad
|
||||
* \li AIRoad::ConvertRoadType
|
||||
* \li AIRoad::GetMaxSpeed
|
||||
* \li AIEngine::CanRunOnRoad
|
||||
* \li AIEngine::HasPowerOnRoad
|
||||
* \li AIRoadTypeList::RoadTypeList
|
||||
* \li AIEventVehicleAutoReplaced
|
||||
*
|
||||
* Other changes:
|
||||
* \li AITile::DemolishTile works without a selected company
|
||||
*
|
||||
* \b 1.9.0
|
||||
*
|
||||
* API additions:
|
||||
@@ -34,6 +58,9 @@
|
||||
*
|
||||
* No changes
|
||||
*
|
||||
* API additions:
|
||||
* \li AIRoad::ERR_ROADTYPE_DISALLOWS_CROSSING
|
||||
*
|
||||
* \b 1.7.0 - 1.7.2
|
||||
*
|
||||
* No changes
|
||||
@@ -287,7 +314,7 @@
|
||||
* destination it its catchment area. One industry tile or one town house
|
||||
* is enough as long as station accepts the cargo. Awarded subsidies are no
|
||||
* longer bound to stations used for first delivery, any station can be
|
||||
* used for loading and unloading as long as cargo is transfered from
|
||||
* used for loading and unloading as long as cargo is transferred from
|
||||
* source to destination.
|
||||
* \li Make AIEngine:CanRefitCargo() not report refittability to mail by
|
||||
* default for aircraft. It is not necessarily true. This means that even
|
||||
|
||||
Reference in New Issue
Block a user