mirror of https://github.com/OpenTTD/OpenTTD
(svn r25309) [1.3] -Update: some documentation
parent
6289bb92af
commit
3ac18d20c9
|
@ -1,3 +1,8 @@
|
||||||
|
1.3.1 (2013-06-01)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
- Fix: When overbuilding a reserved track with a non-track station tile, that tile would remain reserved and eventually trigger a crash upon removal [FS#5540] (r25251)
|
||||||
|
|
||||||
|
|
||||||
1.3.1-RC1 (2013-05-17)
|
1.3.1-RC1 (2013-05-17)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: Translations of baseset descriptions via language files (r25209, r25205)
|
- Feature: Translations of baseset descriptions via language files (r25209, r25205)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
OpenTTD's known bugs
|
OpenTTD's known bugs
|
||||||
Last updated: 2013-04-01
|
Last updated: 2013-06-01
|
||||||
Release version: 1.3.0
|
Release version: 1.3.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
openttd (1.3.1-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release 1.3.1
|
||||||
|
|
||||||
|
-- OpenTTD <info@openttd.org> Sat, 01 Jun 2013 00:00:00 +0300
|
||||||
|
|
||||||
openttd (1.3.1~RC1-0) unstable; urgency=low
|
openttd (1.3.1~RC1-0) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.3.1-RC1
|
* New upstream release 1.3.1-RC1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set OPENTTD_VERSION=1.3.1-RC1
|
set OPENTTD_VERSION=1.3.1
|
||||||
set OPENSFX_VERSION=0.8.0
|
set OPENSFX_VERSION=0.8.0
|
||||||
set NOSOUND_VERSION=0.8.0
|
set NOSOUND_VERSION=0.8.0
|
||||||
set OPENGFX_VERSION=1.2.0
|
set OPENGFX_VERSION=1.2.0
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
!define APPV_MAJOR 1
|
!define APPV_MAJOR 1
|
||||||
!define APPV_MINOR 3
|
!define APPV_MINOR 3
|
||||||
!define APPV_MAINT 1
|
!define APPV_MAINT 1
|
||||||
!define APPV_BUILD 0
|
!define APPV_BUILD 1
|
||||||
!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: 2013-05-23
|
Last updated: 2013-06-01
|
||||||
Release version: 1.3.1-RC1
|
Release version: 1.3.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue