summaryrefslogtreecommitdiff
path: root/store.js
Commit message (Collapse)AuthorAgeFilesLines
* Constrain minimum stage size to 480 x 180jmoenig2014-02-131-3/+3
|
* Saving & Loading for arbitrary stage dimensions in the project datajmoenig2014-02-111-2/+14
|
* Flat line end option in the settings menu, saved with the projectjmoenig2014-02-041-1/+5
|
* validated all source files against the latest JSLint versionjmoenig2014-01-091-2/+2
| | | | and pushed to this date
* fixed saving/loading of new mouse coordinate watchersjmoenig2013-12-191-2/+4
|
* „read-only“ option for editable custom block input slotsjmoenig2013-11-151-6/+9
| | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option
* customizable drop-down menus for input slotsjmoenig2013-11-121-8/+14
|
* fixed part of #154 - prevent costumes from being drawn while they are loadingjmoenig2013-09-171-1/+2
| | | | | | prevents an occasional DOM error saying "an attempt was made to use an object that is not, or is no longer, usable" when loading a project that has costumes
* German translation updatejmoenig2013-08-101-1/+1
| | | | and release adjustments
* Nested Sprite saving / loadingjmoenig2013-08-091-1/+47
|
* fixed serialization placement-bug for spritesjmoenig2013-07-081-6/+3
| | | | | thanks, Caitie, for reporting this bug and for supplying a project which let me reproduce it!
* Codification (blocks to text) support completejmoenig2013-07-041-9/+29
| | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones.
* Store: persisting code mappingsjmoenig2013-06-191-10/+53
| | | | in project and block library files
* Hide Primitives featurejmoenig2013-04-251-1/+17
| | | | | | | | | Primitive blocks in the palette can now be hidden in the project via their context menu. Each palette's context menu further lets you hide or show all its primitives depending on whether any primitives are left to hide or show. Hidden primitives are stored in the project data. This lets instructors create "simplified" examples and problem sets.
* German translation updatejmoenig2013-04-191-1/+1
| | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder
* Fixed #47Nathan Dinsmore2013-04-151-18/+59
|
* Switched to UTF-8Nathan Dinsmore2013-04-081-2/+2
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-2/+2
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-2/+2
|
* PrototypeHatBlocks accept anchored commentsjmoenig2013-04-031-2/+10
| | | | | You can now "stick" comments to the prototype hat block in the block editor
* Scalable Comments, auto-positioning scaled scriptsjmoenig2013-03-191-23/+30
| | | | | including support for auto-positioning scaled scripts (so you don't have to clean-up when scaling blocks)
* Creationjmoenig2013-03-161-0/+1641