mirror of https://github.com/OpenTTD/OpenTTD
(svn r26561) [1.4] -Update documentation
parent
a6e95ace5c
commit
1d18ef48a4
|
@ -1,3 +1,30 @@
|
|||
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,6 +1,6 @@
|
|||
OpenTTD's known bugs
|
||||
Last updated: 2014-04-01
|
||||
Release version: 1.4.0
|
||||
Last updated: 2014-05-04
|
||||
Release version: 1.4.1-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Version numbers to update
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 4
|
||||
!define APPV_MAINT 0
|
||||
!define APPV_BUILD 6
|
||||
!define APPV_EXTRA ""
|
||||
!define APPV_MAINT 1
|
||||
!define APPV_BUILD 0
|
||||
!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-04-01
|
||||
Release version: 1.4.0
|
||||
Last updated: 2014-05-04
|
||||
Release version: 1.4.1-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -28,8 +28,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
|
||||
|
|
Loading…
Reference in New Issue