scratch-vm/test/unit
Chris Willis-Ford c541e87da5
Merge pull request #1587 from cwillisf/util_token-bucket
Add a rate-limited task queue utility
2018-09-19 10:48:04 -07:00
..
blocks_control.js Use round() instead of floor() in repeat, add unit test 2018-08-14 20:27:18 -03:00
blocks_data.js
blocks_event.js
blocks_looks.js
blocks_operators.js
blocks_procedures.js
blocks_sensing.js Add UserData ioDevice for setting and getting username from blocks 2018-07-23 09:38:58 -04:00
blocks_sounds.js
dispatch.js
engine_adapter.js
engine_blocks.js
engine_runtime.js Add tests for getLabelForOpcode 2018-09-12 17:23:01 -04:00
engine_sequencer.js
engine_target.js Add unit tests for new duplicate variable functions on target. 2018-08-07 18:21:01 -04:00
engine_thread.js
extension_conversion.js
extension_microbit.js
extension_music.js
extension_video_sensing.js
extension_video_sensing_center.png
extension_video_sensing_down-10.png
extension_video_sensing_left-5.png
extension_video_sensing_left-10.png
io_clock.js
io_deviceManager.js
io_keyboard.js
io_mouse.js
io_mousewheel.js
io_scratchBLE.js Refactor for hardware extensions (#1555) 2018-09-07 17:01:23 -04:00
io_scratchBT.js Refactor for hardware extensions (#1555) 2018-09-07 17:01:23 -04:00
io_userData.js Add UserData ioDevice for setting and getting username from blocks 2018-07-23 09:38:58 -04:00
maybe_format_message.js
serialization_sb2.js Order sprites in 2.0 projects based on the serailzied indexInLibrary property. Store original ordering (e.g. layer order of sprites on the stage) to use when installing targets. 2018-07-23 15:25:05 -04:00
serialization_sb3.js Add comments for deserialization and add tests 2018-08-20 13:25:24 -04:00
spec.js
sprites_rendered-target.js Add and update tests for deleteCostume functionality. 2018-08-21 15:42:14 -04:00
util_base64.js
util_cast.js
util_color.js
util_jsonrpc-web-socket.js
util_jsonrpc.js
util_math.js Preserve sprite layer order information across saving and loading an sb3. 2018-07-24 11:00:48 -04:00
util_rateLimiter.js Rate-limiting with a token bucket for the WeDo extension (#1540) 2018-08-29 17:37:59 -04:00
util_string.js
util_task-queue.js Rename TokenBucket to TaskQueue 2018-09-14 22:34:34 -04:00
util_timer.js
util_xml.js
virtual-machine.js Add API for the attached renderer 2018-09-18 15:47:47 -04:00