scratch-vm/test/unit
Michael "Z" Goddard 4286e3e982
Add Thread.blockContainer
Store the thread's blocks at blockContainer letting execute quickly
determine the block source. Monitor threads are a monitor thread. They
do not become a target thread suddenly.
2018-01-24 17:00:35 -05:00
..
blocks_control.js
blocks_event.js Bugfix for scratch-gui issue #994, where executing a broadcast block from the flyout was creating a conflicting variable, causing a fatal error. 2017-12-04 18:01:29 -05:00
blocks_looks.js Add unit tests for new reporter blocks in looks 2018-01-04 10:42:51 -05:00
blocks_operators.js
blocks_procedures.js Revert "Fix test" 2017-12-13 15:37:44 -05:00
blocks_sensing.js Add setDragMode primitive and unit test 2017-12-29 09:38:21 -05:00
blocks_sounds.js
dispatch.js
engine_adapter.js
engine_blocks.js Delete monitor block when variable is deleted 2017-11-15 11:37:27 -05:00
engine_runtime.js
engine_sequencer.js Add Thread.blockContainer 2018-01-24 17:00:35 -05:00
engine_target.js Bugfix for scratch-gui issue #994, where executing a broadcast block from the flyout was creating a conflicting variable, causing a fatal error. 2017-12-04 18:01:29 -05:00
engine_thread.js Report block result to stackFrame.justReported 2018-01-24 17:00:12 -05:00
extension_music.js Note player (#806) 2017-11-21 10:36:28 -05:00
io_clock.js
io_deviceManager.js Address feedback from review 2017-11-27 15:00:53 -05:00
io_keyboard.js
io_mouse.js Update the mouse io to give scratch coordinates and client coordinates 2018-01-09 10:37:16 -05:00
serialization_sb2.js
serialization_sb3.js
spec.js
sprites_rendered-target.js Update specmap and sb2 import to add new fields to layering blocks. 2017-12-28 14:53:35 -05:00
util_cast.js
util_color.js
util_math.js
util_string.js
util_timer.js
util_xml.js
virtual-machine.js Fixing unit test. 2017-12-21 19:06:11 -05:00