.. |
execute
|
fix: initialize stack frame params for all procedures
|
2018-12-13 10:51:44 -05:00 |
load-extensions
|
Set video state after project load event, adding extension for the first time
|
2018-12-05 11:08:00 -05:00 |
block-to-workspace-comments-without-scripts.sb2
|
Fix issue where block comments converted to workspace comments import correctly when there are no scripts on the workspace.
|
2018-08-24 14:29:10 -04:00 |
block-to-workspace-comments.sb2
|
Add test fixture and integration test.
|
2018-08-22 19:06:06 -04:00 |
clone-cleanup.sb2
|
|
|
cloud_variables_exceeded_limit.sb2
|
Add unit and integration tests for the new functionality.
|
2018-10-30 18:54:25 -04:00 |
cloud_variables_exceeded_limit.sb3
|
Add unit and integration tests for the new functionality.
|
2018-10-30 18:54:25 -04:00 |
cloud_variables_limit.sb2
|
Fix cloud variable limit
|
2019-01-07 11:12:47 -05:00 |
cloud_variables_limit.sb3
|
Fix cloud variable limit
|
2019-01-07 11:12:47 -05:00 |
cloud_variables_local.sb2
|
Add unit and integration tests for the new functionality.
|
2018-10-30 18:54:25 -04:00 |
cloud_variables_local.sb3
|
Add unit and integration tests for the new functionality.
|
2018-10-30 18:54:25 -04:00 |
cloud_variables_simple.sb2
|
Add unit and integration tests for the new functionality.
|
2018-10-30 18:54:25 -04:00 |
cloud_variables_simple.sb3
|
Add unit and integration tests for the new functionality.
|
2018-10-30 18:54:25 -04:00 |
comments.sb2
|
|
|
comments.sb3
|
Add tests for comment save and load.
|
2018-06-14 16:58:03 -04:00 |
comments_no_duplicate_id_serialization.sb3
|
Clean up comment serialization, add tests for new and old serialization (old is still valid, just more verbose).
|
2018-06-15 14:57:49 -04:00 |
complex.sb2
|
|
|
control.sb2
|
|
|
data.sb2
|
|
|
default.sb2
|
|
|
demo.json
|
|
|
dispatch-test-service.js
|
|
|
dispatch-test-worker-shim.js
|
|
|
dispatch-test-worker.js
|
|
|
draggable.sb3
|
add test file for loading draggability unit test
|
2018-12-17 09:44:14 -08:00 |
edge-triggered-hat.sb3
|
Fix issue where edge-activated hats only run on one sprite when sprite is duplicated or cloned.
|
2018-12-11 12:28:37 -05:00 |
event.sb2
|
|
|
events.json
|
Add a test for 'getAllVariableAndListReferences' function.
|
2018-06-20 10:32:36 -04:00 |
example_sprite.sprite2
|
|
|
fake-renderer.js
|
Use proposed drawableTouching interface from render (#1419)
|
2018-08-09 10:10:23 -04:00 |
hat-execution-order.sb2
|
|
|
invisible-tempo-monitor-no-other-music-blocks.sb2
|
Ignore video sensing monitor and import music tempo monitor unless it is hidden. Load extensions for visible monitors. Add tests for new functionality.
|
2018-11-09 00:09:54 -05:00 |
invisible-video-monitor.sb2
|
Prevent non-core extensions from adding monitors (#1688)
|
2018-10-24 16:43:01 -04:00 |
looks.sb2
|
|
|
loudness-hat-block.sb2
|
|
|
make-test-storage.js
|
|
|
monitored_variables.sb3
|
Clear out the blocks in dispose. Fixes #1758 where old monitored variables were getting kept across project loads
|
2018-12-05 12:09:12 -05:00 |
monitors.sb2
|
Normalize capitalization of sensing_current block fields during sb2 import and during monitor id generation. Update monitors integration test to include sensing_current block monitors.
|
2018-11-08 14:11:30 -05:00 |
monitors.sb3
|
Add integration test for monitor save/load.
|
2018-11-09 23:45:49 -05:00 |
motion.sb2
|
|
|
offline-custom-assets.sb2
|
|
|
ordering.sb2
|
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 |
pen.sb2
|
|
|
procedure.sb2
|
|
|
readProjectFile.js
|
|
|
saythink-and-wait.sb2
|
|
|
sb2-from-sb1-missing-backdrop-image.sb2
|
Add integration test
|
2018-12-10 18:24:28 -05:00 |
sensing.sb2
|
|
|
single_sound.sb
|
Update sb1-converter and add an sb import integration test.
|
2018-12-21 14:22:33 -05:00 |
sound.sb2
|
|
|
sprite.json
|
|
|
stack-click.sb2
|
|
|
test-compare.js
|
Add tests for TokenBucket
|
2018-09-13 17:05:00 -04:00 |
timer-monitor.sb3
|
Fix the monitor threads test. It was written before monitors could be loaded so was hand editing the monitorBlocks before loading the default project. The code I added to dispose was then clearing that out.
|
2018-12-05 16:54:08 -05:00 |
top-level-reporters.sb3
|
Serialize x and y for topLevel blocks even if one or both of the values is 0.
|
2018-12-12 18:51:36 -05:00 |
top-level-variable-reporter.sb2
|
Add a test and fix for not serializing top-level variable reporters
|
2018-12-05 11:35:22 -05:00 |
unknown-opcode-as-reporter-block.sb2
|
Add unit test for unknown opcode inputs
|
2018-11-05 13:23:31 -05:00 |
unknown-opcode-in-c-block.sb2
|
Add fixture and integration test for the project load failure that was resolved.
|
2018-08-23 18:56:22 -04:00 |
unknown-opcode.sb2
|
Deal with comments attached to undefined blocks
|
2018-06-26 16:41:10 -04:00 |
visible-tempo-monitor-no-other-music-blocks.sb2
|
Ignore video sensing monitor and import music tempo monitor unless it is hidden. Load extensions for visible monitors. Add tests for new functionality.
|
2018-11-09 00:09:54 -05:00 |
visible-video-monitor-and-video-blocks.sb2
|
Ignore video sensing monitor and import music tempo monitor unless it is hidden. Load extensions for visible monitors. Add tests for new functionality.
|
2018-11-09 00:09:54 -05:00 |
visible-video-monitor-no-other-video-blocks.sb2
|
Ignore video sensing monitor and import music tempo monitor unless it is hidden. Load extensions for visible monitors. Add tests for new functionality.
|
2018-11-09 00:09:54 -05:00 |
when-clicked.sb2
|
|
|