scratch-vm/src/engine
Ray Schamp 23e72525bf
Merge pull request #1065 from mzgoddard/push-reported-again
Push reported again. Now with empty boolean support!
2018-04-30 09:36:32 -04:00
..
adapter.js Use existing UID util 2018-02-23 12:07:07 -05:00
block-utility.js Update to use explicit procedure names and ids 2017-11-29 12:00:00 -05:00
blocks-execute-cache.js Revert "Revert "Push reported"" 2018-04-16 13:21:53 -04:00
blocks.js Revert "Revert "Push reported"" 2018-04-16 13:21:53 -04:00
execute.js Comment execute's BlocksExecuteCache usage 2018-04-24 19:05:44 -04:00
monitor-record.js Move is sprite specific verification into VM in a temporary way. Remove monitors when their sprites are deleted. 2017-11-14 18:25:54 -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 Merge pull request #1065 from mzgoddard/push-reported-again 2018-04-30 09:36:32 -04:00
scratch-blocks-constants.js Add tests for converting extension metadata 2018-04-09 15:37:08 -07:00
sequencer.js Revert "Revert "Push reported"" 2018-04-16 13:21:53 -04:00
target.js Streamlining broadcast block execution. When arg information is provided to execute function, corresponding broadcast message is looked up by id, if provided, or if not, then name. If neither id nor name is provided, we can't look up the broadcast message and something is wrong, so an error is logged. We no longer need to differentiate between the shadow menu vs. plugged in input cases via the argValue name (e.g. 'BROADCAST_OPTION' vs. 'BROADCAST_INPUT'). This refactor also helps with sb2 import, coming in the next commit. 2017-12-21 19:06:11 -05:00
thread.js Unset justReported after reading its value 2018-04-24 19:05:20 -04:00
variable.js Broadcast message functionality (works with creating new messages, and switching back and forth between them as well). This commit includes a temporary workaround for the issue where the default broadcast message, 'message1' wasn't triggering a var_create event (filed in LLK/scratch-blocks#1258). 2017-11-21 16:48:48 -05:00