aboutsummaryrefslogtreecommitdiff
path: root/src/shell.html
AgeCommit message (Collapse)Author
2012-01-20Unify the 2D and WebGL contextsEhsan Akhgari
2012-01-20Enable SDL to create a 2D or WebGL context depending on what the caller wantsEhsan Akhgari
2011-12-31override print() by default, to avoid errors when using the browser print() ↵Alon Zakai
(print to printer) if it hasn't been overridden. Overriding is now possible through Module.print
2011-12-13make shell.html more robust if no canvas supportAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests ↵Alon Zakai
SDL, and some fixes for SDL