Age | Commit message (Collapse) | Author |
|
fixes #1759, #1760
|
|
|
|
|
|
test suite
|
|
|
|
|
|
|
|
|
|
Name js functions.
|
|
"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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
smaller inputs
|
|
|
|
|
|
|
|
|
|
Fix an issue with Boost compilation.
|
|
|
|
|
|
|
|
|
|
|