Changelog entry for commit a3658473c9

(cherry-picked from commit ab0d3747aa)
This commit is contained in:
Jyrki Vesterinen 2018-05-12 09:55:06 +03:00
parent 8a2cf9a676
commit 7a80026941
2 changed files with 2 additions and 0 deletions

View file

@ -82,6 +82,7 @@
* Custom MP game names are now capped at 50 characters.
* Restored Era info to main MP game display.
* Improved the resolution selection criteria for the MP Lobby.
* Fixed MP lobby player list scrolling to top when it changes.
* Fixed inactive weapon specials being displayed in the Unit Attack dialog
unlike in 1.12 (issue #3033).
### WML engine

View file

@ -27,6 +27,7 @@ changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog.md
* Highlight the titles of MP games with vacant slots.
* Improved MP Lobby layout on low resolutions.
* Improved reporting of network errors in the MP lobby (issue #3005).
* Fixed MP lobby player list scrolling to top when it changes.
### Miscellaneous and bug fixes
* Fixed minimap buttons not doing anything (bug #2681)
* Fixed some hotkeys triggering multiple commands on GNU/Linux (bug #1736)