mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 09:39:10 +00:00
(svn r27216) [1.5] -Update: Documentation
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
1.5.0 (2015-04-01)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
- Fix: [NewGRF] Add Misc. GRF Feature Flag 6 to enable the second rocky tile set [FS#6260] (r27200)
|
||||||
|
|
||||||
|
|
||||||
1.5.0-RC1 (2015-03-18)
|
1.5.0-RC1 (2015-03-18)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [NewGRF] Display relative offset changes in the sprite aligner [FS#6236] (r27174)
|
- Feature: [NewGRF] Display relative offset changes in the sprite aligner [FS#6236] (r27174)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
OpenTTD's known bugs
|
OpenTTD's known bugs
|
||||||
Last updated: 2015-03-18
|
Last updated: 2015-04-01
|
||||||
Release version: 1.5.0-RC1
|
Release version: 1.5.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
openttd (1.5.0-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release 1.5.0
|
||||||
|
|
||||||
|
-- OpenTTD <info@openttd.org> Wed, 01 Apr 2015 21:00:00 +0200
|
||||||
|
|
||||||
openttd (1.5.0~RC1-0) unstable; urgency=low
|
openttd (1.5.0~RC1-0) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.5.0-RC1
|
* New upstream release 1.5.0-RC1
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
!define APPV_MAJOR 1
|
!define APPV_MAJOR 1
|
||||||
!define APPV_MINOR 5
|
!define APPV_MINOR 5
|
||||||
!define APPV_MAINT 0
|
!define APPV_MAINT 0
|
||||||
!define APPV_BUILD 2
|
!define APPV_BUILD 3
|
||||||
!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: 2015-03-18
|
Last updated: 2015-04-01
|
||||||
Release version: 1.5.0-RC1
|
Release version: 1.5.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user