Sylvain
|
161dd83c9a
Don´t use "trunc" as var name, since it's also a function
|
3 years ago |
Sylvain
|
d31251b014
use SDL's functions version inplace of libc version
|
3 years ago |
Ozkan Sezer
|
35b7ce1893
cmake: final report fixes for mmx, ssemath, dummyvideo, wasapi, xinput.
|
3 years ago |
めぐみ発動機 (isVowel / GreenWing)
|
34d9c2e28f
fixed typo: ervironment to environment
|
3 years ago |
Ozkan Sezer
|
ee2afa00ba
SDL_mfijoystick.m: fix build using older toolchains
|
3 years ago |
Ozkan Sezer
|
1927c08036
minor tidy-up to configury.
|
3 years ago |
Sam Lantinga
|
c97b721868
Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels
|
3 years ago |
Sylvain
|
49369142bd
Fixed bug #4625: with integer scale, viewport (as reported by SDL_RenderGetViewport) becomes -2147483648x-2147483648
|
3 years ago |
Sylvain
|
a0cb079a42
Fixed bug #4982 - Failed to open audio_device on OpenSLES / Android 5.x with freq 96khz+
|
3 years ago |
Ryan C. Gordon
|
ceb9e9a809
cocoa: Removed a debug printf call.
|
3 years ago |
Ryan C. Gordon
|
18715acb55
cocoa: Position non-left mouse button events in background windows correctly.
|
3 years ago |
Cameron Gutman
|
343fa61215
hid: fix inconsistent indentation
|
3 years ago |
Cameron Gutman
|
db60b27188
hid: Only enumerate IOHIDDevices that are likely to be joysticks
|
3 years ago |
Ryan C. Gordon
|
23b7bdef87
offscreen: Don't fail to create a window because of driver_loaded politics.
|
3 years ago |
Ozkan Sezer
|
fadf41fc6e
remove excess whitespace
|
3 years ago |
Ozkan Sezer
|
504e7aa59b
minor tidy-up for ifdefs & co.
|
3 years ago |
Sylvain
|
cd86e269e4
Fixed bug #4982 - Failed to open audio_device. Android 5.1 should be ok.
|
3 years ago |
Ryan C. Gordon
|
aeff8748a5
configure: Allow building of the "offscreen" video target.
|
3 years ago |
Ryan C. Gordon
|
e86d4bde54
test: Makefile should copy unifont file, for testime.c to use.
|
3 years ago |
Ryan C. Gordon
|
61881eb0a9
docs/README-macos.md: Updated Xcode instructions.
|
3 years ago |
Sylvain
|
b6e8651ae9
Audio 6.1 should be allowed now (see #4974)
|
3 years ago |
Sylvain
|
b6d365677b
Fixed bug #4982 - Failed to open audio_device on Android 5.x with freq 96khz+
|
3 years ago |
Ozkan Sezer
|
495ee42a83
testcustomcursor.c: replaced libc sscanf with SDL_sscanf
|
3 years ago |
Ozkan Sezer
|
990fb668f7
tests: several -Wwrite-strings fixes.
|
3 years ago |
Sam Lantinga
|
665865eda2
If the hardware is in an error state, the final page flip may not come.
|
3 years ago |
Sam Lantinga
|
6828955ddf
Trim any extra platform strings from mappings when they're returned to the application
|
3 years ago |
Ryan C. Gordon
|
116a002b14
build-scripts/gcc-fat.sh is no longer supported. Use clang-fat instead.
|
3 years ago |
Cameron Gutman
|
881a674926
rawinput: Only access SDL_RAWINPUT_mutex if initialized
|
3 years ago |
Cameron Gutman
|
1237142be3
joystick: Quit drivers in reverse order to ensure dependencies are not broken
|
3 years ago |
Ozkan Sezer
|
b67965979a
SDL_hidapi.c: fix SDL_udev.h include path
|
3 years ago |