From 4c9fab14030d9eca6fd9513405bf25edeed592f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Sat, 13 Apr 2024 13:53:55 +0200 Subject: [PATCH] Fix: Apply suggestions from code review Co-authored-by: Patric Stout --- changelog.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 114413c107..0b72f65392 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,17 +1,17 @@ 14.0 (2024-04-13) ------------------------------------------------------------------------ Update: New title game for 14.0 -Fix #12477: Use std::filesystem::rename instead of Windows Shell API call (#12478) +Fix #12477: Crash when launching OpenTTD from within a Dropbox folder (#12478) Fix #12233: Mini order list overlaps vehicle group name (#12423) Fix #12114: Viewport coords of crashed aircraft not updated when falling (#12424) Fix #12395: Ensure president name widget is tall enough (#12419) Fix #12415: Incorrect payment for aircraft secondary cargo (#12416) Fix #12387: [NewGRF] Wrong tile offset passed to rail station CB 149 (slope check) -Fix #12388: Vehicle::CopyVehicleConfigAndStatistics not releasing unit number (#12389) +Fix #12388: Autoreplacing train heads slowly made the unit number grow (#12389) Fix #12268: Capitalize "Wait to unbunch" order string (#12375) Fix #12368: Incorrect offset for click position within industry chain window (#12370) Fix: Signature validation did not close its file (#12479) -Fix: Aircraft crash counter was too low to reach ground (#12425) +Fix: Aircraft can float above the ground when crashed (#12425) Fix: Segfault when using -q without providing a . character (#12418) Fix: Wrong scrolling dropdown list position with RTL (#12412) Fix: [Win32] Force font mapper to only use TrueType fonts (#12406)