scratch-vm/src/engine
2019-02-06 16:58:46 -05:00
..
adapter.js Make sure to set comment property of block when creating a new block via XML using the adapter. Update unit tests. 2018-06-15 13:58:03 -04:00
block-utility.js Merge pull request #1928 from kchadha/timer-perf 2019-01-23 11:41:41 -05:00
blocks-execute-cache.js Revert "Revert "Push reported"" 2018-04-16 13:21:53 -04:00
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
comment.js Remove Cast import 2018-11-16 16:49:27 -05:00
execute.js Fix typo in comment 2018-12-18 11:01:53 -05:00
monitor-record.js Update for auto-positioning monitors so that having just one of x or y be 0 (e.g. a monitor placed in the top right corner of the stage) does not result in the monitor being treated as a new monitor and get auto-positioned. 2018-11-09 23:45:48 -05:00
mutation-adapter.js Decode the encoded argument information 2017-11-29 10:34:59 -05:00
profiler.js Add runtime Profiler 2017-11-14 14:57:31 -05:00
runtime.js Stop emitting project changes within 'runtime._step()'. Emit project changes in scenarios that were previously taking advantage of runtime._step() 2019-01-30 10:59:25 -05:00
scratch-blocks-constants.js Add tests for converting extension metadata 2018-04-09 15:37:08 -07:00
sequencer.js Make the wait block's logic and behavior more consistent with Scratch 2 (#1759) 2018-12-04 10:35:42 -05:00
stage-layering.js No more explicit layer groups, and separate extension into video and pen. 2018-05-20 22:30:20 -04:00
target.js Rename util function to be more descriptive. Refactor parameters to remove unused code. 2019-02-04 19:05:28 -05:00
thread.js fix: initialize stack frame params for all procedures 2018-12-13 10:51:44 -05:00
variable.js Escape variable name in XML 2019-01-25 10:31:33 +09:00