summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-15Merge pull request #1527 from inolen/setcanvassizeAlon Zakai
export setCanvasSize to Module object
2013-08-15expose setCanvasSizeAnthony Pesch
2013-08-15move shader compile status check behind GL_DEBUGAnthony Pesch
2013-08-16Bug fixes of the pthread specific and a test added.Yu Kobayashi
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-15spam abort() messages to stderr as wellAlon Zakai
2013-08-15Merge pull request #1513 from modeswitch/webrtc-testsAlon Zakai
Webrtc test
2013-08-15Ensure hashName always returns a positive integer.Ryan Kelly
2013-08-14do not fail if no read() in the shell, which is the case with jscAlon Zakai
2013-08-14Merge pull request #1517 from inolen/sdl_surface_sizeAlon Zakai
SDL_Surface size fix
2013-08-14fixed SDL_Surface struct sizeAnthony Pesch
2013-08-14Merge pull request #1515 from inolen/sdl_audiodrivernameAlon Zakai
added SDL_AudioDriverName
2013-08-14Merge pull request #1514 from inolen/default_open_modeAlon Zakai
default to mode 0666 in FS.open
2013-08-14Merge pull request #1510 from inolen/fs_readdirAlon Zakai
make FS.readdir easier to use
2013-08-14added SDL_AudioDriverNameAnthony Pesch
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-13default to mode 0666Anthony Pesch
2013-08-14Add return value to sendmsg.Alan Kligman
2013-08-13 - made FS.readdir easier to useAnthony Pesch
- tightened up exported node and stream ops for each type
2013-08-13make FS.ErrnoError inherit from ErrorAnthony Pesch
2013-08-13warn if triple is not what we expectAlon Zakai
2013-08-13properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319Alon Zakai
2013-08-12reimplement getCurrentTimeToadKing
2013-08-12fix alpha keycodes in handleEventToadKing
2013-08-12add explicit stack trace to FS errorsAlon Zakai
2013-08-12Merge pull request #1506 from inolen/openal_fixesAlon Zakai
move OpenAL helper functions to AL object
2013-08-12split out handling SDL events from making C events for them, to make ↵Alon Zakai
SDL_PumpEvents work; fixes #1419
2013-08-12Merge pull request #1502 from ToadKing/usleepAlon Zakai
Use perforamnce timers for usleep if available
2013-08-12Merge pull request #1501 from ToadKing/openal_fixAlon Zakai
fix bug in alcDestroyContext
2013-08-12moved OpenAL helper functions to AL objectAnthony Pesch
2013-08-12legalize add etc. of < 32-bit illegal values properly; fixes #1505Alon Zakai
2013-08-11experimental toFloat32 optionAlon Zakai
2013-08-11use performance timers for usleep if availableToadKing
2013-08-11fix bug in alcDestroyContextToadKing
2013-08-10Merge pull request #1498 from inolen/lib_reorgAlon Zakai
FS-related module reorganization
2013-08-09 - merged FS and VFS namespacesAnthony Pesch
- split off fs, memfs, sockfs and tty libraries
2013-08-10Remove some errno settings.Bruce Mitchener
This is a follow up to the previous commit that removed them from src/library.js.
2013-08-10Provide additional errno messages.Bruce Mitchener
2013-08-10Remove errno codes that don't exist in musl.Bruce Mitchener
2013-08-09clean up stack space allocated by a varargs function call immediately after ↵Alon Zakai
it; fixes #1492
2013-08-09use a local variable for varargs temp stack positionAlon Zakai
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09Merge pull request #1489 from inolen/exit_status_fixesAlon Zakai
exit status fixes
2013-08-09use instanceof operator for detecting ExitStatus throwAnthony Pesch
2013-08-09 - always throw an exception in exitAnthony Pesch
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status
2013-08-09Merge pull request #1488 from waywardmonkeys/errno-definitionsAlon Zakai
Errno definitions
2013-08-09Merge pull request #1487 from waywardmonkeys/fix-typosAlon Zakai
Fix typos
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
misc socket-related library fixes and updated websocket tests
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-09Fix some typos.Bruce Mitchener