Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
buffers are being used. allows use of vertex data from arbitrary parts of the vertex data range, not just the beginning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with mouse button staying down after leaving, until reentering and clicking
|
|
Adding LLVM intrinsic llvm_uadd_with_overflow_i16.
|
|
Add missing sdl functions
|
|
compiled with emulation
|
|
With -O1, sometimes LLVM generates code which calls its intrinsic
llvm_uadd_with_overflow_i16, which was previously missing in
emscripten's library.
This commit adds that intrinsic, and also adds a test which
causes LLVM to call that intrinsic (only in 'o1'). This test
previously failed in 'o1' but now passes.
|
|
|
|
strndump function implementation
|
|
|
|
SDL_QuitSubSystem)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix the SDL mouse motion events
|
|
These are useful for fog implementation, which we can look into
implementing in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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!
|
|
|