- May 15, 2017
-
-
Paul Kaplan authored
-
- May 12, 2017
-
-
Ray Schamp authored
Only listen to targets updates
-
Ray Schamp authored
Thanks @paulkaplan
-
Ray Schamp authored
This reduces the complexity of the reducer, as well as how frequently it's run. The VM will emit a targets update after a step if any target info has changed.
-
- May 11, 2017
-
-
Ray Schamp authored
Add Save and Load buttons
-
Ray Schamp authored
-
Ray Schamp authored
/ht @paulkaplan
-
Ray Schamp authored
Integrate VM serialization changes
-
- May 08, 2017
-
-
Paul Kaplan authored
Allow pointer events to fall through the overlay
-
- May 05, 2017
-
-
Paul Kaplan authored
-
- May 04, 2017
-
-
Ray Schamp authored
Use the de/serialization features of the VM to allow downloading and loading project JSON
-
Ray Schamp authored
-
Ray Schamp authored
It doesn't help anything. Doing a deep compare is unnecessary because the underlying components will do the necessary comparison themselves. Simply seeing if the sprite list has changed at all is enough.
-
Ray Schamp authored
-
Ray Schamp authored
Otherwise it's very annoying to get access to the storage engine to load asset data.
-
Paul Kaplan authored
Add reducer, components and containers for monitors
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- May 03, 2017
-
-
Chris Willis-Ford authored
Minor-pin all Scratch 3.0 prerelease modules
-
Paul Kaplan authored
-
- May 02, 2017
-
-
DD Liu authored
Toggle turbo mode when shift clicking the green flag
-
- May 01, 2017
-
-
Christopher Willis-Ford authored
Pin these modules to 0.*-prerelease.* to avoid problems when we eventually bump to 1.x
-
DD authored
-
- Apr 26, 2017
-
-
Paul Kaplan authored
Add prompt for variable creation
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Apr 24, 2017
-
-
Ray Schamp authored
Stringify project data
-
Ray Schamp authored
Otherwise the VM can't JSON.load it.
-
Ray Schamp authored
Stop clobbering loading projects with default data
-
Paul Kaplan authored
Fix whitespace canvas
-
Paul Kaplan authored
Replace draggable with direction input
-
Chris Willis-Ford authored
Get `Asset` and `AssetType` from storage instance
-
Ray Schamp authored
Update babel-loader to the latest version
-
Ray Schamp authored
This version of babel-loader dropped support for Node < 4. Although 4.2 >= 4, update to 6 for consistency with our other repos, and so that we stay ahead of the curve for any other packages.
-
Ray Schamp authored
If the app is loading with an initial project id, don't try to load the default project. Previously, this data would load on top of the project being loaded. Does not fix the issue of blocks not loading in the blocks pane, which appears to be separate.
-
Paul Kaplan authored
-