From 694d6f2072fc608c7c45723124f695c8e7ffcdd2 Mon Sep 17 00:00:00 2001 From: Kuhnovic <68320206+Kuhnovic@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:45:21 +0100 Subject: [PATCH] Doc: Prepare for 14.0-RC2 release (#12248) Co-authored-by: Michael Lutz --- changelog.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/changelog.txt b/changelog.txt index 5dab975280..8df27f22e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,42 @@ +14.0-RC2 (2024-03-16) +------------------------------------------------------------------------ +Update: Bump bundled OpenTTD TTF fonts to version v0.6 (#12276) +Update: Developer credits (#12173, #12235) +Change: Use (at least) standard toolbar button size for signal selection buttons (#12265) +Change: [Script] Match FormatString behaviour more closely (#12205) +Fix #12236: Ship pathfinder causes crash when ship is already at destination (#12238) +Fix #12225: [Script] Missing AI::ResetConfig support for running AI config (#12226) +Fix #12203: When unbunching at a depot, don't overlook implicit orders (#12220) +Fix #12196: Always show selected content, even when filtering and disable "select upgrade" button when filtering (#12201) +Fix #12195: Reset cursor when no Object is selected (#12207) +Fix #12176: Ships are circling in one place (#12181) +Fix #12154: Incorrect calendar day lengths with minutes per year setting (#12158) +Fix #12148: Do not draw decimals when number of digits is 0 (#12150) +Fix #12147: Reset all saved settings to their default before loading a game (#12210) +Fix #12145: Incorrect date handling in date cheat in wallclock time-keeping mode (#12146) +Fix #12134: Use correct error messages if clearing drive-through road stops fails (#12139) +Fix #12133: [Script] Don't crash when emergency saving (#12138) +Fix #12127: Truncation ellipses rendered shadows even for black font without shadows (#12132) +Fix #12119: Remove red warning text when maximum loan is zero (#12141) +Fix #12118: When adding an unbunching order, properly check for unsafe conditions (#12136) +Fix #12076: Do not allow 'join' command on dedicated servers (#12208) +Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) +Fix: Improved ship movement when no path to destination is found (#12285, #12286) +Fix: Initialize _switch_mode_time so crash-logs before first game have a realistic time (#12184) +Fix: [Script] Only show debug script window at the end of savegame loading (#12135) +Fix: [Script] Broken ScriptText circular reference detection (#12187) +Fix: Ordering of command per tick limit and pause mode filtering (#12126) +Fix: Only reset unbunching departure data in the correct depot (#12155) +Fix: Off by one in TimerGameEconomy::ConvertDateToYMD in wallclock mode (#12143) +Fix: Missing savegame conversion for current_order (#12188) +Fix: Helptext for timekeeping unit setting erroneously refers to vehicle movement (#12172) +Fix: Don't show "insert order" errors in the console (#12245) +Fix: Don't defer OnResize() after ReInit() (#12174) +Remove: [Script] random_deviation from setting description table (#12221) +Revert #11993: New number format system does not and cannot work for CJK languages (#12157) +Revert #11606: Don't auto-build past tunnelbridge ends (#12244) + + 14.0-RC1 (2024-02-18) ------------------------------------------------------------------------ Feature: Fully user configurable number format and abbreviations (#11993) -- 2.11.4.GIT