Age | Commit message (Collapse) | Author |
|
add support for node.js to act as a socket client
|
|
fixes #1759, #1760
|
|
|
|
|
|
test suite
|
|
|
|
|
|
|
|
|
|
Name js functions.
|
|
self.skip('node is not present') to test_nodejs_sockets_echo if node isn't available
|
|
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
|
|
|
|
with ./runner.py sockets.test_nodejs_sockets_echo
|
|
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.
|
|
into incoming
Conflicts:
AUTHORS
|
|
|
|
|
|
|
|
|
|
|
|
Fix handling of backspace SDL scancode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1749.
|
|
|
|
`node` binaries built from upstream git have a "-pre" suffix attached
to the version number. Fix the version parser to handle those.
|
|
|
|
issues
|
|
|
|
|
|
|
|
|
|
library_browser.js to modify requestAnimationFrame to provide a fallback to setTimeout if window is undefined
|
|
smaller inputs
|
|
|
|
|
|
|
|
|
|
Fix an issue with Boost compilation.
|