mirror of https://github.com/OpenTTD/OpenTTD
(svn r26439) [1.4] -Update documentation
parent
0c2be35fa1
commit
9d2f06c42c
|
@ -1,7 +1,12 @@
|
||||||
|
1.4.0 (2014-04-01)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
(None)
|
||||||
|
|
||||||
|
|
||||||
1.4.0-RC1 (2014-03-18)
|
1.4.0-RC1 (2014-03-18)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [Script] APIs to get cargo waiting from/via other station (r26396)
|
- Feature: [Script] APIs to get cargo waiting from/via other station (r26396)
|
||||||
- Fix: Don't explain "symmetric" cargodist mode when the setting does not allow it [FS#5939] (r26394)
|
- Fix: Do not explain "symmetric" cargodist mode when the setting does not allow it [FS#5939] (r26394)
|
||||||
- Fix: Update distances between link graph nodes when station sign is moved (r26393)
|
- Fix: Update distances between link graph nodes when station sign is moved (r26393)
|
||||||
- Fix: No need to call OnFocus twice [FS#5933] (r26392)
|
- Fix: No need to call OnFocus twice [FS#5933] (r26392)
|
||||||
- Fix: Select a specific font size when freetype fails to select one automatically [FS#5885] (r26389)
|
- Fix: Select a specific font size when freetype fails to select one automatically [FS#5885] (r26389)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
OpenTTD's known bugs
|
OpenTTD's known bugs
|
||||||
Last updated: 2014-03-17
|
Last updated: 2014-04-01
|
||||||
Release version: 1.4.0-RC1
|
Release version: 1.4.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
openttd (1.4.0-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release 1.4.0
|
||||||
|
|
||||||
|
-- OpenTTD <info@openttd.org> Tue, 01 Apr 2014 21:00:00 +0200
|
||||||
|
|
||||||
openttd (1.4.0~RC1-0) unstable; urgency=low
|
openttd (1.4.0~RC1-0) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.4.0-RC1
|
* New upstream release 1.4.0-RC1
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
!define APPV_MAJOR 1
|
!define APPV_MAJOR 1
|
||||||
!define APPV_MINOR 4
|
!define APPV_MINOR 4
|
||||||
!define APPV_MAINT 0
|
!define APPV_MAINT 0
|
||||||
!define APPV_BUILD 5
|
!define APPV_BUILD 6
|
||||||
!define APPV_EXTRA "-RC1"
|
!define APPV_EXTRA ""
|
||||||
|
|
||||||
!define APPNAME "OpenTTD" ; Define application name
|
!define APPNAME "OpenTTD" ; Define application name
|
||||||
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Last updated: 2014-03-17
|
Last updated: 2014-04-01
|
||||||
Release version: 1.4.0-RC1
|
Release version: 1.4.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
*
|
*
|
||||||
* \b 1.4.0
|
* \b 1.4.0
|
||||||
*
|
*
|
||||||
* 1.4.0 is not yet released. The following changes are not set in stone yet.
|
|
||||||
*
|
|
||||||
* API additions:
|
* API additions:
|
||||||
* \li AICargo::GetDistributionType
|
* \li AICargo::GetDistributionType
|
||||||
* \li AIDate::DATE_INVALID
|
* \li AIDate::DATE_INVALID
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
*
|
*
|
||||||
* \b 1.4.0
|
* \b 1.4.0
|
||||||
*
|
*
|
||||||
* 1.4.0 is not yet released. The following changes are not set in stone yet.
|
|
||||||
*
|
|
||||||
* API additions:
|
* API additions:
|
||||||
* \li AICargo::GetDistributionType
|
* \li AICargo::GetDistributionType
|
||||||
* \li GSCompany::ChangeBankBalance
|
* \li GSCompany::ChangeBankBalance
|
||||||
|
|
Loading…
Reference in New Issue