Commit Graph

9 Commits (18c7d6df213a97dd0ce4a3d68418bb65766a7a65)

Author SHA1 Message Date
David Ludwig fd9f06a0c2 WinRT: noted Win10/UWP support in WhatsNew.txt (under 2.0.4) 2015-11-30 23:30:01 -05:00
Philipp Wiesemann 2e525193ef Added SDL_HINT_VIDEO_X11_NET_WM_PING to WhatsNew.txt for 2.0.4. 2015-11-25 21:31:02 +01:00
Ryan C. Gordon e6ad29aec8 Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID(). 2015-11-14 12:35:45 -05:00
Philipp Wiesemann ceb43129ac Added SDL_JoystickCurrentPowerLevel() to WhatsNew.txt for 2.0.4. 2015-10-07 21:18:08 +02:00
Alex Szpakowski 2bf6f1bcb7 Added initial support for MFi game controllers on iOS. 2015-09-20 23:08:36 -03:00
Philipp Wiesemann cdfec382c6 Added more entries to WhatsNew.txt for 2.0.4. 2015-09-18 21:27:00 +02:00
Philipp Wiesemann 440d6cc00e Added another entry to WhatsNew.txt for 2.0.4. 2015-09-05 20:20:35 +02:00
Philipp Wiesemann 2d8c49fdbd Added more entries to WhatsNew.txt for 2.0.4. 2015-08-05 21:03:31 +02:00
Philipp Wiesemann 0e45984fa0 Fixed crash if initialization of EGL failed but was tried again later.
The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly
uninitialized data structure if loading the library first failed. A later try to
use EGL then skipped initialization and assumed it was previously successful
because the data structure now already existed. This led to at least one crash
in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was
dereferenced to make a call to eglBindAPI().
2015-06-21 17:33:46 +02:00