mirror of https://github.com/OpenTTD/OpenTTD
(svn r22527) [1.1] -Prepare for 1.1.1
parent
7bbfbcddb7
commit
041714e538
|
@ -1,3 +1,9 @@
|
||||||
|
1.1.1 (2011-06-01)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
- Change: Automatic orders are better called implicit orders as no real order influencing path finding is added (r22474, r22473)
|
||||||
|
- Fix: Only try to insert implicit orders for ground vehicles. Aircraft may reach unscheduled terminals when skipping orders [FS#4624] (r22492)
|
||||||
|
|
||||||
|
|
||||||
1.1.1-RC1 (2011-05-15)
|
1.1.1-RC1 (2011-05-15)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [NewGRF] Allow to filter by town of the current industry when using industry variable 0x68 [FS#4591] (r22434)
|
- Feature: [NewGRF] Allow to filter by town of the current industry when using industry variable 0x68 [FS#4591] (r22434)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
OpenTTD's known bugs
|
OpenTTD's known bugs
|
||||||
Last updated: 2011-05-15
|
Last updated: 2011-06-01
|
||||||
Release version: 1.1.1-RC1
|
Release version: 1.1.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
openttd (1.1.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release 1.1.1
|
||||||
|
|
||||||
|
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 01 Jun 2011 00:00:00 +0200
|
||||||
|
|
||||||
openttd (1.1.1~RC1) unstable; urgency=low
|
openttd (1.1.1~RC1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.1.1-RC1
|
* New upstream release 1.1.1-RC1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set OPENTTD_VERSION=1.1.1-RC1
|
set OPENTTD_VERSION=1.1.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=0.7.0
|
set OPENGFX_VERSION=0.7.0
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
!define APPV_MAJOR 1
|
!define APPV_MAJOR 1
|
||||||
!define APPV_MINOR 1
|
!define APPV_MINOR 1
|
||||||
!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,6 +1,6 @@
|
||||||
OpenTTD readme
|
OpenTTD readme
|
||||||
Last updated: 2011-05-15
|
Last updated: 2011-06-01
|
||||||
Release version: 1.1.1-RC1
|
Release version: 1.1.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue