| .. |
|
shapes
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
COPYING
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
Makefile.in
|
47139fb3eb
Adds testgles2
|
12 лет назад |
|
README
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
acinclude.m4
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
aclocal.m4
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
autogen.sh
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
checkkeys.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
configure
|
47139fb3eb
Adds testgles2
|
12 лет назад |
|
configure.in
|
47139fb3eb
Adds testgles2
|
12 лет назад |
|
gcc-fat.sh
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
icon.bmp
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
loopwave.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
moose.dat
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
picture.xbm
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
relative_mode.markdown
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
sample.bmp
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
sample.wav
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testatomic.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testaudioinfo.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testautomation.c
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
12 лет назад |
|
testautomation_audio.c
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
12 лет назад |
|
testautomation_clipboard.c
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
12 лет назад |
|
testautomation_events.c
|
695344d163
OCD fixes: Adds a space before */
|
12 лет назад |
|
testautomation_keyboard.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testautomation_main.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
testautomation_mouse.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testautomation_pixels.c
|
09b3b7e78b
Fix error assert for negative cases of pixels_getPixelFormatName test
|
12 лет назад |
|
testautomation_platform.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
testautomation_rect.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
testautomation_render.c
|
3e2930defe
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
12 лет назад |
|
testautomation_rwops.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
testautomation_sdltest.c
|
e07d7e649c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
12 лет назад |
|
testautomation_stdlib.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testautomation_suites.h
|
552b04c58a
More non C89 compliant comments
|
12 лет назад |
|
testautomation_surface.c
|
3e2930defe
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
12 лет назад |
|
testautomation_syswm.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testautomation_timer.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testautomation_video.c
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
12 лет назад |
|
testdraw2.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testdrawchessboard.c
|
c4b563e4c3
Fixed bug 2190 - test/testdrawchessboard.c line endings
|
12 лет назад |
|
testdropfile.c
|
7bc9815772
added simple Drag & drop test
|
12 лет назад |
|
testerror.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testfile.c
|
552b04c58a
More non C89 compliant comments
|
12 лет назад |
|
testfilesystem.c
|
2dd7091e50
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
|
12 лет назад |
|
testgamecontroller.c
|
540cb5389c
Fixed testgamecontroller output to make sense.
|
12 лет назад |
|
testgesture.c
|
cd37485e3c
Changed parameter name for gesture template save functions from "src" to "dst".
|
12 лет назад |
|
testgl2.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testgles.c
|
22770a8f40
[Android] Fixes Bug 2041 - can't get SDL_QUIT event...
|
12 лет назад |
|
testgles2.c
|
47139fb3eb
Adds testgles2
|
12 лет назад |
|
testhaptic.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
testiconv.c
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
12 лет назад |
|
testime.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testintersections.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testjoystick.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testkeys.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testloadso.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testlock.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testmessage.c
|
695344d163
OCD fixes: Adds a space before */
|
12 лет назад |
|
testmultiaudio.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testnative.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testnative.h
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testnativecocoa.m
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testnativew32.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testnativex11.c
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |
|
testoverlay2.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
testplatform.c
|
2e6b4b960d
Fixed compiling on Mac OS X, added a system RAM test
|
12 лет назад |
|
testpower.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testrelative.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testrendercopyex.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testrendertarget.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testresample.c
|
552b04c58a
More non C89 compliant comments
|
12 лет назад |
|
testrumble.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testscale.c
|
529664278f
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
|
12 лет назад |
|
testsem.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testshader.c
|
104ceb864a
Fixed compile warning, thanks to Michael Pohoreski
|
12 лет назад |
|
testshape.c
|
3e2930defe
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
|
12 лет назад |
|
testsprite2.c
|
2b93fa0892
Turn off resizable flag by default, you can always pass the --resize command line option if you need it.
|
12 лет назад |
|
testspriteminimal.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
teststreaming.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testthread.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testtimer.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testver.c
|
65728477af
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
|
12 лет назад |
|
testviewport.c
|
44959a21ef
Added viewport test, contributed by Andreas Schiffler and improved by me and Ryan Gordon.
|
12 лет назад |
|
testwm2.c
|
552b04c58a
More non C89 compliant comments
|
12 лет назад |
|
torturethread.c
|
1e49b1ed6e
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
12 лет назад |
|
utf8.txt
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 лет назад |