Move exceptional changelog section to the top, reword bits, sync to p_c
This commit is contained in:
parent
583ab69247
commit
d8a918ddf4
2 changed files with 20 additions and 13 deletions
26
changelog
26
changelog
|
@ -1,4 +1,17 @@
|
|||
Version 1.13.2+dev:
|
||||
* Greatly improved SDL2 support. SDL2 is now the default build.
|
||||
* Fix bug #18112: Color cursor causes slow mouse movement at menus
|
||||
* Fix bug #20332: Cursor not mapping correctly on Retina display when in Windowed mode
|
||||
* Fix bug #24138: SDL2 crash on resize after starting a game and returning to title screen
|
||||
* Fix bug #23908: SDL2 SDL_BlitSurface Causes Crashes
|
||||
* Fix bug #23821: Text input is broken in GUI1 under SDL2
|
||||
* Fix bug #23820: SDL 2 alpha blending issues
|
||||
* Fix bug #23918: UI Graphics in OS X 10.11 El Capitan
|
||||
* Fix bug #18112: Color cursor causes slow mouse movement at menus
|
||||
* Fix bug #24214: SDL2 build handles fullscreen toggle badly
|
||||
* Fix bug #23934: Resize actions are laggy
|
||||
* Fix bug #24209: Screen becomes black upon minimise and restore
|
||||
* Fix bug #24213: SDL2 build leaves menu items stuck if window dimensions change when open
|
||||
* Campaigns:
|
||||
* Liberty:
|
||||
* Added some animations for the Rogue Mage line.
|
||||
|
@ -33,19 +46,6 @@ Version 1.13.2+dev:
|
|||
* imgcheck now runs on Python 3
|
||||
* Fix bug #15259: Secondary click uses control-click instead of command-click in OS X
|
||||
* New hi-res icon using new logo for OS X
|
||||
* Greatly improved SDL2 support. SDL2 is now the default build.
|
||||
* Fix bug #18112: Color cursor causes slow mouse movement at menus
|
||||
* Fix bug #20332: Cursor not mapping correctly on Retina display when in Windowed mode
|
||||
* Fix bug #24138: SDL2 crash on resize after starting a game and returning to title screen
|
||||
* Fix bug #23908: SDL2 SDL_BlitSurface Causes Crashes
|
||||
* Fix bug #23821: Text input is broken in GUI1 under SDL2
|
||||
* Fix bug #23820: SDL 2 alpha blending issues
|
||||
* Fix bug #23918: UI Graphics in OS X 10.11 El Capitan
|
||||
* Fix bug #18112: Color cursor causes slow mouse movement at menus
|
||||
* Fix bug #24214: SDL2 build handles fullscreen toggle badly
|
||||
* Fix bug #23934: Resize actions are laggy
|
||||
* Fix bug #24209: Screen becomes black upon minimise and restore
|
||||
* Fix bug #24213: SDL2 build leaves menu items stuck if window dimensions change when open
|
||||
|
||||
Version 1.13.2:
|
||||
* Add-ons client:
|
||||
|
|
|
@ -3,6 +3,13 @@ changes may be omitted). For a complete list of changes, see the main
|
|||
changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog
|
||||
|
||||
Version 1.13.2+dev:
|
||||
* SDL 2 is now used by default when building. This fixes the following bugs,
|
||||
among others:
|
||||
* Color cursors cause slow mouse movement at menus (bug #18112).
|
||||
* Cursor not mapping correctly on Retina display when in windowed mode
|
||||
(bug #20332).
|
||||
* UI graphics garbled on Apple OS X 10.11 El Capitan (bug #23918).
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: British English, Russian, Swedish.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue