File diff r18152:f18368d84725 → r18153:1832e21596a3
src/ai/api/ai_changelog.hpp
Show inline comments
 
@@ -6,48 +6,49 @@
 
 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/**
 
 * @file ai_changelog.hpp Lists all changes / additions to the API.
 
 *
 
 * Only new / renamed / deleted api functions will be listed here. A list of
 
 * bug fixes can be found in the normal changelog. Note that removed API
 
 * functions may still be available if you return an older API version
 
 * in GetAPIVersion() in info.nut.
 
 *
 
 * \b 1.2.0
 
 *
 
 * 1.2.0 is not yet released. The following changes are not set in stone yet.
 
 *
 
 * API additions:
 
 *
 
 * \li AICompany::GetQuarterlyIncome
 
 * \li AICompany::GetQuarterlyExpenses
 
 * \li AICompany::GetQuarterlyCargoDelivered
 
 * \li AICompany::GetQuarterlyPerformanceRating
 
 * \li AICompany::GetQuarterlyCompanyValue
 
 * \li AITown::GetTownAuthority
 
 * \li AIVehicle::ERR_VEHICLE_TOO_LONG in case vehicle length limit is reached
 
 *
 
 * API removals:
 
 * \li AICompany::GetCompanyValue, use AICompany::GetQuarterlyCompanyValue instead.
 
 *
 
 * \b 1.1.2
 
 *
 
 * No changes
 
 *
 
 * \b 1.1.1
 
 *
 
 * No changes
 
 *
 
 * \b 1.1.0
 
 *
 
 * API additions:
 
 * \li IsEnd for all lists.
 
 * \li AIEventTownFounded
 
 * \li AIIndustry::GetIndustryID
 
 * \li AIIndustryType::INDUSTRYTYPE_TOWN
 
 * \li AIIndustryType::INDUSTRYTYPE_UNKNOWN
 
 * \li AIOrder::IsVoidOrder
 
 * \li AIRail::GetName
 
 * \li AITown::IsCity
 
 *