From 0b526fe1f0c878177ec4edd6ae806981cc68cf46 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 3 Oct 2021 13:24:39 +0200 Subject: [PATCH] Doc: Prepare for 12.0 release --- changelog.txt | 14 ++++++++++++++ cmake/Options.cmake | 2 +- src/script/api/ai_changelog.hpp | 2 -- src/script/api/game_changelog.hpp | 2 -- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 13bd6ed070..739911c26e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +12.0 (2021-10-17) +------------------------------------------------------------------------ +Add: [Network] Keep the refresh button in lowered state while refreshing (#9600) +Add: Console command to list search directories for various things (#9583) +Fix: Try all possible reverse directions when a ship reaches a dead end (#9610) +Fix: Incorrect Romanian own name (#9598) +Fix #9591: Update station docking tiles upon placing a water object on a docking tile (#9594) +Fix #9548: [Squirrel] Crash during engine cleanup after reaching memory limit on realloc (#9592) +Fix #9588: [Squirrel] Reaching memory limit during script registration could prevent further script detections (#9589) +Fix: Make ships more likely to find their destination at the cost of slightly worse paths (#9576) +Change: Reverse ship when leaving docks if a better path exists (#9610) +Change: Allow all tiles around docks to be docking tiles (#9578) + + 12.0-RC1 (2021-09-25) ------------------------------------------------------------------------ Feature: Display icon/text whether vehicle is lost in vehicle (list) window (#9543) diff --git a/cmake/Options.cmake b/cmake/Options.cmake index 42d1127906..bfa14b6c3c 100644 --- a/cmake/Options.cmake +++ b/cmake/Options.cmake @@ -56,7 +56,7 @@ function(set_options) option(OPTION_DEDICATED "Build dedicated server only (no GUI)" OFF) option(OPTION_INSTALL_FHS "Install with Filesystem Hierarchy Standard folders" ${DEFAULT_OPTION_INSTALL_FHS}) - option(OPTION_USE_ASSERTS "Use assertions; leave enabled for nightlies, betas, and RCs" ON) + option(OPTION_USE_ASSERTS "Use assertions; leave enabled for nightlies, betas, and RCs" OFF) if(EMSCRIPTEN) # Although pthreads is supported, it is not in a way yet that is # useful for us. diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index c1ea5e152e..db409a2bcb 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -15,8 +15,6 @@ * * \b 12.0 * - * This version is not yet released. The following changes are not set in stone yet. - * * API additions: * \li AINewGRF * \li AINewGRFList diff --git a/src/script/api/game_changelog.hpp b/src/script/api/game_changelog.hpp index 741d3f56d0..e203be50b5 100644 --- a/src/script/api/game_changelog.hpp +++ b/src/script/api/game_changelog.hpp @@ -15,8 +15,6 @@ * * \b 12.0 * - * This version is not yet released. The following changes are not set in stone yet. - * * API additions: * \li GSNewGRF * \li GSNewGRFList