mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:22:36 +00:00
63 lines
3.1 KiB
Plaintext
63 lines
3.1 KiB
Plaintext
This file is here to allow devs to easily add stuff in the release notes for the next release, it allows easy syncing with the release team, since you don't have to be around when the release takes place...
|
|
|
|
Just dump whatever you want to have mentioned in the release notes here. Please take care that it is in a way that allows copy&paste to the release notes. That is making sure that spelling/grammar/whatever is usable and that you are using complete sentences, not just single words. Please do use forum syntax and do *NOT* split lines after 80 chars!
|
|
|
|
Stuff that belongs in here:
|
|
* groundbreaking changes (new campaigns, extremely new feature, ...)
|
|
* changed dependencies (new things, version bumps, stuff that was removed)
|
|
* known bugs
|
|
|
|
The release team should empty this file after each release.
|
|
|
|
|
|
=======
|
|
CHANGES
|
|
=======
|
|
|
|
[section="Removed Terrain"]
|
|
The old flowers on grassland terrain (Ggf) has been removed in favour of ^Efm, introduced during the 1.9 development series.
|
|
Maps containing the old terrain will no longer load.
|
|
[/section]
|
|
|
|
[section="Lua updated to 5.2"]
|
|
Lua interpreter was updated to 5.2
|
|
Some of the changes are not compatible, but still work due to the compatibility mode. The compatibility mode would be disabled after several minor releases, so it's best to rework the code according to http://www.lua.org/manual/5.2/manual.html#8
|
|
Some of the changes in interpreter are not compatible but don't have a compatibility mode.
|
|
[/section]
|
|
|
|
[section="CMake installation"]
|
|
Default man installation directory now confirms to FHS.
|
|
[/section]
|
|
|
|
[section="Clang defaults to strict compilation"]
|
|
The Clang compiler now also defaults to strict compilation when building with CMake. Also the default flags have changed to the ones used for GCC. This has only be tested with Clang 3.1, please file bug reports if it breaks older versions of Clang.
|
|
[/section]
|
|
|
|
[section="Under the Burning Suns"]
|
|
The campaign Under the Burning Suns has had extensive code changes.
|
|
While most of them should not be visible, there are several changes that affect difficulty.
|
|
[list]
|
|
[*] In scenario 2, if healers are preventing dehydration in units, they are now unable to also heal them. This makes the elves unhealable during the day except in oases.
|
|
[*] The first tunnel collapse in scenario 6b, "In the Domain of the Dwarves", no longer kills both guards.
|
|
[*] The AI behaviour for the messenger in scenario 8, "Out of the Frying Pan", has been much improved.
|
|
[*] The chest at the end of the cave in scenario 8 now grants more gold on easy difficulties than hard and the amount will always take you to positive gold.
|
|
[*] There are scattered small changes that make the hardest difficulty slightly harder.
|
|
[/list]
|
|
Players are encouraged to try these scenarios and comment on its difficulty.
|
|
[/section]
|
|
|
|
[section="CMake compiler flags"]
|
|
The part to determine the CMake compiler flags has been rewritten and now has better support for compiler specific enabling of targets. Therefore it is recommended to regenerate your CMake build.
|
|
[/section]
|
|
|
|
[section="Another Change"]
|
|
[/section]
|
|
|
|
==========
|
|
KNOWN BUGS
|
|
==========
|
|
|
|
[list][*] Text for entry1.
|
|
[*] Text for entry2.
|
|
[/list]
|