Ryan C. Gordon
|
3761b5f60b
Fixed a few compiler warnings.
|
8 éve |
Ryan C. Gordon
|
4aa9e36983
Patched to compile on some compilers.
|
8 éve |
Ryan C. Gordon
|
30178a9b24
audio: Added SDL_AudioStream. Non-power-of-two resampling now works!
|
8 éve |
Ryan C. Gordon
|
f12ab8f2b3
audio: More effort to improve and simplify audio resamplers.
|
8 éve |
Ryan C. Gordon
|
52130bde40
diskaudio: Use SDL_Log, not fprintf.
|
8 éve |
Sam Lantinga
|
d024c724d1
Fixed signedness issue when blitting on a big endian platform, as reported by capehill
|
8 éve |
Sam Lantinga
|
e6e6613ca4
Fixed build warning on Haiku
|
8 éve |
Sam Lantinga
|
4938c5054e
Added SDL_JoystickGetAxisInitialState() to get a joystick axis' initial value.
|
8 éve |
Sam Lantinga
|
99e10ef506
Assume D-pad or thumbstick style axes are centered at 0
|
8 éve |
Sam Lantinga
|
26f84d7447
Added mappings for several GameCube and SNES controllers
|
8 éve |
Sam Lantinga
|
d2a01b6e53
Added the NEXT SNES Controller to the list of zero-centered joysticks
|
8 éve |
Sam Lantinga
|
c7780497dc
Increased joystick jitter tolerance for PS3 controllers
|
8 éve |
Sam Lantinga
|
1ddff75c70
Some controllers have trouble getting out to 20000
|
8 éve |
Ryan C. Gordon
|
9d04205263
x11: deal with xrandr display size in millimeters being zero.
|
8 éve |
Sam Lantinga
|
082132a70c
Fixed binding the D-pad on some Super NES style controllers
|
8 éve |
Sam Lantinga
|
d359180040
Fixed bug 3519 - SDL_GetDisplayMode fails to report mode.format when using Wayland backend
|
8 éve |
Ryan C. Gordon
|
2e2572a4f1
Added SDL_ReserveSpaceInDataQueue() to make space without copying data.
|
8 éve |
Sam Lantinga
|
18d9b23c65
Fixed bug 3539 - SDL2, missing MIR LDFLAGS
|
8 éve |
Sam Lantinga
|
67ed894353
Fixed bug 3529 - SDL_EGL_UnloadLibrary is not called at all on SDL_Quit
|
8 éve |
David Ludwig
|
0cfa0aa11c
improved SDL_GetError() output generated by EGL code
|
8 éve |
Sam Lantinga
|
0badbddef9
Run sed in binary mode so we don't have to worry about fixing line endings
|
8 éve |
Sam Lantinga
|
9e6d729e2d
Fixed typo in copyright update script
|
8 éve |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
8 éve |
Sam Lantinga
|
0f586d5808
Convert some files back into DOS line endings after updating copyright
|
8 éve |
Sam Lantinga
|
49225f5f04
We don't currently support blitting to < 8 bpp surfaces, return an error instead of corrupting memory in that case.
|
8 éve |
Sam Lantinga
|
2ba66d0525
Fixed bug 3535 - Misplaced comment #if/#endif closure comment
|
8 éve |
Sam Lantinga
|
880842cfdf
Fixed bug 3531 - internal SDL_vsnprintf implementation access memory outside given buffer ranges
|
8 éve |
Sam Lantinga
|
7f2068daca
Fixed bug 3541 - DisplayIndex out of bounds in SDL_SetWindowPosition
|
8 éve |
Philipp Wiesemann
|
e61daa7270
Fixed warning and missing animation delay in testoverlay2 program.
|
8 éve |
Philipp Wiesemann
|
c2b90f2df8
Fixed compiling of testgamecontroller program with C++.
|
8 éve |