- Oct 21, 2016
-
-
Tim Mickel authored
Initial rough sprite/costume/backdrop libraries
-
- Oct 20, 2016
-
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
# Conflicts: # package.json # src/containers/gui.js
-
- Oct 19, 2016
-
-
Tim Mickel authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Makes local deployment easier
-
Ray Schamp authored
So that you can adjust them without redefining the entire GUI. Also allow adjusting props passed to GUIComponent.
-
Ray Schamp authored
So that it's easier to use these standalone.
-
Ray Schamp authored
`npm update` does what we want and is less hacky than removing the packages entirely first. Specify latest as the version so we always get the latest version even though I erroneously installed scratch-blocks@0.1.0.
-
- Oct 18, 2016
-
-
Ray Schamp authored
-
- Oct 17, 2016
-
-
Ray Schamp authored
And use instanceOf for the vm prop type
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Move behavior-related components to "containers", leave presentation components in "components".
-
- Oct 16, 2016
-
-
Ray Schamp authored
Confine the logic for adding/removing event listeners between the VM and the components to the relevant components. While this tightens the coupling between the component and the environment, it makes using the individual components more self-contained.
-
- Oct 14, 2016
-
-
Ray Schamp authored
Use fewer refs, these had weird behavior that caused the order of components to matter. Attach events eagerly, as soon as the necessary objects are available. Make VMManager an actual class instantiated with a VM so we don't have to pass it to every method. Use bindAll everywhere for convenience.
-
- Oct 13, 2016
-
-
Tim Mickel authored
Attach flyout listeners to GUI workspace
-
Tim Mickel authored
-
Tim Mickel authored
Use default toolbox from scratch-blocks
-
Ray Schamp authored
Once another project uses this package, these should become peerDependencies. Until then install automatically.
-
Tim Mickel authored
-
Ray Schamp authored
-
Ray Schamp authored
While doing so: - Use ProjectLoader for loading projects - Stop using loadEmptyProject and supply empty project data - Move project loading to App, GUI now receives data (as a string - the vm should receive an object eventually) - Add logging
-
- Oct 12, 2016
-
-
Eric Rosenbaum authored
-