Age | Commit message (Collapse) | Author |
|
Fix image loading in Safari.
|
|
|
|
|
|
|
|
|
|
Replace the 'scan' function, which maps a WebGL object to anassociated integer id, with a 'name' property stored on the object. The linear scan was rather slow, and as the vector grew in size games were slowing to a few fps.
|
|
Fix GC pauses by reusing canvas elements
|
|
|
|
|
|
Add basic touch support that translates to mouse events.
|
|
|
|
|
|
Bunch of SDL fixes that are needed for running Open Syobon Action.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
associated integer id, with a 'name' property stored on the object.
The linear scan was rather slow, and as the vector grew in size
games were slowing to a few fps.
|
|
|
|
(which cannot be aliased by user functions)
|
|
|
|
variable elimination, to reduce spilling
|
|
|
|
|
|
|
|
assert on bad pointer in Pointer_stringify
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module export improvements
|