Jukka Jylänki
7bc0b6c6c8
Fix interactive.test_html5_fullscreen
2014-11-20 00:30:06 +02:00
juj
c1f0a085e5
Merge pull request #2975 from juj/html5_fullscreen_api
...
Html5 fullscreen api
2014-11-06 20:03:30 -05:00
Warren Seine
9cad24b063
Implement Mix_SetPanning in SDL library bindings.
...
Mix_SetPanning changes the volume of the left/right channel for stereo
audio. Unfortunately, there's no direct mapping for this API, but
WebAudio provides a "createPanner" API which can simulate it.
2014-11-07 02:08:45 +02:00
Jukka Jylänki
256721d87b
Add an interactive test for the new HTML5 fullscreen mode settings.
2014-11-06 23:49:29 +02:00
Alon Zakai
79c9d47c03
port some tests to SDL2; combined patch including all the tests work of Charlie Birks <admin@daftgames.net> and Sathyanarayanan Gunasekaran <gsathya.ceg@gmail.com>, and some final integration tweaks (-lSDL2 => -s USE_SDL=2), keep tests disabled for now; #2404
2014-10-19 17:01:40 -07:00
Jukka Jylänki
2ef851bfff
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643 .
2014-08-27 14:59:18 +03:00
Alon Zakai
5d22fa213f
remove test_sdl_audio_quickload which has been broken for a very long time
2014-05-09 14:33:47 -07:00
Jukka Jylänki
2faa69a865
Add interactive and automated testing for SDL touch events.
2014-04-14 01:22:19 +03:00
Jukka Jylänki
fb0b19e4c5
Implement support for Webkit mouse wheel events. Add new interactive mouse test. Checked on OSX Safari 6.0.5. Fixes #2219 .
2014-03-13 16:34:46 +02:00
Jukka Jylänki
2a7b7d2b5c
Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen.
2014-03-06 20:46:56 +02:00
Jukka Jylänki
04e5ac40b0
Added new test suite 'interactive', which contains those browser tests that require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
2014-03-06 20:14:52 +02:00