Changelog entry for commit 3deef64439

[ci skip]

(cherry-picked from commit c68a7ba5f6)
This commit is contained in:
Jyrki Vesterinen 2018-05-19 15:37:26 +03:00
parent d58ff8dd0d
commit 90c311b427
2 changed files with 4 additions and 0 deletions

View file

@ -82,6 +82,8 @@
* 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.
* List boxes (MP lobby game list in particular) now keep the scroll position
when they change, instead of keeping the selected item visible (issue #3016).
* 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).

View file

@ -27,6 +27,8 @@ 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).
* List boxes (MP lobby game list in particular) now keep the scroll position
when they change, instead of keeping the selected item visible (issue #3016).
* Fixed MP lobby player list scrolling to top when it changes.
### Miscellaneous and bug fixes
* Fixed minimap buttons not doing anything (bug #2681)