aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 acce...Alon Zakai
2013-08-16warn on VERBOSEAlon Zakai
2013-08-16generate separate function table wrappers for a single library function alias...Alon Zakai
2013-08-16do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error a...Alon Zakai
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
2013-08-15Merge pull request #1527 from inolen/setcanvassizeAlon Zakai
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
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
2013-08-14fixed SDL_Surface struct sizeAnthony Pesch
2013-08-14Merge pull request #1515 from inolen/sdl_audiodrivernameAlon Zakai
2013-08-14Merge pull request #1514 from inolen/default_open_modeAlon Zakai
2013-08-14Merge pull request #1510 from inolen/fs_readdirAlon Zakai
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
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
2013-08-12split out handling SDL events from making C events for them, to make SDL_Pump...Alon Zakai
2013-08-12Merge pull request #1502 from ToadKing/usleepAlon Zakai
2013-08-12Merge pull request #1501 from ToadKing/openal_fixAlon Zakai
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
2013-08-09 - merged FS and VFS namespacesAnthony Pesch
2013-08-10Remove some errno settings.Bruce Mitchener
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 i...Alon Zakai
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