Changeset - r23044:56400666cad4
[Not reviewed]
master
0 2 0
Greg-21 - 6 years ago 2018-11-05 23:38:42
34160838+Greg-21@users.noreply.github.com
Doc: Changed several files to unificate them... (#6964)

...with those from release 1.8 branch.
2 files changed with 13 insertions and 2 deletions:
0 comments (0 inline, 0 general)
os/debian/changelog
Show inline comments
 
openttd (1.8.0-0) unstable; urgency=low
 

	
 
  * New upstream release 1.8.0
 

	
 
 -- OpenTTD <info@openttd.org>  Sun, 01 Apr 2018 14:00:00 +0200
 

	
 
openttd (1.8.0~RC1-0) unstable; urgency=low
 

	
 
  * New upstream release 1.8.0-RC1
 

	
 
 -- OpenTTD <info@openttd.org>  Wed, 21 Mar 2018 21:00:00 +0100
 

	
 
openttd (1.7.2-0) unstable; urgency=low
 

	
 
  * New upstream release 1.7.2
 

	
 
 -- OpenTTD <info@openttd.org>  Sun, 24 Dec 2017 14:00:00 +0100
 

	
 
openttd (1.7.2~RC1-0) unstable; urgency=low
 

	
 
  * New upstream release 1.7.2-RC1
 

	
 
 -- OpenTTD <info@openttd.org>  Mon, 11 Dec 2017 21:30:00 +0100
 

	
 
openttd (1.7.1-0) unstable; urgency=low
 

	
 
  * New upstream release 1.7.1
 

	
 
 -- OpenTTD <info@openttd.org>  Tue, 13 Jun 2017 21:00:00 +0200
 

	
 
openttd (1.7.1~RC1-0) unstable; urgency=low
 

	
 
  * New upstream release 1.7.1-RC1
 

	
 
 -- OpenTTD <info@openttd.org>  Thu, 04 Mai 2017 21:00:00 +0200
 

	
 
@@ -981,25 +993,24 @@ openttd (0.4.0-1) unstable; urgency=low
 
  * New upstream release
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Mon, 16 May 2005 00:16:17 +0200
 

	
 
openttd (0.3.6-1) unstable; urgency=low
 

	
 
  * New upstream release
 
  * Modifed Makefile to install xpm icon and scenarios in /usr/share/games/openttd/
 
  * Added openttd.32.xpm, openttd.64.xpm was too big
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 25 Jan 2005 19:21:08 +0100
 

	
 
openttd (0.3.5-2) unstable; urgency=low
 

	
 
  * Fixed some lintian warnings.
 
  * Added openttd.64.xpm (icon for menu).
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Mon, 27 Dec 2004 01:51:36 +0100
 

	
 
openttd (0.3.5-1) unstable; urgency=low
 

	
 
  * Initial Release.
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Fri, 24 Dec 2004 02:58:47 +0100
 

	
src/script/api/ai_changelog.hpp
Show inline comments
 
@@ -2,49 +2,49 @@
 

	
 
/*
 
 * This file is part of OpenTTD.
 
 * 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.
 
 * 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.9.0
 
 *
 
 * 1.9.0 is not yet released. The following changes are not set in stone yet.
 
 * API additions:
 
 * \li AIAirport::GetMonthlyMaintenanceCost
 
 *
 
 * \b 1.8.0
 
 *
 
 * 1.8.0 is not yet released. The following changes are not set in stone yet.
 
 * No changes
 
 *
 
 * \b 1.7.0 - 1.7.2
 
 *
 
 * No changes
 
 *
 
 * \b 1.6.1 - 1.6.0
 
 *
 
 * No changes
 
 *
 
 * \b 1.5.3 - 1.5.1
 
 *
 
 * No changes
 
 *
 
 * \b 1.5.0
 
 *
 
 * API additions:
 
 * \li AIList::SwapList
 
 * \li AIStation::GetCargoPlanned
 
 * \li AIStation::GetCargoPlannedFrom
 
 * \li AIStation::GetCargoPlannedFromVia
 
 * \li AIStation::GetCargoPlannedVia
 
 * \li AIStation::GetCargoWaitingFromVia
 
 * \li AIStationList_CargoPlannedByFrom
 
 * \li AIStationList_CargoPlannedByVia
0 comments (0 inline, 0 general)