scratch-vm/src/engine
Evelyn Eastmond c4ee7065a2 EV3/Microbit critical fixes for code freeze (#1354)
* Resolves - BLESession and BTSession should emit PERIPHERAL_SCAN_TIMEOUT #1348.

* Resolves - BLESession should handle 'could not find service' error #1350.

* Resolves - BTSession should handle 'no peripheral connected' error #1351.

* Fixing a typo that caused device scan timeout bugs.

* Resolves - Add casting and clamping throughout the EV3 extension #1352.

* Fixing a linting error.

* Further fixes for issue #1351.
2018-07-17 16:03:05 -04: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 add BlockUtility.yieldTick 2018-06-06 10:16:05 -04:00
blocks-execute-cache.js Revert "Revert "Push reported"" 2018-04-16 13:21:53 -04:00
blocks.js Fix variable deletion bug. 2018-07-15 19:00:55 -04:00
comment.js XML escape comment text. 2018-06-14 11:39:03 -04:00
execute.js fix asynchronous block execution 2018-07-13 00:04:49 -04:00
monitor-record.js Fix default value for monitor record 2018-05-08 17:30:39 -04: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 EV3/Microbit critical fixes for code freeze (#1354) 2018-07-17 16:03:05 -04:00
scratch-blocks-constants.js Add tests for converting extension metadata 2018-04-09 15:37:08 -07:00
sequencer.js Fix tick yielding threads 2018-07-05 14:56:00 -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 Code cleanup, refactor, abstraction 2018-07-13 12:58:45 -04:00
thread.js fix asynchronous block execution 2018-07-13 00:04:49 -04:00
variable.js Add 'islocal' flag to XML serialization for variables. 2018-07-06 13:02:23 -04:00