aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-26Bump version.1.6.2Bruce Mitchener
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Implement locale-ignoring strcoll_l.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-24Merge pull request #1642 from waywardmonkeys/newlocale-freelocaleAlon Zakai
2013-09-24Merge pull request #1641 from waywardmonkeys/fix-negative-zero-bugAlon Zakai
2013-09-25Add test case for zero multiplication.Bruce Mitchener
2013-09-25Don't rewrite multiplication by 0 as 0.Bruce Mitchener
2013-09-25Simple implementation of newlocale / freelocale.Bruce Mitchener
2013-09-24Merge pull request #1629 from ngld/fix-ccallFunc-utf8Alon Zakai
2013-09-24sdl alpha testAlon Zakai
2013-09-24Fix entire surface alpha blending with SDL_SetAlphaRichard Quirk
2013-09-24Hide logging in Web Audio intended mostly for debugging.Jukka Jylänki
2013-09-24Fix bug where resuming SDL audio multiple times could cause multiple audio ev...Jukka Jylänki
2013-09-24Make the tones shorter in duration to have the test harness not timeout (60 s...Jukka Jylänki
2013-09-24Update the sdl audio beep test to new test_browser.py suite after rebase.Jukka Jylänki
2013-09-24Document Mozilla Audio Data API is used as a workaround.Jukka Jylänki
2013-09-24Allow compiling the sdl_audio_beep.cpp sample outside the browser test harness.Jukka Jylänki
2013-09-24Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note tha...Jukka Jylänki
2013-09-24Fix AUTHORS to have UTF-8 encoding.Jukka Jylänki
2013-09-24Make the time periods between beeps longer to be able to distinguish audio qu...Jukka Jylänki
2013-09-24Explicitly disconnect generated audio buffers with Web Audio API to guarantee...Jukka Jylänki
2013-09-24Fix audio callback overflow problems by avoiding using Browser.safeSetTimeout...Jukka Jylänki
2013-09-24Improve the Web Audio callback buffer scheduling logic to stay ahead of buffe...Jukka Jylänki
2013-09-24Fix reporting of silence parameter in SDL audio api.Jukka Jylänki
2013-09-24Fix closure issues with Web Audio support in SDL.Jukka Jylänki
2013-09-24Improve SDL_OpenAudio support to work with the newest Web Audio API spec, add...Jukka Jylänki
2013-09-24Switched to single quotes for consistency.ILOVEPIE
2013-09-24Fixed some stuff I forgot to change.ILOVEPIE
2013-09-24Rewritten with audioBuffersILOVEPIE
2013-09-24Made the WebAudioAPI support slightly more efficient by removing some unneces...ILOVEPIE
2013-09-24Added WebAudioAPI output to mixer codeILOVEPIE
2013-09-24Merge pull request #1625 from ngld/dprintfAlon Zakai
2013-09-24Merge pull request #1650 from rharkeadsk/dev/fix-printf-paddingAlon Zakai
2013-09-24improve check for Float64Array; fixes #1651Alon Zakai
2013-09-24do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661Alon Zakai
2013-09-24Merge pull request #1656 from juj/gl_id_validationjuj
2013-09-24Merge pull request #1643 from waywardmonkeys/fix-typoAlon Zakai
2013-09-24Add more validation to the GL layer when GL_ASSERTIONS is enabled. This catch...Jukka Jylänki
2013-09-24Merge pull request #1658 from juj/WEBGL_depth_texturejuj
2013-09-24Fix indentation in previous commit.Jukka Jylänki
2013-09-24Merge pull request #1660 from waywardmonkeys/fix-performance-regressionAlon Zakai
2013-09-24Mark __assert_fail as _Noreturn.Bruce Mitchener
2013-09-24Enable WEBGL_depth_texture on GL context init. WEBGL_depth_texture is an exte...Jukka Jylänki
2013-09-23do not leak emcc args changes in test_casesAlon Zakai
2013-09-23forward noSafe in makeGet|SetValueAlon Zakai
2013-09-23optimize end of intertyperAlon Zakai
2013-09-23simplify chunk size determination in emscripten.pyAlon Zakai
2013-09-23handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrapAlon Zakai
2013-09-23sort target labels in switches so output is consistently orderedAlon Zakai