..
emscripten
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
n3ds
N3DS port (squashed)
2022-10-10 08:50:59 -07:00
nacl
Fixed bug 3480 - minor update to NACL common.js
2016-11-05 01:48:14 -07:00
shapes
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
CMakeLists.txt
N3DS port (squashed)
2022-10-10 08:50:59 -07:00
COPYING
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
Makefile.in
Added a virtual joystick automated test
2022-07-13 08:58:15 -07:00
Makefile.os2
watcom: add ENABLE_WERROR option to makefiles
2022-10-08 23:41:07 +02:00
Makefile.w32
watcom: add ENABLE_WERROR option to makefiles
2022-10-08 23:41:07 +02:00
README
testsurround: Add surround sound channel tester
2021-10-30 21:26:03 -07:00
acinclude.m4
revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES.
2022-11-07 21:15:30 +03:00
autogen.sh
minor tidy-up to configury.
2022-06-15 17:00:02 +03:00
axis.bmp
Split controller axes into positive and negative sides so each can be bound independently.
2016-12-27 01:39:07 -08:00
button.bmp
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
checkkeys.c
Don't spin as quickly as possible in the checkkeys rendering loop
2022-07-01 13:35:41 -07:00
checkkeysthreads.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
configure
revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES.
2022-11-07 21:15:30 +03:00
configure.ac
revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES.
2022-11-07 21:15:30 +03:00
controllermap.bmp
Be explicit about mapping the new game controller paddle buttons
2020-11-07 02:22:15 -08:00
controllermap.c
Silence `-Wmaybe-uninitialized` warnings in tests.
2022-11-14 21:23:08 -08:00
controllermap_back.bmp
Be explicit about mapping the new game controller paddle buttons
2020-11-07 02:22:15 -08:00
icon.bmp
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
loopwave.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
loopwavequeue.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
moose.dat
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
picture.xbm
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
relative_mode.markdown
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
sample.bmp
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
sample.wav
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
template.test.in
test: Install GNOME-style installed-tests metadata
2022-05-04 18:17:55 -07:00
testatomic.c
Wait for all the threads to actually finish before exiting
2022-06-03 08:46:08 -07:00
testaudiocapture.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testaudiohotplug.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testaudioinfo.c
testaudioinfo: Initialize deviceName unconditionally
2022-09-29 11:36:07 -04:00
testautomation.c
No need to cast from char* to const char*
2022-06-18 06:52:46 -07:00
testautomation_audio.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_clipboard.c
Add support for X11 primary selection ( #6132 )
2022-09-14 09:28:35 -07:00
testautomation_events.c
Fixed up legacy MoinMoin URLs at wiki.libsdl.org
2021-04-01 12:20:33 -04:00
testautomation_guid.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_hints.c
SDL_ResetHint() no longer clears the callbacks associated with a hint
2022-10-02 17:17:31 -07:00
testautomation_joystick.c
Fixed build
2022-10-25 10:30:56 -07:00
testautomation_keyboard.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_main.c
automation_main.c: fix -Wformat-zero-length warning due to SDL_SetError("")
2022-10-08 23:41:07 +02:00
testautomation_math.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_mouse.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_pixels.c
Silence `-Wmaybe-uninitialized` warnings in tests.
2022-11-14 21:23:08 -08:00
testautomation_platform.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_rect.c
Removed two distracting gcc-11 warnings
2022-06-05 14:11:10 +03:00
testautomation_render.c
Fixed bug #2426 - SDL_RenderReadPixels result is unspecified and fails testautomation
2022-03-21 10:20:04 +01:00
testautomation_rwops.c
Silence `-Wmaybe-uninitialized` warnings in tests.
2022-11-14 21:23:08 -08:00
testautomation_sdltest.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_stdlib.c
testautomation: avoid format related warnings by using a few pragma's
2022-10-08 23:41:07 +02:00
testautomation_suites.h
Added a virtual joystick automated test
2022-07-13 08:58:15 -07:00
testautomation_surface.c
Fix SDL_PIXELFORMAT_INDEX1LSB test case
2022-09-17 13:18:32 -07:00
testautomation_syswm.c
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
testautomation_timer.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testautomation_video.c
Silence `-Wmaybe-uninitialized` warnings in tests.
2022-11-14 21:23:08 -08:00
testbounds.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testcustomcursor.c
testcustomcursor: fix Wswitch warning by casting the arg to an int
2022-10-08 23:41:07 +02:00
testdisplayinfo.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testdraw2.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testdrawchessboard.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testdropfile.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testerror.c
test: Add a mode to skip tests that involve arbitrary delays
2022-05-04 18:17:55 -07:00
testevdev.c
testevdev: Explain why the test data is encoded the way it is
2022-10-12 19:20:40 +03:00
testfile.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testfilesystem.c
Rename folder created in test_filesystem
2022-07-03 09:24:55 -07:00
testgamecontroller.c
Added simple BLE Steam Controller support on all platforms
2022-11-10 19:17:04 -08:00
testgeometry.c
testgeometry: fix conversion from 'double' to 'float', possible loss of data
2022-10-08 23:41:07 +02:00
testgesture.c
testgesture: display device name with SDL_GetTouchName()
2022-02-08 11:40:39 +01:00
testgl2.c
PSP: Fix `Wformat` warnings.
2022-10-10 22:31:16 -07:00
testgles.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testgles2.c
testgles2: Fix typo in help text
2022-08-16 20:38:55 -07:00
testgles2_sdf.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testgles2_sdf_img_normal.bmp
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
2021-01-24 00:51:24 -05:00
testgles2_sdf_img_sdf.bmp
Add basic testgles2_sdf program to demonstrate sign distance field with opengles2
2021-01-24 00:51:24 -05:00
testhaptic.c
testhaptic: fix watcom "&array may not produce intended result" warning
2022-10-09 12:01:02 +03:00
testhittesting.c
Fixed bug 3744 - missing SDLCALL in several functions
2017-08-13 21:06:52 -07:00
testhotplug.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testiconv.c
tests: avoid MSVC preaching about unsafe functions
2022-10-08 23:41:07 +02:00
testime.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testintersections.c
testintersections: fix conversion from `time_t` to `unsigned int`
2022-10-08 23:41:07 +02:00
testjoystick.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testkeys.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testloadso.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testlocale.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testlock.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testmessage.c
testmessage: fix conversion from `intptr_t` to `Uint32`
2022-10-08 23:41:07 +02:00
testmouse.c
testmouse: add explicit int-cast to avoid warning about converting `float` to `int`
2022-10-08 23:41:07 +02:00
testmultiaudio.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testnative.c
testnative: fix conversion from `time_t` to `unsigned int`
2022-10-08 23:41:07 +02:00
testnative.h
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testnativecocoa.m
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
testnativeos2.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testnativew32.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testnativex11.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testoffscreen.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testoverlay2.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testplatform.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testpower.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testqsort.c
Use SDLCALL for callbacks in public APIs
2022-05-18 15:01:27 -07:00
testrelative.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testrendercopyex.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testrendertarget.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testresample.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testrumble.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testscale.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testsem.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testsensor.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testshader.c
testshader: use SDL_malloc instead of SDL_stack_alloc.
2022-03-26 08:42:09 -04:00
testshape.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testsprite2.c
Windows GDK Support ( #5830 )
2022-06-27 10:19:39 -07:00
testspriteminimal.c
testspriteminimal: fix conversion from `time_t` to `unsigned int`
2022-10-08 23:41:07 +02:00
teststreaming.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testsurround.c
test: Add a mode to skip tests that involve arbitrary delays
2022-05-04 18:17:55 -07:00
testthread.c
test: Add a mode to skip tests that involve arbitrary delays
2022-05-04 18:17:55 -07:00
testtimer.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testurl.c
Add a default URL in testurl
2022-07-01 13:54:17 -07:00
testutils.c
Remove extra path separator in GetNearbyFilename
2022-05-19 15:25:49 -07:00
testutils.h
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testver.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testviewport.c
test: Add some common code to load test resources
2022-05-04 18:17:55 -07:00
testvulkan.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testwm2.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testyuv.bmp
Updated SDL's YUV support, many thanks to Adrien Descamps
2017-11-12 22:51:12 -08:00
testyuv.c
N3DS: Fix `-Wformat` warnings in tests.
2022-10-10 08:50:59 -07:00
testyuv_cvt.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
testyuv_cvt.h
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
torturethread.c
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
unifont-13.0.06-license.txt
Latest Unifont with OFL is now bundled. ( #4268 )
2021-07-08 14:51:16 -07:00
unifont-13.0.06.hex
Latest Unifont with OFL is now bundled. ( #4268 )
2021-07-08 14:51:16 -07:00
utf8.txt
Fixed crash if initialization of EGL failed but was tried again later.
2015-06-21 17:33:46 +02:00
watcom.mif
tests, watcom: silence lots of W202 warnings from new vulkan headers.
2022-09-18 17:33:04 +03:00