scratch-vm/src/engine
griffpatch 5f100129b6 Fix for ending warp bug
When popping down the stack frame it is assumed that you keep using the
previous warp state rather than looking at the warp state of the level
you just popped out to. This causes the loss of screen updates if the
warping block was the last statement in a loop as the loop does not obey
it's 'non warp' status.
2017-01-28 14:03:29 +00:00
..
adapter.js Use consistent function declaration style 2016-10-24 11:49:34 -04:00
blocks.js Fix space-infix-ops 2016-10-24 11:19:07 -04:00
execute.js Fix typo 2016-10-24 14:07:38 -04:00
list.js Use consistent function declaration style 2016-10-24 11:49:34 -04:00
mutation-adapter.js Use consistent function declaration style 2016-10-24 11:49:34 -04:00
runtime.js Implement pen blocks 2017-01-19 11:51:22 -08:00
sequencer.js Fix for ending warp bug 2017-01-28 14:03:29 +00:00
target.js Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
thread.js All linting other than console statements 2016-10-23 22:20:29 -04:00
variable.js Use consistent function declaration style 2016-10-24 11:49:34 -04:00