Blake O'Hare

Results 47 issues of Blake O'Hare

e.g. this fails without any debug info: images/font/*

feature request

Currently JavaScript will allow you to play a sound (or song) even though it isn't loaded, but loading is treated synchronously on other platforms. Need to introduce a $sfx_play_when_ready that...

feature request

e.g. $key_pressed(key), $mouse_current_pos()

feature request

Create a simple way to cull all gamepad deadzone noise below a certain threshold from entering the user-configured gamepad event queue. e.g. $gamepad_set_dead_zone_threshold(device, amount)

feature request

Current lines have flat caps, which aren't very aesthetically pleasing.

feature request

library

Possibly as two separate libraries to keep permissions boundaries simple.

library

The JPEG Encoder still needs a few options implemented - what color to use as the background when the ImageResource has transparency - compression quality ``` new JpegEncoder(img) .setBackground(255, 255,...

feature request
library

If a JUMP op points to another JUMP, optimize the first one to simply go to the final target. I'm not sure how much this occurs, but worth investigating.

feature request