- Dec 20, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
Use new sentry API provided by www, and use analytics ID from www
-
Paul Kaplan authored
-
Benjamin Wheeler authored
refactored font loading state to be in redux
-
Paul Kaplan authored
Make remixing/saving faster by marking all assets as clean to start.
-
Paul Kaplan authored
Update scratch-vm to the latest version
-
Paul Kaplan authored
Ignore projectChange updates from the VM when not in editor mode
-
Paul Kaplan authored
Do not remove the window beforeunload handler in componentWillUnmount.
-
Ben Wheeler authored
-
- Dec 19, 2018
-
-
greenkeeper[bot] authored
-
Paul Kaplan authored
This is because when switching from project to editor view, this component gets unmounted and then remounted, but the componentDidMount seems to happen before the componentWillUnmount. Because it is dealing with a global variable, it is unsafe to always unset the beforeunload when unmounting.
-
Paul Kaplan authored
This prevents unnecassary changes that do not matter to the player view because they were made by the project in progress (i.e. made by running the blocks, or by cloud var updates)
-
Paul Kaplan authored
They were not being marked as clean when loaded from the server, causing remixes that included only minimal (or no) changes to take a very long time as it waited for hundreds of network requests to resolve. Mark them as clean when loaded from the server so we know they do not need to be resaved
-
Paul Kaplan authored
Add city and bedroom assets
-
Paul Kaplan authored
Update scratch-storage package
-
Paul Kaplan authored
Show error ID if available from Raven and report react errors
-
Eric Rosenbaum authored
-
Paul Kaplan authored
-
Eric Rosenbaum authored
Sprite and costume library fixes
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Chris Willis-Ford authored
Add a helper function to check if GUI is running in Scratch Desktop
-
Christopher Willis-Ford authored
This was intended as a safety check but it causes problems with some tests.
-
Eric Rosenbaum authored
-
Christopher Willis-Ford authored
-
Katie Broida authored
-
Paul Kaplan authored
Make the requiredProjectId work with the online editor
-
Paul Kaplan authored
-
Paul Kaplan authored
Fix "TouchEvent is not defined" error
-
Christopher Willis-Ford authored
-
- Dec 18, 2018
-
-
Benjamin Wheeler authored
When user uploads project file, project will auto-save before loading
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Paul Kaplan authored
Update scratch-blocks to the latest version
-
Paul Kaplan authored
-
Karishma Chadha authored
Remove unnecessary console logs that occur when sending and receiving cloud messages.
-
Ben Wheeler authored
-