Ryan C. Gordon
370cdc709c
Automated merge with https://bitbucket.org/Markusk/sdl-gsoc
2011-08-29 13:17:07 -04:00
Ryan C. Gordon
56e1918d11
Fixed missing audio on iOS.
2011-08-29 00:27:43 -04:00
Markus Kauppila
6937f4af84
Fixed an error in doxygen markup.
2011-08-28 22:27:26 +03:00
Markus Kauppila
bad61ed9af
Fixed a typo.
2011-08-28 22:24:00 +03:00
Markus Kauppila
79a82d3174
Updated TODO.
2011-08-28 22:22:37 +03:00
Markus Kauppila
1abbc9b839
Minor cleaning.
2011-08-28 22:18:56 +03:00
Markus Kauppila
b688d51602
Added elementary fuzzer-randgen invocation count.
2011-08-28 22:06:56 +03:00
Markus Kauppila
99952d2853
Added TODO.
2011-08-28 21:06:00 +03:00
Markus Kauppila
8cf1257081
Test cases executed in their own process can now bail out if
...
assertion fails.
Note: Bailing out doesn't work with --in-proc option.
2011-08-28 21:00:38 +03:00
Markus Kauppila
681d72d5f1
Option --show-tests prints test description.
2011-08-28 20:27:25 +03:00
Markus Kauppila
bfd6031522
Fixed timestamp issue.
2011-08-28 20:08:36 +03:00
Markus Kauppila
3204437b60
Changed logging behavior. Runner uses stdout as default and
...
file logging is enabled with --logfile [BASENAME] (or --logdir).
2011-08-28 20:01:25 +03:00
Markus Kauppila
107e5455f1
Refined install script to be more helpful.
2011-08-28 18:58:13 +03:00
Markus Kauppila
dadc383a40
Created SetUp and TearDown functions for testrwops suite.
2011-08-28 11:55:54 +03:00
Tim Angus
edc8ca6ac0
* Fix many memory leaks in Android FS code
...
* Set SDL error string with Java exception details when one occurs
* Fix tabulation of SDLActivity::getContext
2011-08-26 13:11:53 +01:00
Ryan C. Gordon
586e5b252b
Fix another Apple conflict in SDL_opengl.h
2011-08-26 03:38:46 -04:00
Ryan C. Gordon
1248146aa2
Removed the MAC_OS_X_VERSION_10_x macros from the 1.3 branch.
2011-08-25 03:11:28 -04:00
Ryan C. Gordon
d58d3cf9d0
Patched to compile on Windows.
2011-08-23 16:47:22 -04:00
Ryan C. Gordon
a52dac6020
Cleaned out functions deprecated in Mac OS X 10.6 SDK.
2011-08-23 15:17:44 -04:00
Ryan C. Gordon
ea20b29d4f
Added more test programs to .hgignore
2011-08-23 06:28:28 -04:00
Ryan C. Gordon
043d6961da
Fixed wrong datatype for shaders and programs.
...
This is a pointer on Mac OS X, so it risked losing data in 64-bit builds.
2011-08-23 06:27:04 -04:00
Kees Bakker
1a888b5860
Split off SDL_uikitviewcontroller in its own module
2011-08-17 23:26:58 +02:00
Ryan C. Gordon
d4f80d6538
Fixed another printf() compiler warning, this time in the 1.3 branch.
2011-08-23 03:12:27 -04:00
Ryan C. Gordon
27c0f06736
Further XAudio2 build test cleanups.
2011-08-22 14:56:46 -04:00
Ryan C. Gordon
3bd23ad70f
Removed SDL_xaudio2.h ... no real need for this to be separate.
2011-08-22 14:37:45 -04:00
Ryan C. Gordon
8dddad9b87
Let XAudio2 target be removed from the build by removing it from SDL_config.h
2011-08-22 14:30:49 -04:00
Ryan C. Gordon
9ef6d797b4
Apple's C runtime has the non-const iconv(), too.
2011-08-22 14:25:11 -04:00
Ryan C. Gordon
1230f810bd
Fixed compiler warning on 64-bit builds.
2011-08-22 13:41:35 -04:00
Ryan C. Gordon
8948722528
RLE: Don't trash alpha channel in copy_32().
...
It was being set to (mask|value) instead of (value).
Thanks to li zhuo for the bug report!
2011-08-22 13:34:58 -04:00
Ryan C. Gordon
89b8d559fd
Apparently glXSwapIntervalEXT() _does_ return a value.
...
Revision 6 of the GLX_EXT_swap_control spec has a typo; the function
signature they list is void, but the docs talk about a return value, and the
glxext.h headers list "int".
2011-08-22 02:26:11 -04:00
Ryan C. Gordon
8f50763692
Fixed -pedantic warning in SDL_assert.h.
...
Fixes Bugzilla #1282 .
2011-08-21 12:36:55 -04:00
Ryan C. Gordon
a13987a2cc
Fix SDL_GL_ACCELERATED_VISUAL on Windows in the 1.3 branch.
...
Fixes Bugzilla #1254 .
Thanks to Thilo Schulz for the patch!
2011-08-21 12:24:27 -04:00
Ryan C. Gordon
979f801b08
Ported ALSA minimum-sample-count fix from 1.2 branch to 1.3.
2011-08-21 11:52:21 -04:00
Ryan C. Gordon
da15752375
Make sure XAudio2 is supported by the DirectX headers at compile time.
2011-08-21 02:35:13 -04:00
Kees Bakker
0495a4f9da
Convert a few TABs into spaces
2011-08-18 22:43:37 +02:00
Markus Kauppila
9f2382d3e9
Fixed unit float and unit double generators.
2011-08-17 12:57:14 +03:00
Markus Kauppila
b9e0078d9e
Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
...
to RandomUint32.
2011-08-17 11:44:57 +03:00
Markus Kauppila
98c51aa111
Fixed an issue with nonexistant function.
2011-08-17 10:34:42 +03:00
Markus Kauppila
8c2769cf10
Fixes based on CR.
...
Some tests in rwops suite broken up to smaller tests.
2011-08-15 21:41:28 +03:00
Markus Kauppila
0eed3ad720
Fixed 'runner > mylog' problem.
...
Runner will tell if verbose logging is switched on.
2011-08-15 19:40:41 +03:00
Markus Kauppila
09c62ea0e7
Cleaning up render test suite.
2011-08-15 19:18:59 +03:00
Ryan C. Gordon
d71e865584
Patched to compile.
2011-08-15 02:51:13 -04:00
Sam Lantinga
f60d3a845a
Don't lose the icon surface if it's freed immediately after SDL_WM_SetIcon()
...
This is a memory leak, but we don't have a good place to free the icon surface a the moment.
2011-08-14 21:57:50 -04:00
Sam Lantinga
19fc9bc29c
Removed some extra ppc scaffolding
2011-08-14 17:21:21 -04:00
Sam Lantinga
8f4efe2e53
Fat build doesn't support PPC anymore.
2011-08-14 17:17:34 -04:00
Markus Kauppila
ab77326e9e
Renamed tests in dummy suite.
2011-08-14 21:36:43 +03:00
Markus Kauppila
ce36777e59
Clean up.
2011-08-14 21:29:00 +03:00
Markus Kauppila
551054f6fa
Fixed the exec-key option.
2011-08-14 21:27:47 +03:00
Markus Kauppila
6c09fb6fa1
Updating dummy test suite.
2011-08-14 21:05:08 +03:00
Markus Kauppila
57a595a0ef
Cleaning up render test suite.
2011-08-14 14:38:19 +03:00