Changes between Version 100 and Version 102 of Ticket #2041


Ignore:
Timestamp:
Oct 6, 2014, 5:16:03 AM (10 years ago)
Author:
historic_bruno
Comment:

At 100 comments, this ticket is too big, and it's mostly done :) So I'm closing as fixed and have opened new tickets for the remaining issues.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2041

    • Property Status newclosed
    • Property Cc Josh added
    • Property Keywords review removed
    • Property Resolutionfixed
  • Ticket #2041 – Description

    v100 v102  
    1 This ticket is for working on [http://www.libsdl.org/download-2.0.php SDL2] support (first stable release on 2013-08-13). Doc for 1.2 -> 2.0 migration [http://wiki.libsdl.org/MigrationGuide here].
     1This ticket is now closed, please report SDL2 issues in new tickets and see the references below.
     2
     3~~This ticket is for working on [http://www.libsdl.org/download-2.0.php SDL2] support (first stable release on 2013-08-13). Doc for 1.2 -> 2.0 migration [http://wiki.libsdl.org/MigrationGuide here].~~
    24
    35Known problems:
     
    68* SDL2 issues
    79  * All platforms:
    8     * [MEDIUM] Can't set resolution in fullscreen mode, as a workaround to fix buggy fullscreen to windowed transition
    9     * [MEDIUM] Hotkey behavior differences with non-QWERTY keyboard layouts
    10     * [LOW] Atlas text input broken
     10    * [MEDIUM] Can't set resolution in fullscreen mode, as a workaround to fix buggy fullscreen to windowed transition #2845
     11    * [MEDIUM] Hotkey behavior differences with non-QWERTY keyboard layouts #2850
     12    * [LOW] Atlas text input broken #2846
    1113    * [LOW] [https://wiki.libsdl.org/Tutorials/TextInput Text input] testing and verification, especially CJK languages w/ IMEs
    1214  * Windows:
     
    1416    * ~~[MEDIUM] Issues switching to windowed mode after starting fullscreen - window appears not resizable and doesn't have menu bar (similar to OS X issues)~~
    1517    * ~~[MEDIUM] Crash with IME using some input modes and backspace~~
    16     * [LOW] Difficulty debugging in VS
     18    * [LOW] Difficulty debugging in VS #2849
    1719    * ~~[LOW] IME input mostly broken (should handle `SDL_TEXTEDITING` events and use  `SDL_SetTextInputRect`)~~
    1820  * Linux:
    19     * [BLOCKING] Atlas is broken with failing GL init
     21    * [BLOCKING] Atlas is broken with failing GL init #2847
    2022    * [MEDIUM] Mouse cursor corruption: #2823
    21     * [LOW] Mouse tilt broken / not rotating map
     23    * [LOW] Mouse tilt broken / not rotating map #2848
    2224  * OSX:
    23     * [HIGH] Cursor offset on Mavericks (VM)
    24     * [MEDIUM] Fullscreen/windowed toggling buggy
     25    * [HIGH] Cursor offset on Mavericks (VM) #2851
     26    * [MEDIUM] Fullscreen buggy #2852
    2527    * [MEDIUM] Needs testing on Retina displays, I've seen reports that recent SDL2 is buggy on them