Ryan C. Gordon
ca3232dcd1
Enable -Wall by default.
...
Fixes Bugzilla #1284 .
(But probably upsets buildbot. :) )
2011-10-11 22:04:51 -04:00
Tim Angus
6f0f508a4f
* 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
3d9a685099
Fix another Apple conflict in SDL_opengl.h
2011-08-26 03:38:46 -04:00
Ryan C. Gordon
0daed19a0e
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
c3366d1756
Patched to compile on Windows.
2011-08-23 16:47:22 -04:00
Ryan C. Gordon
1ea43749bd
Cleaned out functions deprecated in Mac OS X 10.6 SDK.
2011-08-23 15:17:44 -04:00
Ryan C. Gordon
51254fce6a
Added more test programs to .hgignore
2011-08-23 06:28:28 -04:00
Ryan C. Gordon
84d42b9a9f
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
Nathan Heisey
b6c26ffe71
Fixed static misnomers
2011-08-22 21:07:16 +00:00
Nathan Heisey
4799ac2b6e
Partially cleaned out code
2011-08-22 11:02:05 +00:00
Nathan Heisey
491df9d730
Temporary mode-setting hack works
2011-08-20 15:16:13 +00:00
Kees Bakker
315893bf28
Split off SDL_uikitviewcontroller in its own module
...
--HG--
extra : rebase_source : 9f436d0751280968fb49307fb522b0d6c72d4409
2011-08-17 23:26:58 +02:00
Ryan C. Gordon
cfa202c1f5
Fixed another printf() compiler warning, this time in the 1.3 branch.
2011-08-23 03:12:27 -04:00
Ryan C. Gordon
5df7568eec
Further XAudio2 build test cleanups.
2011-08-22 14:56:46 -04:00
Ryan C. Gordon
6412a3147e
Removed SDL_xaudio2.h ... no real need for this to be separate.
2011-08-22 14:37:45 -04:00
Ryan C. Gordon
023503370c
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
3b667bacd5
Apple's C runtime has the non-const iconv(), too.
2011-08-22 14:25:11 -04:00
Ryan C. Gordon
1f5750981e
Fixed compiler warning on 64-bit builds.
2011-08-22 13:41:35 -04:00
Ryan C. Gordon
747072f8a3
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
08f49bd2d3
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
b4c91cf7b3
Fixed -pedantic warning in SDL_assert.h.
...
Fixes Bugzilla #1282 .
2011-08-21 12:36:55 -04:00
Ryan C. Gordon
f9268ec876
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
98babc2004
Ported ALSA minimum-sample-count fix from 1.2 branch to 1.3.
2011-08-21 11:52:21 -04:00
Ryan C. Gordon
40480fb3c4
Make sure XAudio2 is supported by the DirectX headers at compile time.
...
--HG--
extra : rebase_source : a461903e0d9d4334a29cb0c9848a36f268d8f0e6
2011-08-21 02:35:13 -04:00
Kees Bakker
afc8e3d312
Convert a few TABs into spaces
2011-08-18 22:43:37 +02:00
Nathan Heisey
d7bd0b0425
Fixed some problems with switching to/from fullscreen
2011-08-17 13:31:18 +00:00
Markus Kauppila
8632b5f433
Fixed unit float and unit double generators.
2011-08-17 12:57:14 +03:00
Markus Kauppila
7d8de2d4ba
Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
...
to RandomUint32.
2011-08-17 11:44:57 +03:00
Markus Kauppila
38ba3e6433
Fixed an issue with nonexistant function.
2011-08-17 10:34:42 +03:00
Markus Kauppila
cdb6aa7fcf
Fixes based on CR.
...
Some tests in rwops suite broken up to smaller tests.
2011-08-15 21:41:28 +03:00
Markus Kauppila
516b5e80a7
Fixed 'runner > mylog' problem.
...
Runner will tell if verbose logging is switched on.
2011-08-15 19:40:41 +03:00
Markus Kauppila
d5a4d0b8bd
Cleaning up render test suite.
2011-08-15 19:18:59 +03:00
Ryan C. Gordon
531efe97f1
Patched to compile.
2011-08-15 02:51:13 -04:00
Sam Lantinga
3cc0d7d6e4
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
a854e65d49
Removed some extra ppc scaffolding
2011-08-14 17:21:21 -04:00
Sam Lantinga
f22df77268
Fat build doesn't support PPC anymore.
2011-08-14 17:17:34 -04:00
Markus Kauppila
2832493550
Renamed tests in dummy suite.
2011-08-14 21:36:43 +03:00
Markus Kauppila
499e8b0f01
Clean up.
2011-08-14 21:29:00 +03:00
Markus Kauppila
7ebdc0e829
Fixed the exec-key option.
2011-08-14 21:27:47 +03:00
Markus Kauppila
6c319b5d2b
Updating dummy test suite.
2011-08-14 21:05:08 +03:00
Markus Kauppila
04b2c7e316
Cleaning up render test suite.
2011-08-14 14:38:19 +03:00
Markus Kauppila
e89d876fc6
Ported tests from "./tests/automated/render"
2011-08-13 19:00:39 +03:00
Markus Kauppila
2df605db29
Added --include-dummy option.
2011-08-13 12:02:22 +03:00
Nathan Heisey
23e3df144f
Reduced SEGFAULT occurence on resize?
2011-08-12 16:58:54 +00:00
Markus Kauppila
2080edeea3
Fixed the doxygen markup.
2011-08-11 22:26:33 +03:00
Markus Kauppila
9ffc5e8ef0
Cleaned up the rwops test suite.
2011-08-11 22:07:14 +03:00
Markus Kauppila
8e4d708560
Added random number generators for Uint8, Sint8, Uint16, Sint16,
...
Uint64 and Sint64.
2011-08-11 12:48:45 +03:00
Markus Kauppila
694dda2a12
Added missing doxygen markup to some fuzzer functions.
2011-08-10 20:59:42 +03:00
Markus Kauppila
313edeffaa
Fixing previous commit. Forgot to add a few files.
2011-08-10 17:01:22 +03:00
Markus Kauppila
b96fa6da9a
Ported rwops test suite.
2011-08-10 16:55:30 +03:00