Doc: Prepare for 12.0 release

This commit is contained in:
Patric Stout 2021-10-03 13:24:39 +02:00 committed by Patric Stout
parent 06b2fa17e0
commit 0b526fe1f0
4 changed files with 15 additions and 5 deletions

View File

@ -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) 12.0-RC1 (2021-09-25)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Feature: Display icon/text whether vehicle is lost in vehicle (list) window (#9543) Feature: Display icon/text whether vehicle is lost in vehicle (list) window (#9543)

View File

@ -56,7 +56,7 @@ function(set_options)
option(OPTION_DEDICATED "Build dedicated server only (no GUI)" OFF) 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_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) if(EMSCRIPTEN)
# Although pthreads is supported, it is not in a way yet that is # Although pthreads is supported, it is not in a way yet that is
# useful for us. # useful for us.

View File

@ -15,8 +15,6 @@
* *
* \b 12.0 * \b 12.0
* *
* This version is not yet released. The following changes are not set in stone yet.
*
* API additions: * API additions:
* \li AINewGRF * \li AINewGRF
* \li AINewGRFList * \li AINewGRFList

View File

@ -15,8 +15,6 @@
* *
* \b 12.0 * \b 12.0
* *
* This version is not yet released. The following changes are not set in stone yet.
*
* API additions: * API additions:
* \li GSNewGRF * \li GSNewGRF
* \li GSNewGRFList * \li GSNewGRFList