(svn r26561) [1.4] -Update documentation
This commit is contained in:
@@ -1,3 +1,46 @@
|
||||
1.4.1-RC1 (2014-05-04)
|
||||
------------------------------------------------------------------------
|
||||
- Change: Remove demand calculation based on tiles (r26484)
|
||||
- Change: Use pkg-config for libpng as well (r26435, r26433, r26432)
|
||||
- Change: Use better distance metric for link graph [FS#5941] (r26411)
|
||||
- Fix: [Windows] Crash when the operating system performs the "paint" callback during window creation [FS#5994] (r26539, r26538)
|
||||
- Fix: OpenBSD compilation [FS#5992] (r26523)
|
||||
- Fix: prevent from ever reading huge (or negative) amounts of data in strgen (r26521)
|
||||
- Fix: Severity rating of dedicated server messages during world generation (r26518)
|
||||
- Fix: Buffer overruns in handling of symbolic links inside tars (r26514)
|
||||
- Fix: Incorrect usage of strecpy (r26505, r26485)
|
||||
- Fix: Reading console input on dedicated server relied on unspecified behaviour (r26496)
|
||||
- Fix: Allow single-vehicle consists to station-refit in a meaningful way (r26483)
|
||||
- Fix: Prevent comparing to NULL when strndup could not allocate memory (r26476)
|
||||
- Fix: Potentially undefined shifts in NewGRF code (r26475)
|
||||
- Fix: Make sure there is no uninitialised sprite data (r26473)
|
||||
- Fix: Draw text shadow for ellipses (r26467)
|
||||
- Fix: Add special handling for PALETTE_CRASH to work for non-8bpp-mapped sprites (r26463)
|
||||
- Fix: Avoid division by 0 when scaling flow values [FS#5970] (r26448)
|
||||
- Fix: Draw links to match _settings_game.vehicle.road_side [FS#5961] (r26445)
|
||||
- Fix: Load button for heightmap list was missing [FS#5953] (r26428)
|
||||
- Fix: Do not crash when supplying an invalid filename without extension to cmd parameter -q (r26423)
|
||||
- Fix: Some road constructions used the rail sound effect [FS#5946] (r26422)
|
||||
- Fix: Goal GUI failed to shade [FS#5948] (r26420)
|
||||
- Fix: Shares button state was not appropriately updated when switching setting or company [FS#5947] (r26416)
|
||||
|
||||
|
||||
1.4.0 (2014-04-01)
|
||||
------------------------------------------------------------------------
|
||||
(None)
|
||||
|
||||
|
||||
1.4.0-RC1 (2014-03-18)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [Script] APIs to get cargo waiting from/via other station (r26396)
|
||||
- Fix: Do not explain "symmetric" cargodist mode when the setting does not allow it [FS#5939] (r26394)
|
||||
- Fix: Update distances between link graph nodes when station sign is moved (r26393)
|
||||
- Fix: No need to call OnFocus twice [FS#5933] (r26392)
|
||||
- Fix: Select a specific font size when freetype fails to select one automatically [FS#5885] (r26389)
|
||||
- Fix: Return correct values from ICU iterators in case of leading or trailing whitespace [FS#5924] (r26384)
|
||||
- Fix: All goal commands invalidated the goal list of company 0 [FS#5932] (r26382)
|
||||
|
||||
|
||||
1.4.0-beta5 (2014-02-25)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: Warn the user about empty setting search results, and about missing setting search results due to filtering (r26322, r26321)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
OpenTTD's known bugs
|
||||
Last updated: 2014-02-25
|
||||
Release version: 1.4.0-beta5
|
||||
Last updated: 2014-05-04
|
||||
Release version: 1.4.1-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,21 @@
|
||||
openttd (1.4.1~RC1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.4.1-RC1
|
||||
|
||||
-- OpenTTD <info@openttd.org> Sun, 04 May 2014 21:00:00 +0200
|
||||
|
||||
openttd (1.4.0-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.4.0
|
||||
|
||||
-- OpenTTD <info@openttd.org> Tue, 01 Apr 2014 21:00:00 +0200
|
||||
|
||||
openttd (1.4.0~RC1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.4.0-RC1
|
||||
|
||||
-- OpenTTD <info@openttd.org> Tue, 17 Mar 2014 21:00:00 +0100
|
||||
|
||||
openttd (1.4.0~beta5-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.4.0-beta5
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Version numbers to update
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 5
|
||||
!define APPV_MAINT 0
|
||||
!define APPV_MINOR 4
|
||||
!define APPV_MAINT 1
|
||||
!define APPV_BUILD 0
|
||||
!define APPV_EXTRA "-beta1"
|
||||
!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-02-25
|
||||
Release version: 1.4.0-beta5
|
||||
Last updated: 2014-05-04
|
||||
Release version: 1.4.1-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -722,6 +722,7 @@ Thanks to:
|
||||
George - Canal graphics
|
||||
Andrew Parkhouse (andythenorth) - River graphics
|
||||
David Dallaston (Pikka) - Tram tracks
|
||||
Fleashosio - Titlegame
|
||||
All Translators - For their support to make OpenTTD a truly international game
|
||||
Bug Reporters - Thanks for all bug reports
|
||||
Chris Sawyer - For an amazing game!
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
* \li GSGoal::SetProgress
|
||||
* \li GSGoal::SetText
|
||||
* \li GSStation::HasCargoRating
|
||||
* \li AIStation::GetCargoWaitingFrom
|
||||
* \li AIStation::GetCargoWaitingVia
|
||||
* \li GSStation::GetCargoWaitingFrom
|
||||
* \li GSStation::GetCargoWaitingVia
|
||||
* \li GSStoryPage
|
||||
* \li GSStoryPageList
|
||||
* \li GSStoryPageElementList
|
||||
|
||||
Reference in New Issue
Block a user