Age | Commit message (Collapse) | Author |
|
|
|
Fixes #1749.
|
|
|
|
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
|
|
Conflicts:
AUTHORS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
|
|
|
|
|
|
event loops to be accumulated. Add a mechanism for avoiding buffer starving a bit better with Web Audio.
|
|
|
|
that this path is still disabled for Firefox, since Mozilla Audio Data API gives better sound quality.
|
|
guarantee no resources will be leaked. (not sure if this is necessary, but it uncovered a timing bug, and doesn't hurt to be safe)
|
|
Browser.safeSetTimeout, and instead calling safeSetInterval to control the timing drift explicitly.
|
|
buffer underflow by at least more than one sample block.
|
|
|
|
|
|
add better support for different SDL audio formats and sample rates. Add browser test for SDL audio beep sample.
|
|
Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
|
|
Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
|
|
Added myself to AUTHORS
Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
|
|
unnecessary channels.
Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pixels
|
|
|
|
|
|
support SDL_WM_ToggleFullScreen when initiated by key input
|
|
|
|
SDL alpha keys fix
|
|
pass in modified character to SDL keydown events
|
|
|
|
|
|
SDL_Surface size fix
|
|
|
|
|
|
|
|
SDL_PumpEvents work; fixes #1419
|
|
order to make closure happy
|
|
file preload path fixes
|