4 * This file is part of OpenTTD.
5 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
6 * 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.
7 * 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/>.
11 * @file game_changelog.hpp Lists all changes / additions to the API.
13 * Only new / renamed / deleted api functions will be listed here. A list of
14 * bug fixes can be found in the normal changelog. Note that removed API
15 * functions may still be available if you return an older API version
16 * in GetAPIVersion() in info.nut.
20 * 1.8.0 is not yet released. The following changes are not set in stone yet.
37 * \li GSList::SwapList
38 * \li GSStation::GetCargoPlanned
39 * \li GSStation::GetCargoPlannedFrom
40 * \li GSStation::GetCargoPlannedFromVia
41 * \li GSStation::GetCargoPlannedVia
42 * \li GSStation::GetCargoWaitingFromVia
43 * \li GSStationList_CargoPlannedByFrom
44 * \li GSStationList_CargoPlannedByVia
45 * \li GSStationList_CargoPlannedFromByVia
46 * \li GSStationList_CargoPlannedViaByFrom
47 * \li GSStationList_CargoWaitingByFrom
48 * \li GSStationList_CargoWaitingByVia
49 * \li GSStationList_CargoWaitingFromByVia
50 * \li GSStationList_CargoWaitingViaByFrom
53 * \li GSNews::Create takes two extra parameters to refer to a location, station,
54 * industry, or town. The user can click at the news message to jump to the
64 * \li GSCargoMonitor delivery and pickup monitor functions have improved boundary checking for
65 * their parameters, and return \c -1 if they are found out of bounds.
74 * \li AICargo::GetDistributionType
75 * \li GSCompany::ChangeBankBalance
76 * \li GSDate::DATE_INVALID
77 * \li GSDate::IsValidDate
78 * \li GSGoal::GT_STORY_PAGE
79 * \li GSGoal::IsCompleted
80 * \li GSGoal::SetCompleted
81 * \li GSGoal::SetProgress
83 * \li GSStation::HasCargoRating
84 * \li GSStation::GetCargoWaitingFrom
85 * \li GSStation::GetCargoWaitingVia
88 * \li GSStoryPageElementList
89 * \li GSTile::GetTerrainType
90 * \li GSTown::FoundTown
91 * \li GSTown::GetFundBuildingsDuration
93 * \li GSTown::TOWN_GROWTH_NONE
94 * \li GSTown::TOWN_GROWTH_NORMAL
97 * \li GSGoal::New can now create up to 64000 concurrent goals. The old limit was 256 goals.
98 * \li GSStation::GetCargoRating does return -1 for cargo-station combinations that
99 * do not have a rating yet instead of returning 69.
108 * \li GSTile::GetTerrainType
114 * \li GSEngine::IsValidEngine and GSEngine::IsBuildable when outside GSCompanyMode scope
115 * \li GSEventExclusiveTransportRights
116 * \li GSEventRoadReconstruction
117 * \li GSNews::NT_ACCIDENT, GSNews::NT_COMPANY_INFO, GSNews::NT_ADVICE, GSNews::NT_ACCEPTANCE
118 * \li GSIndustryType::IsProcessingIndustry
119 * \li GSStation::IsAirportClosed
120 * \li GSStation::OpenCloseAirport
121 * \li GSController::Break
122 * \li GSIndustryType::BuildIndustry, GSIndustryType::CanBuildIndustry, GSIndustryType::ProspectIndustry and GSIndustryType::CanProspectIndustry when outside GSCompanyMode scope
125 * \li Company specific goals are now removed when a company goes bankrupt or is taken over.
132 * \li First stable release with the NoGo framework.