Age | Commit message (Expand) | Author |
2013-08-16 | create FS.name_table at runtime, to reduce code size | Alon Zakai |
2013-08-16 | allow overriding a gl function with the same name, and keep the original acce... | Alon Zakai |
2013-08-16 | warn on VERBOSE | Alon Zakai |
2013-08-16 | generate separate function table wrappers for a single library function alias... | Alon Zakai |
2013-08-16 | do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error a... | Alon Zakai |
2013-08-16 | simplify and automate GetProcAddress logic, and move it out of GL emulation | Alon Zakai |
2013-08-16 | convert gl emulation compilation errors to warnings and runtime errors | Alon Zakai |
2013-08-15 | Merge pull request #1511 from inolen/errnoerror | Alon Zakai |
2013-08-15 | Merge pull request #1527 from inolen/setcanvassize | Alon Zakai |
2013-08-15 | expose setCanvasSize | Anthony Pesch |
2013-08-15 | move shader compile status check behind GL_DEBUG | Anthony Pesch |
2013-08-16 | Bug fixes of the pthread specific and a test added. | Yu Kobayashi |
2013-08-15 | make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION | Alon Zakai |
2013-08-15 | spam abort() messages to stderr as well | Alon Zakai |
2013-08-15 | Merge pull request #1513 from modeswitch/webrtc-tests | Alon Zakai |
2013-08-15 | Ensure hashName always returns a positive integer. | Ryan Kelly |
2013-08-14 | do not fail if no read() in the shell, which is the case with jsc | Alon Zakai |
2013-08-14 | Merge pull request #1517 from inolen/sdl_surface_size | Alon Zakai |
2013-08-14 | fixed SDL_Surface struct size | Anthony Pesch |
2013-08-14 | Merge pull request #1515 from inolen/sdl_audiodrivername | Alon Zakai |
2013-08-14 | Merge pull request #1514 from inolen/default_open_mode | Alon Zakai |
2013-08-14 | Merge pull request #1510 from inolen/fs_readdir | Alon Zakai |
2013-08-14 | added SDL_AudioDriverName | Anthony Pesch |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman |
2013-08-13 | default to mode 0666 | Anthony Pesch |
2013-08-14 | Add return value to sendmsg. | Alan Kligman |
2013-08-13 | - made FS.readdir easier to use | Anthony Pesch |
2013-08-13 | make FS.ErrnoError inherit from Error | Anthony Pesch |
2013-08-13 | warn if triple is not what we expect | Alon Zakai |
2013-08-13 | properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319 | Alon Zakai |
2013-08-12 | reimplement getCurrentTime | ToadKing |
2013-08-12 | fix alpha keycodes in handleEvent | ToadKing |
2013-08-12 | add explicit stack trace to FS errors | Alon Zakai |
2013-08-12 | Merge pull request #1506 from inolen/openal_fixes | Alon Zakai |
2013-08-12 | split out handling SDL events from making C events for them, to make SDL_Pump... | Alon Zakai |
2013-08-12 | Merge pull request #1502 from ToadKing/usleep | Alon Zakai |
2013-08-12 | Merge pull request #1501 from ToadKing/openal_fix | Alon Zakai |
2013-08-12 | moved OpenAL helper functions to AL object | Anthony Pesch |
2013-08-12 | legalize add etc. of < 32-bit illegal values properly; fixes #1505 | Alon Zakai |
2013-08-11 | experimental toFloat32 option | Alon Zakai |
2013-08-11 | use performance timers for usleep if available | ToadKing |
2013-08-11 | fix bug in alcDestroyContext | ToadKing |
2013-08-10 | Merge pull request #1498 from inolen/lib_reorg | Alon Zakai |
2013-08-09 | - merged FS and VFS namespaces | Anthony Pesch |
2013-08-10 | Remove some errno settings. | Bruce Mitchener |
2013-08-10 | Provide additional errno messages. | Bruce Mitchener |
2013-08-10 | Remove errno codes that don't exist in musl. | Bruce Mitchener |
2013-08-09 | clean up stack space allocated by a varargs function call immediately after i... | Alon Zakai |
2013-08-09 | use a local variable for varargs temp stack position | Alon Zakai |
2013-08-09 | print from exit(), so that explicitly calling it prints out the exit status | Alon Zakai |