mirror of https://github.com/OpenTTD/OpenTTD
(svn r26673) [1.4] -Update documentation
parent
8dc0522434
commit
26ed360ccd
|
@ -1,3 +1,16 @@
|
|||
1.4.2-RC1 (2014-07-03)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: CargoPacket::SourceStation() returns a StationID (r26660)
|
||||
- Fix: Days in dates are not represented by ordinal numbers in all languages [FS#6047] (r26657)
|
||||
- Fix: Production cheat cannot be allowed to be active in multiplayer for desync reasons, even when activated in singleplayer previously [FS#6044] (r26656)
|
||||
- Fix: Make sure an 'abs' is used that supports int64 when using 'abs' on those variables (r26651)
|
||||
- Fix: Support save/load chunk lengths of up to (1 << 32) - 1 [FS#6041] (r26650)
|
||||
- Fix: Incorrect usage of string commands in the base language [FS#6037] (r26642, r26640, r26639, r26632)
|
||||
- Fix: Segmentation fault when encountering a .obg/.obs/.obm with empty string/zero length MD5 checksums [FS#6038] (r26637)
|
||||
- Fix: The 'Load' button was not properly enabled/disabled for old savegames without NewGRF information (r26634)
|
||||
- Fix: If the video driver fails to supply a list of resolutions, display an error message [FS#6012] (r26629)
|
||||
|
||||
|
||||
1.4.1 (2014-06-02)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: First send packages about new company, then clients joining it to admin port [FS#6025] (r26616)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
OpenTTD's known bugs
|
||||
Last updated: 2014-06-02
|
||||
Release version: 1.4.1
|
||||
Last updated: 2014-07-03
|
||||
Release version: 1.4.2-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
openttd (1.4.2~RC1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.4.2-RC1
|
||||
|
||||
-- OpenTTD <info@openttd.org> Thu, 03 Jul 2014 21:00:00 +0200
|
||||
|
||||
openttd (1.4.1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.4.1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Version numbers to update
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 4
|
||||
!define APPV_MAINT 1
|
||||
!define APPV_BUILD 2
|
||||
!define APPV_EXTRA ""
|
||||
!define APPV_MAINT 2
|
||||
!define APPV_BUILD 0
|
||||
!define APPV_EXTRA "-RC1"
|
||||
|
||||
!define APPNAME "OpenTTD" ; Define application name
|
||||
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Last updated: 2014-06-02
|
||||
Release version: 1.4.1
|
||||
Last updated: 2014-07-03
|
||||
Release version: 1.4.2-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue