summaryrefslogtreecommitdiff
path: root/blocks.js
Commit message (Collapse)AuthorAgeFilesLines
* make the color of the %pause symbol more yellowishjmoenig2014-07-111-2/+2
|
* fixed #490jmoenig2014-07-081-1/+1
|
* change “delete” behavior in context menusjmoenig2014-07-081-3/+40
| | | | | to only delete this particular blocks (and reconnect the next block to the previous one)
* add "ringify" to every "unringify" menu optionjmoenig2014-07-061-1/+2
|
* relabelling custom blocks (experimental)jmoenig2014-06-061-0/+9
|
* show zebra-coloring when previewing cross-category relabelsjmoenig2014-06-061-0/+1
|
* tweaksjmoenig2014-06-061-2/+1
|
* enable relabelling blocks across categoriesjmoenig2014-06-061-0/+1
|
* enable relabelling blocks with C-Slotsjmoenig2014-06-061-2/+10
|
* Merge pull request #459 from galaticalmonkies/graphiceffectsJens Mönig2014-06-041-11/+7
|\ | | | | Graphic effects
| * JSLintedyuan2014-06-021-2/+2
| |
| * added graphics effects that work for all redraws; incorporated most recent ↵yuan2014-05-271-10/+6
| | | | | | | | updates to Snap!
* | Blocks: refactor “script pics” featurejmoenig2014-06-041-2/+10
|/
* checkpoint - releasejmoenig2014-05-021-1/+1
|
* checkpointjmoenig2014-04-301-1/+1
|
* display costume thumbnails in speech/thought/value bubbles and watcher cellsjmoenig2014-03-311-1/+7
|
* integrate Date block, thanks, Michaeljmoenig2014-02-111-2/+2
|
* remove lang file and incorporate fixes in blocks, opbjectsMichael Ball2014-02-061-1/+1
|
* resolve merge conflicts; date problems onlyMichael Ball2014-02-041-3/+38
|\
| * validated all source files against the latest JSLint versionjmoenig2014-01-091-1/+1
| | | | | | | | and pushed to this date
| * Collapse STOP primitives into a single block with a dropdown of optionsjmoenig2014-01-091-1/+16
| |
| * fixed StopOthers blocks and added another optionjmoenig2014-01-081-0/+13
| | | | | | | | also updated the German translation
| * initial support for „sensing“ sprite-only custom block definitionsjmoenig2014-01-081-0/+7
| | | | | | | | commented out for now
| * support for TELL and ASKjmoenig2014-01-081-2/+1
| | | | | | | | | | | | | | The FOR reporter’s first input now also accepts blocks and scripts („rings“), and reports a copy that is bound to the sprite indicated by the second input. This lets you „zombify“ (or remote-control) sprites (and create custom TELL and ASK blocks)
* | Remove unecessary items and reorder dropdownMichael Ball2014-01-261-5/+2
| |
* | Add style tweaks per Nathan's comments.Michael Ball2013-12-281-12/+12
| |
* | Add a 'get current DATE' block with various options, add some translations ↵Michael Ball2013-12-271-3/+23
|/ | | | to FR and DE
* comment on relabelling issuejmoenig2013-11-261-0/+3
| | | | save old code for future reference in case we introduced a bug here
* Fixed issue #244 (relabelling now preserves empty input slots)Nathan Dinsmore2013-11-261-1/+1
|
* fixed # 179jmoenig2013-11-261-1/+1
| | | | don’t identify primitive (static) C-Slots as implicit formal parameters
* Localization updatejmoenig2013-11-261-2/+2
|
* Make menu item text similar to other picture generating itens.Manuel Menezes de Sequeira2013-11-231-1/+1
|
* Disallow "ringify" option for inline-template blocksjmoenig2013-11-221-17/+19
|
* Prevent „hide“ menu option for non-palette template blocksjmoenig2013-11-221-2/+2
| | | | thanks, Brian, for reporting this glitch!
* fixed read-only input slot coloring glitchjmoenig2013-11-151-1/+0
| | | | thanks Bernat, for reporting it!
* „read-only“ option for editable custom block input slotsjmoenig2013-11-151-6/+28
| | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option
* left-align multi-line text in value-bubblesjmoenig2013-11-121-20/+4
|
* customizable drop-down menus for input slotsjmoenig2013-11-121-3/+17
|
* enable symbols as custom block label partsjmoenig2013-10-251-6/+378
| | | | | as well as enabling Costumes to become Symbols, and additional symbols (speech bubble, arrows, robot)
* fixed #199jmoenig2013-10-081-2/+3
| | | | "can't delete reporter with attached comment via context menu"
* fixed #186 (can't duplicate blocks with anchored comments)jmoenig2013-09-301-8/+7
|
* German translation updatejmoenig2013-08-021-1/+5
| | | | (for Undrop feature)
* Undrop Commands featurejmoenig2013-08-021-10/+43
| | | | first iteration
* Undrop Comments featurejmoenig2013-08-021-0/+1
|
* Undrop Reporters feature tweaksjmoenig2013-08-021-15/+15
|
* "Undrop" Reporters feature (in script areas' context menus)jmoenig2013-08-011-7/+70
| | | | first rough pass
* Italicize editable input options (e.g. for the SPLT block)jmoenig2013-08-011-1/+9
|
* "whitespace" & other options in SPLIT reporter's dropdownjmoenig2013-08-011-2/+5
| | | | still hidden in dev mode
* experimental text SPLIT primitive in the operators categoryjmoenig2013-07-311-1/+11
| | | | (currently only accessible in dev mode)
* PAUSE primitive command blockjmoenig2013-07-301-0/+10
|