Age | Commit message (Collapse) | Author |
|
|
|
GLUT support for DELETE & BACKSPACE keys ; Fixed lzma.js doit.sh so that it works on Windows ; Removed unnecessary warning in em++ ;
|
|
Add more names for functions that show up in Firefox profiler as anonymous.
|
|
|
|
no-op stubs. Add a machinery for glGetError() to report errors generated by the library_gl.js interop layer.
|
|
|
|
Fix SDL_SetColors && SDL_envets
|
|
add support for node.js to act as a socket client
|
|
|
|
fixes #1759, #1760
|
|
|
|
|
|
test suite
|
|
|
|
|
|
|
|
|
|
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
|
|
Adds to a test case verifying return values from glGetIntegerv
|
|
no_copy_vfs_to_heap
|
|
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance.
Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy.
|
|
|
|
correct results when the current texture id is not TEXTURE0 and fixes
library_gl.js so that it returns correct results.
|
|
|
|
|
|
|
|
|
|
|
|
Fix handling of backspace SDL scancode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1749.
|
|
|
|
|
|
issues
|
|
|
|
|
|
|
|
|
|
library_browser.js to modify requestAnimationFrame to provide a fallback to setTimeout if window is undefined
|
|
|
|
|
|
|
|
|
|
|