- Jan 17, 2018
-
-
Ray Schamp authored
Configure for new Sentry account
-
Ray Schamp authored
-
- Jan 16, 2018
-
-
Eric Rosenbaum authored
Add 100 new sounds to library
-
- Jan 15, 2018
-
-
Eric Rosenbaum authored
-
- Jan 12, 2018
-
-
Andrew Sliwinski authored
Add Google Analytics
-
Paul Kaplan authored
Remove some blocks’ menu shadows to make them non-droppable
-
Andrew Sliwinski authored
-
Paul Kaplan authored
-
Andrew Sliwinski authored
-
Eric Rosenbaum authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Paul Kaplan authored
Merge pull request #1240 from LLK/greenkeeper/scratch-vm-0.1.0-prerelease.1515771598-prerelease.1515771612 Update scratch-vm to the latest version
-
greenkeeper[bot] authored
-
Paul Kaplan authored
Fix Firefox sound recording
-
Paul Kaplan authored
Use style sizing to fix issues with Edge + flex + canvas.
-
Paul Kaplan authored
Use new renderer methods to check for WebGL.
-
Paul Kaplan authored
Update scratch-audio to the latest version
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Remove the WebGL checks from the error boundary. Instead, just do not render the stage if it is not supported.
-
Paul Kaplan authored
Update scratch-blocks to the latest version
-
- Jan 11, 2018
-
-
greenkeeper[bot] authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Merge pull request #1232 from LLK/greenkeeper/scratch-vm-0.1.0-prerelease.1515691021-prerelease.1515691035 Update scratch-vm to the latest version
-
greenkeeper[bot] authored
-
Paul Kaplan authored
Additionally render the canvas at a multiplier of the device pixel ratio, so we get hidpi images for supported screens. The fixed CSS sizing allows us to do that. The problem was that on Edge, flexbox apparently can grow canvas elements, whereas on Chrome/FF the canvas width/height is respected. No problem, we can set the width/height in CSS to fix it, which conveniently allows us to also fix the low-res-on-retina-screens problem at the same time.
-
Ray Schamp authored
Exit full-screen mode by hitting escape key
-
Paul Kaplan authored
-
greenkeeper[bot] authored
-
- Jan 10, 2018
-
-
DD Liu authored
Set default input width
-
DD authored
-
DD authored
-
DD authored
-
Paul Kaplan authored
Get GUI working on Edge
-
Paul Kaplan authored
-
Paul Kaplan authored
-
DD Liu authored
Clean up monitor dropdown strings
-
DD authored
-
chrisgarrity authored
* Added object.assign polyfill * Fix IE load failure Don’t call `(window.AudioContext || window.webkitAudioContext)()` if platform is IE Catch any other errors, and display Browser unsupported in error-boundary. If for some reason there are no other errors (unlikely), preview-modal will still check for IE and show the unsupported modal. Polyfilling Object.assign is enough to get through load and show the modal for IE. We can always switch to `babel-polyfill` if there are others needed later, but for now this is smaller.
-