aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-16capture charCode field of keypress events to backfill keydown eventsAnthony Pesch
2013-08-16create FS.name_table at runtime, to reduce code sizeAlon Zakai
2013-08-16allow overriding a gl function with the same name, and keep the original ↵Alon Zakai
accessible through getProcAddress
2013-08-16warn on VERBOSEAlon Zakai
2013-08-16generate separate function table wrappers for a single library function ↵Alon Zakai
aliased with different signatures
2013-08-16do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error ↵Alon Zakai
at runtime
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-16convert gl emulation compilation errors to warnings and runtime errorsAlon Zakai
2013-08-15Merge pull request #1511 from inolen/errnoerrorAlon Zakai
make FS.ErrnoError inherit from Error
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