Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix the incorrect initial value of GL.immediate.currentMatrix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A bunch of random fixes
|
|
|
|
It's not implemented for now...
|
|
|
|
Use Module.print, since the print function doesn't seem to be accessible
any more for some reason. Without this, enabling FS_LOG causes the
browser's print UI to be invoked, which is pretty bad!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add the em-config tool
|
|
This tool is useful to use in shell scripts, etc in order to access
variables defined in the ~/.emscripten file without depending on the
details on how to read and parse it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make GLImmediate depend on Browser
|
|
|