aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-31Remove 'vararg' from names of functions, per code review. Don't expand float...Chad Austin
2014-03-29Follow up from azakai's code reviewChad Austin
2014-03-28Make val::val(T&&) compatible with asm.jsChad Austin
2014-03-28Make val::operator() compatible with asm.jsChad Austin
2014-03-28Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ...Chad Austin
2014-03-28Make val::call<> compatible with asm.jsChad Austin
2014-03-28Fix passing memory_views in varargsChad Austin
2014-03-28Allow passing memory_views in varargsChad Austin
2014-03-28Some minor emval simplificationsChad Austin
2014-03-28It appears we can use doubles as generic wire types.Chad Austin
2014-03-28make val::new_ compatible with asm.jsChad Austin
2014-03-28make val::as<> compatible with asm.jsChad Austin
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-24Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructorAlon Zakai
2014-03-24fix caching of asm const strings; fixes #2253Alon Zakai
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-18Merge pull request #2241 from Noxalus/incomingAlon Zakai
2014-03-18Complete the list of properly supported keysNoxalus
2014-03-18Remove empty std::type_info destructor.Bruce Mitchener
2014-03-17make simplifyIfs a settings optionAlon Zakai
2014-03-17comment on outlining downsidesAlon Zakai
2014-03-17add another if testcase in relooperAlon Zakai
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
2014-03-17Merge pull request #2234 from Noxalus/incomingAlon Zakai
2014-03-17Merge pull request #2228 from Daft-Freak/patch-1Alon Zakai
2014-03-17Set errno and return -1Charlie Birks
2014-03-17fix relooper testAlon Zakai
2014-03-17Return error in raiseCharlie Birks
2014-03-17Fix numepad 0 key and add few other keysNoxalus
2014-03-16Merge pull request #2229 from Daft-Freak/patch-2juj
2014-03-16Fix unregistering of event handlers (all params of removeEventListener must *...Jukka Jylänki
2014-03-15fix commented-out relooper codeAlon Zakai
2014-03-15Add eglWaitGLCharlie Birks
2014-03-15Add stub for raiseCharlie Birks
2014-03-14add a Nested branch type in relooper, to represent a path we must make sure i...1.13.2Alon Zakai
2014-03-14Merge pull request #2224 from juj/osx_mouseAlon Zakai
2014-03-14Fix typo in comment.Jukka Jylänki
2014-03-14Fix OpenAL library to work with old Web Audio API syntax that exists in Safar...Jukka Jylänki
2014-03-14Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement th...Jukka Jylänki
2014-03-13Implement support for Webkit mouse wheel events. Add new interactive mouse te...Jukka Jylänki
2014-03-13Manually implement mouse movementXY in HTML5 mousemove events when the browse...Jukka Jylänki
2014-03-13Fix typo with missing parentheses from previous commit that broke keyevents f...Jukka Jylänki
2014-03-12Fix IE fullscreen requests to not run in mousedown events, since IE doesn't a...Jukka Jylänki
2014-03-11improve demangler a littleAlon Zakai
2014-03-11Implement a IE10+ specific path to emscripten_get_callstack to get the call s...Jukka Jylänki
2014-03-10fix mouse wheel deltas for closure compiler in html5 API, and add some closur...Alon Zakai
2014-03-10forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specifi...Alon Zakai
2014-03-10Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incomingAlon Zakai
2014-03-09add some text to safe heap assertsAlon Zakai
2014-03-08Fix GLFW ESC keyDaniele Di Proietto