wesnoth/RELEASE_NOTES
2010-08-15 23:09:45 +00:00

120 lines
7.4 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.
The release team should empty this file after each release.
***
A new campaign has entered mainline after being hosted by the
Wesnoth-UMC-Dev Project for a few months. It is Dead Water, an
intermediate level merfolk campaign with 13 scenarios.
***
On X11 systems, Battle for Wesnoth now respects the XDG base directory
specification when storing files into the home directory. In particular,
unless some custom configuration from the user or the desktop environment
is in use, config files will be found in ~/.config/wesnoth, save files
and add-ons will be found in ~/.local/share/wesnoth/<version>, and cache
files will be found in ~/.cache/wesnoth.
***
Lua is no longer an external dependency. It is now imported in the src/
directory so that it can be compiled with same C++ compiler as the engine.
***
>>> Terrain: <<<
There are many changes and improvements to terrain since 1.8.x. Many of these changes are ongoing, so some terrains are half-baked, but overall the appearance should be much improved.
-- Highlights: --
* New Animated Water and new land to water transitions.
* Cave terrains are no longer extra dark, so they don't clash so much with other terrains. The darkness in underground maps is now supplied by a "time of day" color shift.
* The base terrain beneath land villages can now be changed.
* The color of most terrains have been shifted, so that terrains look like they belong together.
* Many new terrain variants.
-- Important Changes for Map Conversion: --
* Cactuses and desert decorations. These are now *not* automatically part of Dd (desert). Mapmakers can now apply the embellishment "Desert Plants" (^Edp) over any base terrain, to get the density and placement of cacti that they want.
* Flower are are now an embellishment overlay (^Efm) "Embellishment, Flowers, Mixed". It can now be mixed with other base terrains. "Ggf" is depreciated. It still exists, but will eventually be removed. For a better appearance, convert to "Gg^Efm", or another base with "^Efm".
* "Desert Road" (Rd) used to be a rather dark and ambiguous dirt terrain. It's now much lighter as is appropriate for very dry dirt, but might have been used elsewhere as a dark terrain- which it no longer is. If dark was what you wanted switch to "Rb" or another of terrain.
* "Rocky Path" (Rp) was intended as an overgrown foresty path, but didn't make this very clear and seems to be often used for plain grey cobbles. It is now really overgrown. If that's not what you want use Rrc, or another flat terrain.
-- New Cave Varients: --
There is a new cave floor and 3 new cave walls. Currently these are not very distinct, due to time constraints. The following is what they will look like in a later release.
* Hewn Cave Wall (Xuc) A wall roughly hewn from natural stone
* Earthy Cave Floor (Uue) Soil and Stones mixed together. Maybe some roots.
* Earthy Cave Wall (Xue) Soil and Stones mixed together. Maybe some roots.
* Earthy Hewn Cave Wall (Xuec) Wooden Beam support the walls, as in a mine.
-- Warning: --
The stone walls with pillars and bricks (Xos, Xol) are attractive, but built in a way that makes them extremely difficult to mesh with other terrains. These will likely be remade for a future development release, so custom terrains or scenery items will likely no longer work quite right with them.
***
>>> Planning system / Whiteboard <<<
A move planning system codenamed "Whiteboard" has been developed by one of our students for this Google Summer of Code. Its purpose is to visually test out several possible move (/attack/recruit/recall) combinations, check out the possible enemy moves for each one, and then execute the planned moves of your choice with the press of a key. Out-of-turn planning is also supported, so you can finally fine-tune your recruits and recalls or lay out some basic moves while waiting for your turn.
This planning system is also destined to replace eventually Delay Shroud Updates, which is giving headaches to C++ coders and WML developers alike. Therefore DSU has been disabled in this release so the whiteboard's worth as a replacement can be determined. Your testing and feedback in this area is particularly needed and appreciated.
-- Commands --
To turn the planning system on and off, use the shift-p hotkey (configurable), the check box in the right-click or Actions menu, or finally type the :wb command. There is an option in Preferences to enable the whiteboard on game start. You can also hold the Tab key as an instant toggle: it allows planning a move when the whiteboard is off, and making a regular move when the whiteboard is on.
Once you have some planned actions defined, readily identifiable by the numbers (and arrows, for moves), you can execute or delete them, or move them up/down the action queue. Numbering matters, since if you're not hovering the mouse over a particular unit or action, the "execute" or "delete" command will target action #1. The current shortcut keys use keys that were free, and are subject to change, but they are currently:
* Execute: y
* Delete: h
* Reorder action up/down: PgUp/PgDown
-- Limitations --
* Out-of-turn planning doesn't reliably work while units are moving. Concretely it works fine for multiplayer games, not so well agains the AI since it plays fast.
* Disabling enemy moves tracking might help with out-of-turn planning.
* The planning system hasn't been tested against the whole range of possible WML events, some of them might still cause crashes. However succesful tests included the tutorial, the "test" scenario, Dark Forecast, the first scenario of Legend of Wesmere, and others.
* The sidebar shows unit information only when hovering over the future destination of a unit (for instance, if it has two moves defined, over the second move's ghosted unit), and not over the unit itself, which is not very intuitive.
* There's no interaction between the whiteboard and the game clock, therefore you won't get any time credit for planned moves until they are executed.
-- Short-term developments --
Those are the features planned for the near future:
* Cumulative Battle Statistics and Chance to Kill calculations for multiple attackers.
* A "consider dead" action that allows you to pretend a unit is dead for a moment, and see the effect on pathfinding and Zone of Control.
* Depending on feedback, an "execute all" command allowing you to quickly execute several trivial moves in quick succession.
-- Long-term developments --
The whiteboard has been developed from the start with a networked aspect in mind, eventually allowing your allies to see your planned actions, as well as other interesting features such as suggesting moves and placing label-like symbols on the map. However there is still a lot of work left to get there.
-- Your testing is needed --
Please report bugs on bugs.wesnoth.org and assign them to Item Group "Whiteboard". For general feedback, head over to the Planning System/Whiteboard Feedback Thread in the Multiplayer Development forum.
***
REPLACE ME WITH CONTENT...
***