mirror of https://github.com/OpenTTD/OpenTTD
(svn r25031) [1.3] -Update: documentation
parent
8ad76d2f8d
commit
bb4a82c8e1
|
@ -1,3 +1,15 @@
|
||||||
|
1.3.0-RC1 (2013-02-19)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
- Feature: Searching of (missing) content via GrfCrawler (r25024, r25023)
|
||||||
|
- Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over (r24986)
|
||||||
|
- Change: Apply the same name sorting rules to content and NewGRF list as for the server list (r24983)
|
||||||
|
- Fix: [SDL] Crash after bootstrap download of 32bits base set due to referencing a deleted mutex [FS#5466] (r25017)
|
||||||
|
- Fix: [SDL] Improve 8bpp hardware palette support. Instead of always requesting SDL_HWPALETTE, it is now only done for 8bp blitters in fullscreen mode (r25003, r25002, r24993)
|
||||||
|
- Fix: Set vehicle's service interval is percent flag appropriately on creation [FS#5137] (r24998)
|
||||||
|
- Fix: When choosing a train in a depot to attach a newly purchased wagon to, do not consider trains currently moving in and out of the depot (r24987)
|
||||||
|
- Fix: [Script] Crash when passing too many parameters [FS#5465] (r24982, r24981, r24980)
|
||||||
|
|
||||||
|
|
||||||
1.3.0-beta2 (2013-02-07)
|
1.3.0-beta2 (2013-02-07)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [NewGRF] Station randomisation triggers (r24906, r24905)
|
- Feature: [NewGRF] Station randomisation triggers (r24906, r24905)
|
||||||
|
|
|
@ -1,10 +1,16 @@
|
||||||
openttd (1.3.0-beta2) unstable; urgency=low
|
openttd (1.3.0~RC1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release 1.3.0-RC1
|
||||||
|
|
||||||
|
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 19 Feb 2013 00:00:00 +0100
|
||||||
|
|
||||||
|
openttd (1.3.0~beta2) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.3.0-beta2
|
* New upstream release 1.3.0-beta2
|
||||||
|
|
||||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 07 Feb 2013 00:00:00 +0100
|
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 07 Feb 2013 00:00:00 +0100
|
||||||
|
|
||||||
openttd (1.3.0-beta1) unstable; urgency=low
|
openttd (1.3.0~beta1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release 1.3.0-beta1
|
* New upstream release 1.3.0-beta1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set OPENTTD_VERSION=1.3.0-beta2
|
set OPENTTD_VERSION=1.3.0-RC1
|
||||||
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 0
|
!define APPV_MAINT 0
|
||||||
!define APPV_BUILD 1
|
!define APPV_BUILD 2
|
||||||
!define APPV_EXTRA "-beta2"
|
!define APPV_EXTRA "-RC1"
|
||||||
|
|
||||||
!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: 2013-02-07
|
Last updated: 2013-02-19
|
||||||
Release version: 1.3.0-beta2
|
Release version: 1.3.0-RC1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue