724d9380ba
Fixed compiler warning - HRESULT is set to FFERR_* values, but is an int
Sam Lantinga
2014-06-25 01:43:58 -07:00
a8955f2640
Made the RLE code (semi) readable again
Sam Lantinga
2014-06-25 01:35:17 -07:00
b4deeeba05
Fixed bug 2595 - Padded, non-contiguous YUV does not display correctly using OpenGL ES 2.0 renderer
Sam Lantinga
2014-06-25 00:58:40 -07:00
afe14829b8
Fixed bug 2556 - add compilation flag -Wshadow
Sam Lantinga
2014-06-25 00:43:10 -07:00
6a632eb23c
Fixed bug 2603 - iOS: update joystick accelerometer code to use CoreMotion instead of the deprecated UIAccelerometer
Sam Lantinga
2014-06-25 00:20:21 -07:00
52ec151fb0
Fixed bug 2553 - Add support to all XInput devices
Sam Lantinga
2014-06-24 13:31:25 -07:00
cbafb158b0
Fixed bug 2467 - bad memcpy in SDL_OpenAudio/open_audio_device/prepare_audiospec chain
Sam Lantinga
2014-06-24 01:38:21 -07:00
3344db40ff
Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings
Sam Lantinga
2014-06-23 11:06:50 -07:00
67e55655a3
Fixed grab interaction with Windows Classic theme
Sam Lantinga
2014-06-23 10:09:15 -07:00
9e2a2639f8
Added names for some theme related windows messages
Sam Lantinga
2014-06-23 10:09:13 -07:00
e63e1a5e64
Fixes OpenGL ES 2 renderer (Thanks Sylvain Becker)
Gabriel Jacobo
2014-06-23 09:25:27 -03:00
620510b337
Fix compiler warning
Gabriel Jacobo
2014-06-23 09:18:31 -03:00
553028c9ec
Partial fix for bug 2556 - add compilation flag -Wshadow
Sam Lantinga
2014-06-22 11:02:56 -07:00
9f5e3ed7e7
Fixed bug 1673 - BEXT wave files only have extra metadata that you can easily skip through
Sam Lantinga
2014-06-22 10:05:59 -07:00
cff9eac637
Fixed bug 2579 - SDL fails to compile on Windows when only EGL+OpenGL ES defined
Sam Lantinga
2014-06-22 09:48:46 -07:00
1b3d4e6d0e
565 textures have higher priority than 555 textures
Sam Lantinga
2014-06-22 09:42:43 -07:00
d65ac7785f
Restore window OpenGL state if creating an OpenGL renderer fails
Sam Lantinga
2014-06-22 02:48:43 -07:00
b7b6d8ab7a
Fixed crash initializing OpenGL ES renderer if OpenGL renderer fails
Sam Lantinga
2014-06-22 02:30:36 -07:00
5df11f8aa1
Made SDL_PIXELFORMAT_ARGB8888 the default texture format for consistency across renderer implementations.
Sam Lantinga
2014-06-21 21:46:42 -07:00
7b7828a46e
You shouldn't get axis and hat events when your application doesn't have focus (unless you use the SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS hint)
Sam Lantinga
2014-06-21 21:30:49 -07:00
f8b75b1a14
Fixed bug 2562 - SDL_hapticlist/_tail not set correctly
Sam Lantinga
2014-06-21 20:40:00 -07:00
6146fe85cc
Fixed 2584 - Memory leak in Cocoa_GetDisplayName
Sam Lantinga
2014-06-15 17:18:05 -07:00
54771080f3
Add controller mapping for Bluetooth DualShock 4 controllers on Linux
Sam Lantinga
2014-06-15 13:05:30 -07:00
b9d1f9edd8
Fixed Android error on static lib build, if relative NDK_MODULE_PATH used
Sam Lantinga
2014-06-15 13:01:10 -07:00
ab4f1aaae3
Fixed Visual Studio 2008 projects Added missing files to SDL2 project Added missing Visual Studio 2008 tests to the solution Added output paths which match the 2010+ projects Added SDL project references instead of old style project dependencies Removed post-build copy step and added data files to projects
Sam Lantinga
2014-06-15 10:42:28 -07:00
39bad809c3
Mac: Fixed crash when returning from a fullscreen Space on shutdown.
Ryan C. Gordon
2014-06-15 11:59:16 -04:00
70cebc7d43
Add coreaudio to the configure script's summary output.
Ryan C. Gordon
2014-06-15 01:19:01 -04:00
446d19c4de
Removed SDL_SYS_JoystickNeedsPolling().
Ryan C. Gordon
2014-06-14 23:31:23 -04:00
9e5504f89d
Mac: Run the CFRunLoop in joystick mode during SDL_SYS_JoystickNeedsPolling().
Ryan C. Gordon
2014-06-13 14:52:26 -04:00
8c2c744ad5
- fixed crash if you removed a device twice, the deviceRef is invalid if removed from the removed device callback (added in http://hg.libsdl.org/SDL/rev/d4e4d0fcda03 ).
Alfred Reynolds
2014-06-13 10:50:24 -07:00
2cce7b2ed3
Implemented Cocoa GetAbsoluteMouseState().
Ryan C. Gordon
2014-06-11 00:40:19 -04:00
4676705de0
Implement Windows GetAbsoluteMouseState().
Ryan C. Gordon
2014-06-11 00:12:19 -04:00
c8c55a01f4
This should probably query async button state.
Ryan C. Gordon
2014-06-11 00:12:06 -04:00
8719a76535
Regenerated SDL_audiotypecvt.c with updated perl script.
Ryan C. Gordon
2014-06-10 19:39:33 -04:00
91b7fb00d0
Fix audio resampling in some cases.
Ryan C. Gordon
2014-06-10 19:37:59 -04:00
78d40e0901
Fixed nesting of HTML elements in documentation.
Philipp Wiesemann
2014-06-09 17:37:59 +02:00
f4df542580
Fixed typos in documentation.
Philipp Wiesemann
2014-06-09 17:28:08 +02:00
ea93820e1f
Fixed format string faults in audio tests.
Philipp Wiesemann
2014-06-09 17:25:03 +02:00
7467e30b83
Forgot a piece of README-nacl.txt
Gabriel Jacobo
2014-06-08 18:50:40 -03:00
efa2d0581d
Fixes audio for Native Client, and other fixes...
Gabriel Jacobo
2014-06-08 18:18:13 -03:00
5ae12b46b5
The NaCL mount/unmount functions need to be in SDL_system.h and specific to NaCL
Sam Lantinga
2014-06-08 12:05:17 -07:00
be74705f82
Visual Studio 2013 Express Edition can load the standard solution, so we don't need special Express Edition solutions.
Sam Lantinga
2014-06-08 12:00:29 -07:00
d639d031cf
Ignore Visual Studio test data files
Sam Lantinga
2014-06-08 11:59:36 -07:00
ef3887ecfc
Changed two Java nested classes into static nested classes.
Philipp Wiesemann
2014-06-08 13:14:20 +02:00
d2220917e0
Fixed typo in log message.
Philipp Wiesemann
2014-06-08 13:03:45 +02:00
2b95c4c40b
Fixed doxygen comment in header.
Philipp Wiesemann
2014-06-08 13:01:04 +02:00
0ad1dc1875
Fixed typo in source comment.
Philipp Wiesemann
2014-06-08 12:51:02 +02:00
85cae4783b
Updated projects for Visual Studio 2010, 2012 and 2013 * Test programs use project references instead of hard-coding SDL library dependencies * Test data files are copied only when needed. * Copying SDL2.dll is no longer necessary * Fixed /SAFESEH warning * Fixed attempted rebuild of SDL every time a test program is run
Sam Lantinga
2014-06-07 21:58:18 -07:00
47e0aa0e6a
Fixed building on command line Mac OS X
Sam Lantinga
2014-06-07 20:43:12 -07:00
cde32ccc83
Fixed compile warnings
Sam Lantinga
2014-06-07 18:20:25 -07:00
6101e4b20e
Added SDL_sqrtf(), SDL_tan(), SDL_tanf()
Sam Lantinga
2014-06-07 18:20:01 -07:00
40538446d9
Fixed crash with SDL_SetError(NULL)
Sam Lantinga
2014-06-07 17:31:50 -07:00
0ddd252fdd
Fixed initializing test event queue
Sam Lantinga
2014-06-07 17:25:56 -07:00
5907cfaadf
Fixed another loopwave crash with no command line arguments
Sam Lantinga
2014-06-07 17:25:35 -07:00
a93474a2e5
Fixed loopwave crash with no command line arguments
Sam Lantinga
2014-06-07 17:09:32 -07:00