Update changelog.md
This commit is contained in:
parent
29e3468b91
commit
8acb78b609
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
language selection menu by default.
|
||||
### Lua API
|
||||
* Add side_name to unit proxy
|
||||
* Removed ai.synced_command().
|
||||
* wesnoth.end_turn() now allows to specifry the next side
|
||||
### User Interface
|
||||
* Improved outro screen.
|
||||
* Fixed a few cases of data not displaying in the MP Join Game screen.
|
||||
|
@ -49,6 +51,9 @@
|
|||
* [unit_type] upkeep= now works again. It was inadvertently broken during
|
||||
the 1.13 development cycle.
|
||||
* [filter_wml] now accepts [and] and [or] in addition to [not].
|
||||
* Added bar_offset_x/y in [unit_type].
|
||||
* the mp setzup code no longer generates [side]s if the scenario has at
|
||||
least one side defined.
|
||||
### Miscellaneous and bug fixes
|
||||
* Fixed standing animation toggle not taking immediate effect (bug
|
||||
#1653).
|
||||
|
@ -68,6 +73,8 @@
|
|||
* Fixed PNG images with an embedded palette displaying incorrectly.
|
||||
* Screenshots are now saved as JPG files by default. If the game has not
|
||||
been built with the appropriate libraries, it will fall back to a PNG file.
|
||||
* Fixed no leader having no effect
|
||||
* Fixed unint randonyl beeing unable to move over merged terrains.
|
||||
### Music and sound effects
|
||||
* Updated a few UI sounds.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue