Ryan C. Gordon
|
82df1959c1
|
Removed legacy Mac OS X dlcompat code.
It was only needed for Mac OS X 10.0 through 10.2, so it seems silly to keep
it around for SDL 1.3.
I'll leave it in the 1.2 branch for now, though.
|
2011-09-09 00:34:48 -04:00 |
|
Andreas Schiffler
|
9440bdc21b
|
Merge changes
|
2011-09-07 21:47:10 -07:00 |
|
Ryan C. Gordon
|
4efdd10e16
|
Fixed compiler warning on 32-bit Mac OS X.
|
2011-09-07 10:54:14 -04:00 |
|
Andreas Schiffler
|
8e3c6688a7
|
Refactored IntersectRectAndLine tests and increased coverage
|
2011-09-06 23:51:46 -07:00 |
|
Andreas Schiffler
|
576988acf2
|
Update SDL_REVISION
|
2011-09-04 20:45:38 -07:00 |
|
Andreas Schiffler
|
a5f6fa789f
|
Added tests for SDL_HasIntersection; added negative parameter tests; refactored existing test code
|
2011-09-04 20:37:01 -07:00 |
|
Andreas Schiffler
|
15eed4cdc2
|
Added input parameter validation to some SDL_rect functions
|
2011-09-04 20:34:48 -07:00 |
|
Andreas Schiffler
|
cd72032cea
|
Added tests to testrect suite. Simple logger improvements. Fixed int-range fuzzer.
|
2011-09-04 14:57:10 -07:00 |
|
Ryan C. Gordon
|
9b301501da
|
Fixed a compiler warning on Mac OS X.
Thanks to Mattias Holm for the patch!
|
2011-09-02 14:00:57 -04:00 |
|
Ryan C. Gordon
|
8ad5dc2b68
|
Fixed a NSLog() format string.
Thanks to Mattias Holm for the patch!
|
2011-09-02 14:00:10 -04:00 |
|
Ryan C. Gordon
|
e0fe768768
|
Fixed another Apple typedef in SDL_opengl.h
|
2011-09-02 13:54:45 -04:00 |
|
Ryan C. Gordon
|
95221a071a
|
Patched to compile.
|
2011-09-01 14:02:12 -04:00 |
|
Ryan C. Gordon
|
d3c8a17a2d
|
Called method on wrong object in Android exception handler.
Fixes Bugzilla #1297.
Thanks to jon @ rafkind for the patch!
|
2011-09-01 04:42:09 -04:00 |
|
Ryan C. Gordon
|
03425cf382
|
Removed unused variable.
|
2011-09-01 04:34:05 -04:00 |
|
Ryan C. Gordon
|
439009a9d5
|
Clean up any opened joysticks during SDL_JoystickQuit().
Otherwise, these leak memory and maybe operating system handles.
|
2011-09-01 04:25:15 -04:00 |
|
Ryan C. Gordon
|
fefd678dfd
|
Backed out SDL_config.h overwrite that got committed by accident.
|
2011-08-30 17:11:51 -04:00 |
|
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
|
d6af3b40e5
|
* Support OpenGL ES 2 on Android
|
2011-08-26 13:15:05 +01:00 |
|
Ryan C. Gordon
|
aff2ea6350
|
Don't warn about multichar characters on BeOS/Haiku.
The system headers use them generously.
(transplanted from 825e1072eac6c950ca4f6e879a91ea199a282b2c)
|
2011-10-13 16:35:25 -04:00 |
|
Ryan C. Gordon
|
d37f894242
|
Added support for multitouch on Android.
Fixes Bugzilla #1294.
Thanks to Gabriel Jacobo for the patch!
|
2011-10-13 01:21:35 -04:00 |
|
Ryan C. Gordon
|
bebad17430
|
Fixed a whole slew of compiler warnings that -Wall exposed.
|
2011-10-13 01:08:30 -04:00 |
|
Ryan C. Gordon
|
a144640635
|
Make sure window->driverdata is set before we might need it.
Thanks to Mako_energy for the fix!
|
2011-10-12 20:01:09 -04:00 |
|
Ryan C. Gordon
|
73fbe0cd92
|
Commit updated generated C code.
|
2011-10-11 22:42:54 -04:00 |
|
Ryan C. Gordon
|
bd5cf5489e
|
Fixed compiler warning for unused variable in generated C code.
|
2011-10-11 22:35:19 -04:00 |
|
Ryan C. Gordon
|
0a99c98e86
|
Fixed perl string escaping thing.
|
2011-10-11 22:34:52 -04:00 |
|
Ryan C. Gordon
|
88dab34ac1
|
Enable -Wall by default.
Fixes Bugzilla #1284.
(But probably upsets buildbot. :) )
|
2011-10-11 22:04:51 -04: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 |
|
Nathan Heisey
|
2922ec5c93
|
Fixed static misnomers
|
2011-08-22 21:07:16 +00:00 |
|
Nathan Heisey
|
cd1d00c8bc
|
Partially cleaned out code
|
2011-08-22 11:02:05 +00:00 |
|
Nathan Heisey
|
66b34b9372
|
Temporary mode-setting hack works
|
2011-08-20 15:16:13 +00:00 |
|
Kees Bakker
|
1a888b5860
|
Split off SDL_uikitviewcontroller in its own module
|
2011-08-17 23:26:58 +02:00 |
|