Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-17 | Fix SDL color encoding. | Jez Ng | |
Little-endian + RGBA means that red is located at the lowest-order bits, not the highest. The hello_world_sdl test is now portable, because we no longer write to individual bytes. We also add a test for a completely blank screen, which should be black, not red. Closes #1287, #761, #765. | |||
2012-03-27 | fix two bugs with rendering pixel data to SDL: flip R and B to match native ↵ | Alon Zakai | |
behavior, and ignore alpha when rendering to the screen as also done in native behavior | |||
2012-03-05 | properly handle html-unfriendly print() output | Alon Zakai | |
2011-12-17 | fix SDL_MUSTLOCK | Alon Zakai | |
2011-12-14 | make SQL_Quit a no-op | Alon Zakai | |
2011-12-12 | support for generating html in emcc, and a test for that that also tests ↵ | Alon Zakai | |
SDL, and some fixes for SDL |