SDL/src
Philipp Wiesemann 5c43207fad Emscripten: Fixed sending button and motion events for not opened joysticks.
SDL_SYS_JoystickUpdate() was implemented incorrectly. For every call to it all
attached joysticks were checked. But actually only the given SDL_Joystick should
be checked then. This allowed sending broken events for attached but not opened
joysticks. It also checked the opened joysticks more often than actually needed.
2015-02-22 21:00:35 +01:00
..
atomic Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
audio Emscripten: Fixed throwing JavaScript exception if no audio context available. 2015-02-14 00:16:27 +01:00
core Changed static variable to local variable in implementation for Android. 2015-01-30 23:18:14 +01:00
cpuinfo Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
dynapi Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
events Fixed three memory leaks on failed allocation. 2015-02-08 21:25:37 +01:00
file Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
filesystem Fixed comment in implementation for NaCl. 2015-01-31 21:06:37 +01:00
haptic Remove unnecessary parentheses and an unnecessary free() of a NULL pointer. 2015-02-19 13:11:19 -05:00
joystick Emscripten: Fixed sending button and motion events for not opened joysticks. 2015-02-22 21:00:35 +01:00
libm Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
loadso Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
main Windows: Added a FIXME. 2015-02-19 21:51:13 -05:00
power Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
render Fixed two inconsistencies on failed allocation. 2015-02-08 22:50:16 +01:00
stdlib Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
test Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
thread Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
timer Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
video Mac OS X: replace some deprecated APIs with modern equivalents (thanks, Alex!). 2015-02-19 19:55:30 -05:00
SDL.c Emscripten: Fixed SDL_GetPlatform() returning "Unknown" instead of "Emscripten". 2015-02-14 00:08:48 +01:00
SDL_assert.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_assert_c.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_error.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_error_c.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_hints.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_internal.h Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00
SDL_log.c Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation 2015-01-26 22:00:29 +01:00