1
0
Fork 0

(svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog.

release/1.4
frosch 2013-07-14 08:55:38 +00:00
parent b7c1c5ccf0
commit c35591c864
2 changed files with 6 additions and 6 deletions

View File

@ -20,11 +20,11 @@
* 1.4.0 is not yet released. The following changes are not set in stone yet. * 1.4.0 is not yet released. The following changes are not set in stone yet.
* *
* API additions: * API additions:
* \li AIStation::HasRating * \li AIStation::HasCargoRating
* \li AITile::GetTerrainType * \li AITile::GetTerrainType
* *
* Other changes: * Other changes:
* \li AIStation::GetRating does return -1 for cargo-station combinations that * \li AIStation::GetCargoRating does return -1 for cargo-station combinations that
* do not have a rating yet instead of returning 69. * do not have a rating yet instead of returning 69.
* *
* \b 1.3.0 * \b 1.3.0
@ -75,10 +75,10 @@
* \li AIOrder::SetOrderRefit * \li AIOrder::SetOrderRefit
* \li AIRail::GetMaintenanceCostFactor * \li AIRail::GetMaintenanceCostFactor
* \li AIRoad::GetMaintenanceCostFactor * \li AIRoad::GetMaintenanceCostFactor
* \li AITile::GetTownAuthority
* \li AITown::GetCargoGoal * \li AITown::GetCargoGoal
* \li AITown::GetGrowthRate * \li AITown::GetGrowthRate
* \li AITown::GetLastMonthReceived * \li AITown::GetLastMonthReceived
* \li AITown::GetTownAuthority
* \li AITownEffectList (to walk over all available town effects) * \li AITownEffectList (to walk over all available town effects)
* \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached * \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached
* \li AIVehicle::GetMaximumOrderDistance * \li AIVehicle::GetMaximumOrderDistance
@ -98,7 +98,7 @@
* Other changes: * Other changes:
* \li AITown::GetLastMonthProduction no longer has prerequisites based on town * \li AITown::GetLastMonthProduction no longer has prerequisites based on town
* effects. * effects.
* \li AITown::GetLastMonthTransported no longer has prerequisites based on * \li AITown::GetLastMonthTransported resp. AITown::GetLastMonthSupplied no longer has prerequisites based on
* town effects. * town effects.
* \li AITown::GetLastMonthTransportedPercentage no longer has prerequisites * \li AITown::GetLastMonthTransportedPercentage no longer has prerequisites
* based on town effects. * based on town effects.

View File

@ -24,13 +24,13 @@
* \li GSGoal::SetCompleted * \li GSGoal::SetCompleted
* \li GSGoal::SetProgress * \li GSGoal::SetProgress
* \li GSGoal::SetText * \li GSGoal::SetText
* \li GSStation::HasRating * \li GSStation::HasCargoRating
* \li GSStoryPage * \li GSStoryPage
* \li GSTile::GetTerrainType * \li GSTile::GetTerrainType
* *
* Other changes: * Other changes:
* \li GSGoal::New can now create up to 64000 concurrent goals. The old limit was 256 goals. * \li GSGoal::New can now create up to 64000 concurrent goals. The old limit was 256 goals.
* \li GSStation::GetRating does return -1 for cargo-station combinations that * \li GSStation::GetCargoRating does return -1 for cargo-station combinations that
* do not have a rating yet instead of returning 69. * do not have a rating yet instead of returning 69.
* *
* \b 1.3.0 * \b 1.3.0