summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
* Costume shrink-wrappingjmoenig2013-04-301-1/+87
|
* Hide Primitives featurejmoenig2013-04-251-1/+108
| | | | | | | | | 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.
* Merge pull request #74 from queryselector/issue-23Jens Mönig2013-04-231-5/+1
|\ | | | | Fixed #23
| * Fixed #23Nathan Dinsmore2013-04-211-5/+1
| | | | | | | | | | | | Only one of each kind of dialog can now be open at any given time. You can still open multiple dialogs for editing a costume and editing a block.
* | Merge pull request #57 from queryselector/issue-55Jens Mönig2013-04-231-2/+2
|\ \ | | | | | | Fixed #55
| * | Fixed #55Nathan Dinsmore2013-04-191-2/+2
| |/ | | | | | | Creating a variable which already exists no longer performs any action.
* / Fixed #44jmoenig2013-04-231-6/+33
|/ | | | Circularity no longer breaks watchers
* 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 #22Nathan Dinsmore2013-04-131-0/+15
| | | | Added a "help..." item to the context menus of the "Make a variable," "Delete a variable," and "Make a block" buttons which displays the appropriate help screen
* Load shared projects from different formatsjmoenig2013-04-101-1/+1
| | | | cloud data and plain project format
* Fixed #7Nathan Dinsmore2013-04-091-26/+26
| | | | Passing non-numeric values to blocks no longer causes unpredictable behavior.
* 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-3/+3
|
* Turn pen trails into new costumejmoenig2013-04-081-1/+20
| | | | | currently still hidden in the stage's context menu, visible when shift-clicked
* Boolean value representation translation fixjmoenig2013-03-251-2/+2
| | | | | | Boolean value block representations in evaluation bubbles, speech bubbles and stage watchers, are now translated. Thanks, Victor, for the bug report!
* Stage screenshotsjmoenig2013-03-221-1/+9
| | | | | | the stage's context menu, and likewise the stage icon's context menu in the corral, now let you export a screenshot of the stage including all pen trails, sprites, watchers and speech bubbles
* Zoom Blocksjmoenig2013-03-221-3/+11
| | | | | | in the settings menu. also: Optional slider for numeric prompter, numberic prompters for watchers' sliderMin/Max
* Creationjmoenig2013-03-161-0/+5610