scratch-vm/src/engine
Christopher Willis-Ford 107e49245f adjust getBlocksXML to return categories separately
before: getBlocksXML returns one big XML string
after: getBlocksXML returns an array of {id,xml}, one entry per category
2019-04-22 12:32:52 -07: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 Make Scratch 3 project timer more compatible with Scratch 2 currentMSecs usage 2019-03-29 11:43:37 -04:00
blocks-execute-cache.js Revert "Revert "Push reported"" 2018-04-16 13:21:53 -04:00
blocks.js Revert "Cache hat block information for the runtime" 2019-04-17 16:05:24 -04: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 Add isDiscrete to monitor record, update sb2,3 and conversion tests 2019-02-11 11:09:01 -05:00
mutation-adapter.js retrieve blockInfo from args when isDynamic is set 2019-04-19 16:06:11 -07:00
profiler.js Add runtime Profiler 2017-11-14 14:57:31 -05:00
runtime.js adjust getBlocksXML to return categories separately 2019-04-22 12:32:52 -07:00
scratch-blocks-constants.js Add tests for converting extension metadata 2018-04-09 15:37:08 -07:00
sequencer.js Make Scratch 3 project timer more compatible with Scratch 2 currentMSecs usage 2019-03-29 11:43:37 -04: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