Age | Commit message (Collapse) | Author |
|
revert pr #1493
|
|
|
|
Simplify timezone
|
|
|
|
|
|
can confuse INCLUDE_FULL_LIBRARY+exceptions
|
|
|
|
#1591
|
|
|
|
attributes; fixes part of #1589
|
|
github.com:michaeljbishop/emscripten into incoming
|
|
1. Binding to a VertexObjectBuffer and calling `glDrawArrays` on two
different sections of it.
2. Using `glVertexPointer` with actual pointer to a vertex array
and calling `glDrawArrays` on two different sections of it.
|
|
This reverts commit bd615f6f4499cc2b928c5603ba98d6bd689e608e.
|
|
Since we only allow GMT as a timezone and ignore what the browser
says, we can simplify a lot of this code.
|
|
are able to access other modules, but do not catch exceptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modules
|
|
|
|
|
|
|
|
imported from the parent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
main module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to
|
|
|