(svn r17094) -Update: AI changelog

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 15 years ago
parent e83f72c3c7
commit 6ae880a40d

@ -16,44 +16,59 @@
* \b 0.8.0 * \b 0.8.0
* *
* API additions: * API additions:
* \li AIAbstractList::SORT_ASCENDING
* \li AIAbstractList::SORT_DESCENDING
* \li AIBaseStation * \li AIBaseStation
* \li AIBuoyList * \li AIBuoyList
* \li AICompany::GetPresidentGender
* \li AICompany::SetPresidentGender
* \li AIEngine::GetDesignDate
* \li AIRail::RemoveRailWaypointTileRect * \li AIRail::RemoveRailWaypointTileRect
* *
* Other changes: * Other changes:
* \li The GetName / SetName / GetLocation functions were moved from AIStation * \li The GetName / SetName / GetLocation functions were moved from AIStation
* and AIWaypoint to AIBaseStation, but you can still use AIStation.GetName * and AIWaypoint to AIBaseStation, but you can still use AIStation.GetName
* as before * as before
* \li The GetConstructionDate function was moved from AIStation to
* AIBaseStation, but can still be used as AIStation.GetConstructionDate
* \li WaypointID was replaced by StationID. All WaypointIDs from previous * \li WaypointID was replaced by StationID. All WaypointIDs from previous
* savegames are invalid * savegames are invalid
* \li WAYPOINT_INVALID is now deprecated, use STATION_INVALID instead * \li WAYPOINT_INVALID is now deprecated, use STATION_INVALID instead
* \li AIs can create subclasses of API classes and use API constants as part
* of their own constants
*
* \b 0.7.3
*
* API additions:
* \li AIAbstractList::SORT_ASCENDING
* \li AIAbstractList::SORT_DESCENDING
* \li AICompany::GetPresidentGender
* \li AICompany::SetPresidentGender
* \li AIEngine::GetDesignDate
* \li AIStation::GetConstructionDate
* *
* \b 0.7.2 * \b 0.7.2
* *
* API additions: * API additions:
* \li AIVehicle::GetReliability * \li AIVehicle::GetReliability
* *
* Other changes:
* \li DoCommands and sleeps in call, acall, pcall and valuators are disallowed
*
* \b 0.7.1 * \b 0.7.1
* *
* API additions: * API additions:
* \li AIAirport::GetPrice * \li AIAirport::GetPrice
* \li AIController::GetVersion * \li AIController::GetVersion
* \li AIOrder::AIOF_DEPOT_FLAGS
* \li AIOrder::AIOF_STOP_IN_DEPOT * \li AIOrder::AIOF_STOP_IN_DEPOT
* \li AIOrder::IsCurrentOrderPartOfOrderList * \li AIOrder::IsCurrentOrderPartOfOrderList
* \li AIOrder::IsGotoDepotOrder * \li AIOrder::IsGotoDepotOrder
* \li AIOrder::IsGotoStationOrder * \li AIOrder::IsGotoStationOrder
* \li AIOrder::IsGotoWaypointOrder * \li AIOrder::IsGotoWaypointOrder
* \li AISignList * \li AISignList
* \li AITile::CORNER_[WSEN]
* \li AITile::ERR_AREA_ALREADY_FLAT * \li AITile::ERR_AREA_ALREADY_FLAT
* \li AITile::ERR_EXCAVATION_WOULD_DAMAGE * \li AITile::ERR_EXCAVATION_WOULD_DAMAGE
* \li AITile::GetCornerHeight * \li AITile::GetCornerHeight
* \li AITile::GetMaxHeight * \li AITile::GetMaxHeight
* \li AITile::GetMinHeight * \li AITile::GetMinHeight
* \li AIVehicle::SendVehicleToDepotForServicing
* *
* Other changes: * Other changes:
* \li GetURL() was added as optional function to info.nut * \li GetURL() was added as optional function to info.nut

Loading…
Cancel
Save