summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correct threads.js versionjmoenig2015-01-121-1/+1
| | | | happy New Year, duh :-)
* Update historyjmoenig2015-01-121-0/+8
|
* Italian translation update, thanks, Alberto Firpo!jmoenig2015-01-122-8/+105
|
* Make clones non-editablejmoenig2015-01-121-3/+7
| | | | Disable clones from being edited via their context menus or double-click
* Speed up messages received by clonesjmoenig2015-01-121-3/+5
| | | | | Don’t highlight scripts running inside clones (boosts performance), Thanks, @aranlunzer, for the hint!
* Check project for compatibilityjmoenig2015-01-122-23/+49
| | | | | notify users of potential incompatibilities when opening projects created in other forks (e.g. BeetleBlocks)
* Backend load balancing supportjmoenig2015-01-121-639/+642
| | | | | | also: * eliminate now obsolete authentication roundtrip, * Cloud error message tweaks
* Merge pull request #691 from cycomachead/alonzoBrian Harvey2015-01-022-0/+0
|\ | | | | Replace alonzo.gif with the newer alonzo.png
| * Replace alonzo.gif with the newer alonzo.pngMichael Ball2015-01-022-0/+0
| |
* | Merge pull request #689 from cycomachead/examplesBrian Harvey2015-01-0210-0/+10
|\ \ | |/ |/| Add the Examples folder to the Repo
| * update the label block to remove unnecessary ide callMichael Ball2015-01-021-1/+1
| |
| * Add current examples folder from snap.berkeleyMichael Ball2015-01-0210-0/+10
|/
* Let “zombifying” scripts access receivers’ local varsjmoenig2014-12-172-0/+2
|
* Remove terminated processes from expired clonesjmoenig2014-12-172-2/+3
|
* Experimental “processes” count watcherjmoenig2014-12-173-4/+32
| | | | (hidden in dev mode)
* updated historyjmoenig2014-12-152-1/+5
|
* Merge pull request #672 from mrpeachum/masterJens Mönig2014-12-152-0/+1371
|\ | | | | Swedish translation of Snap
| * Completed Swedish translationErik Olsson2014-12-142-177/+368
| |
| * Merge remote-tracking branch 'upstream/master'Erik Olsson2014-12-1415-253/+1791
| |\ | |/ |/|
* | yield after each cycle in the experimental “forEach” primitivejmoenig2014-12-112-1/+6
| | | | | | | | thanks, Bernat, for reporting this bug!
* | Fixed #668jmoenig2014-12-062-1/+9
| |
* | Avoid auto-scaling artefacts in Safari on retina displaysjmoenig2014-12-052-2/+8
| | | | | | | | (resulting in “traces” when dragging items)
* | fix typo & update historyjmoenig2014-12-042-2/+7
| |
* | Merge pull request #665 from cycomachead/cloud-defaultJens Mönig2014-12-041-1/+4
|\ \ | | | | | | Really fix setting the cloud as default save location when logged in
| * | Really fix setting the cloud as default save location when logged inMichael Ball2014-12-041-1/+4
| | |
* | | Experimental “ForEach” primitive (hidden in dev mode)jmoenig2014-12-042-2/+33
| | |
* | | Improve edge-collision detection of default sprite “arrow” shapejmoenig2014-12-033-7/+21
| | |
* | | Cache actual bounding box of the Pen arrow shapejmoenig2014-12-031-6/+13
|/ / | | | | | | for improved collision detection
* | New Kannada Translation, by Vinayakumar Rjmoenig2014-12-023-1/+1290
| | | | | | | | | | Yay! Thanks for this important contribution, Vinayakumar R. Snap is now available in 25 languages!
* | updated historyjmoenig2014-12-012-1/+3
| |
* | Merge pull request #661 from cycomachead/cloud-defaultJens Mönig2014-12-011-4/+4
|\ \ | | | | | | Fix to set SnapCloud variable before the IDE morph is built.
| * | Fix to set SnapCloud variable before the IDE morph is built.Michael Ball2014-11-301-4/+4
| | | | | | | | | | | | This makes it so that #627 works as intended, correctly fixing #502
* | | Merge pull request #658 from cycomachead/faviconJens Mönig2014-12-011-0/+0
|\ \ \ | | | | | | | | make the new favicon transparent
| * | | make the new favicon transparentMichael Ball2014-11-271-0/+0
| |/ /
* / / Don't show hidden elements in the project thumbnailjmoenig2014-12-012-2/+6
|/ /
* | Fixed #656jmoenig2014-11-262-17/+24
| | | | | | | | | | | | make sure to always evaluate the “report” block’s input, even if used inside a custom command definition, because hardware extensions (and other reporters with side-effects) rely on it.
* | Full TCO (tail-call-elimination)jmoenig2014-11-252-53/+48
| | | | | | | | now Snap! really *is* Scheme :-)
* | Evaluator optimizationsjmoenig2014-11-252-66/+67
| | | | | | | | reducing the stack size for reporters
* | tail-call-elimination for reporters - experimentjmoenig2014-11-242-0/+29
| | | | | | | | (commented out, under construction)
* | allow recursive reporters to be stopped by userjmoenig2014-11-241-1/+0
| |
* | updated historyjmoenig2014-11-241-0/+2
| |
* | Merge pull request #619 from cycomachead/splitJens Mönig2014-11-241-4/+8
|\ \ | | | | | | Improvements to Split block for whitespace and line options
| * \ Merge in recent changes (split block improvements #619)Michael Ball2014-11-2110-176/+220
| |\ \
| * | | Improvements to Split block for whitespace and lines:Michael Ball2014-10-181-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split by whitespace now uses the built-in definition of whitespace \s This catches all characters definted as whitespace, see below: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp * Split a line by all unicode compliant line breaks. The biggest impact here is that OSX and Windows files will now split the same way. The cr option is still around, but ther's no longer a need for it, IMO.
* | | | Merge pull request #652 from cycomachead/favJens Mönig2014-11-242-2/+2
|\ \ \ \ | | | | | | | | | | Add a new Favicon to Snap! (Clearer Lambda)
| * | | | Add a new Favicon to Snap! (Clearer Lambda)Michael Ball2014-11-212-2/+2
| | |/ / | |/| | | | | | | | | | | | | | This is essentially the same icon (lambda, yellow w/ brown border) but newly rendered at 64, 32, 24 and 16px for the best resolution on all platforms.
* | | | fixed #131jmoenig2014-11-242-1/+3
| | | | | | | | | | | | | | | | | | | | and display an error if a reporter or a “called” ring is missing a “report” statement
* | | | Fixed #34jmoenig2014-11-242-1/+4
| | | |
* | | | Fixed #644jmoenig2014-11-242-1/+2
| | | |
* | | | Fixed #372jmoenig2014-11-242-4/+4
| | | |