This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-vm
Watch
1
Star
0
Fork
You've already forked scratch-vm
0
mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced
2025-01-11 23:30:09 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
bc2824dfdc
scratch-vm
/
test
/
unit
History
Katie Broida
92c1711937
add clampEffect for limiting range of brightness and ghost effects
2019-03-12 11:14:11 -04:00
..
blocks_control.js
blocks_data.js
blocks_data_infinity.js
blocks_event.js
blocks_looks.js
add clampEffect for limiting range of brightness and ghost effects
2019-03-12 11:14:11 -04:00
blocks_motion.js
blocks_operators.js
blocks_operators_infinity.js
blocks_procedures.js
blocks_sensing.js
blocks_sounds.js
dispatch.js
engine_adapter.js
engine_blocks.js
Fix loading broadcast messages with special characters for projects that were converted from 2.0.
2019-02-06 16:58:46 -05:00
engine_runtime.js
engine_sequencer.js
engine_target.js
engine_thread.js
engine_variable.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_cloud.js
io_keyboard.js
io_mouse.js
io_mousewheel.js
io_scratchBLE.js
io_scratchBT.js
io_userData.js
maybe_format_message.js
mock-timer.js
TaskQueue: support canceling a single task
2019-02-12 18:11:13 -08:00
project_changed_state.js
project_changed_state_blocks.js
project_load_changed_state.js
serialization_sb2.js
serialization_sb3.js
spec.js
sprites_rendered-target.js
util_base64.js
util_cast.js
util_color.js
util_jsonrpc-web-socket.js
util_jsonrpc.js
util_math.js
util_new-block-ids.js
Update test/unit/util_new-block-ids.js
2019-02-07 08:30:38 -05:00
util_rateLimiter.js
util_string.js
Fix issue where non-strings were getting passed in to escape functions for handling special characters that can appear in xml. Add tests.
2019-02-07 11:58:10 -05:00
util_task-queue.js
Fix TaskQueue constructor when no options passed
2019-02-15 15:20:38 -08:00
util_timer.js
Add
clearTimeout
to Timer and MockTimer
2019-02-11 12:14:44 -08:00
util_variable.js
util_xml.js
Fix issue where non-strings were getting passed in to escape functions for handling special characters that can appear in xml. Add tests.
2019-02-07 11:58:10 -05:00
virtual-machine.js
Update VM tests to handle shared block having new ID
2019-02-06 10:35:03 -05:00
vm_collectAssets.js