- Jan 10, 2019
-
-
Karishma Chadha authored
-
- Jan 09, 2019
-
-
chrisgarrity authored
Browsers other than IE will be allowed to load the GUI. However, if there is an error, the error boundary will display an unsupported browser message recommending they update to the latest version of a supported browser. For the purposes of this PR, ‘supported’ means you can load the gui (anything other than IE), and recommended is just the browsers that meet our minimum requirements for Chrome, Firefox, Edge and Safari.
-
- Jan 08, 2019
-
-
Paul Kaplan authored
-
chrisgarrity authored
-
- Jan 07, 2019
-
-
Karishma Chadha authored
-
- Jan 03, 2019
-
-
picklesrus authored
-
adroitwhiz authored
-
adroitwhiz authored
-
- Dec 26, 2018
-
-
picklesrus authored
-
Cqoicebordel authored
-
- Dec 21, 2018
-
-
Paul Kaplan authored
-
- Dec 20, 2018
-
-
Eric Rosenbaum authored
-
Christopher Willis-Ford authored
The playground now displays this on startup when in Scratch Desktop simulation mode.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Ben Wheeler authored
-
- Dec 19, 2018
-
-
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
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Christopher Willis-Ford authored
This was intended as a safety check but it causes problems with some tests.
-
Eric Rosenbaum authored
-
Paul Kaplan authored
-
Christopher Willis-Ford authored
-
- Dec 18, 2018
-
-
Ben Wheeler authored
-
Eric Rosenbaum authored
-
Karishma Chadha authored
-
- Dec 17, 2018
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Ben Wheeler authored
-
- Dec 14, 2018
-
-
Paul Kaplan authored
-
Ray Schamp authored
This should have happened a long time ago, but the Fastly config prevented it
-
- Dec 12, 2018
-
-
Karishma Chadha authored
randomize sprite positions when added from image file or from library (through 'choose from library' and 'surprise')
-
Ray Schamp authored
-