| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | resolve merge conflictissue_405 | Gubolin | 2014-12-07 | 18 | -462/+2062 |
| |\ | |||||
| | * | Fixed #668 | jmoenig | 2014-12-06 | 2 | -1/+9 |
| | | | |||||
| | * | Avoid auto-scaling artefacts in Safari on retina displays | jmoenig | 2014-12-05 | 2 | -2/+8 |
| | | | | | | | | | (resulting in “traces” when dragging items) | ||||
| | * | fix typo & update history | jmoenig | 2014-12-04 | 2 | -2/+7 |
| | | | |||||
| | * | Merge pull request #665 from cycomachead/cloud-default | Jens Mönig | 2014-12-04 | 1 | -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 in | Michael Ball | 2014-12-04 | 1 | -1/+4 |
| | | | | |||||
| | * | | Experimental “ForEach” primitive (hidden in dev mode) | jmoenig | 2014-12-04 | 2 | -2/+33 |
| | | | | |||||
| | * | | Improve edge-collision detection of default sprite “arrow” shape | jmoenig | 2014-12-03 | 3 | -7/+21 |
| | | | | |||||
| | * | | Cache actual bounding box of the Pen arrow shape | jmoenig | 2014-12-03 | 1 | -6/+13 |
| | |/ | | | | | | | for improved collision detection | ||||
| | * | New Kannada Translation, by Vinayakumar R | jmoenig | 2014-12-02 | 3 | -1/+1290 |
| | | | | | | | | | | | Yay! Thanks for this important contribution, Vinayakumar R. Snap is now available in 25 languages! | ||||
| | * | updated history | jmoenig | 2014-12-01 | 2 | -1/+3 |
| | | | |||||
| | * | Merge pull request #661 from cycomachead/cloud-default | Jens Mönig | 2014-12-01 | 1 | -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 Ball | 2014-11-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | This makes it so that #627 works as intended, correctly fixing #502 | ||||
| | * | | Merge pull request #658 from cycomachead/favicon | Jens Mönig | 2014-12-01 | 1 | -0/+0 |
| | |\ \ | | | | | | | | | make the new favicon transparent | ||||
| | | * | | make the new favicon transparent | Michael Ball | 2014-11-27 | 1 | -0/+0 |
| | | |/ | |||||
| | * / | Don't show hidden elements in the project thumbnail | jmoenig | 2014-12-01 | 2 | -2/+6 |
| | |/ | |||||
| | * | Fixed #656 | jmoenig | 2014-11-26 | 2 | -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) | jmoenig | 2014-11-25 | 2 | -53/+48 |
| | | | | | | | | | now Snap! really *is* Scheme :-) | ||||
| | * | Evaluator optimizations | jmoenig | 2014-11-25 | 2 | -66/+67 |
| | | | | | | | | | reducing the stack size for reporters | ||||
| | * | tail-call-elimination for reporters - experiment | jmoenig | 2014-11-24 | 2 | -0/+29 |
| | | | | | | | | | (commented out, under construction) | ||||
| | * | allow recursive reporters to be stopped by user | jmoenig | 2014-11-24 | 1 | -1/+0 |
| | | | |||||
| | * | updated history | jmoenig | 2014-11-24 | 1 | -0/+2 |
| | | | |||||
| | * | Merge pull request #619 from cycomachead/split | Jens Mönig | 2014-11-24 | 1 | -4/+8 |
| | |\ | | | | | | | Improvements to Split block for whitespace and line options | ||||
| | | * | Merge in recent changes (split block improvements #619) | Michael Ball | 2014-11-21 | 10 | -176/+220 |
| | | |\ | |||||
| | | * | | Improvements to Split block for whitespace and lines: | Michael Ball | 2014-10-18 | 1 | -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/fav | Jens Mönig | 2014-11-24 | 2 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | Add a new Favicon to Snap! (Clearer Lambda) | ||||
| | | * | | | Add a new Favicon to Snap! (Clearer Lambda) | Michael Ball | 2014-11-21 | 2 | -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 #131 | jmoenig | 2014-11-24 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | and display an error if a reporter or a “called” ring is missing a “report” statement | ||||
| | * | | | Fixed #34 | jmoenig | 2014-11-24 | 2 | -1/+4 |
| | | | | | |||||
| | * | | | Fixed #644 | jmoenig | 2014-11-24 | 2 | -1/+2 |
| | | | | | |||||
| | * | | | Fixed #372 | jmoenig | 2014-11-24 | 2 | -4/+4 |
| | | | | | |||||
| | * | | | Fixed #416 | jmoenig | 2014-11-24 | 2 | -19/+32 |
| | | | | | |||||
| | * | | | Fixed #318 | jmoenig | 2014-11-24 | 2 | -2/+17 |
| | | | | | |||||
| | * | | | Fix “stop this block” primitive for tail-call-elimination | jmoenig | 2014-11-23 | 2 | -6/+16 |
| | | | | | |||||
| | * | | | Fix "stop this block"’s lexical awareness | jmoenig | 2014-11-21 | 3 | -35/+74 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | “stop this block” when used inside a custom block definition now always returns out of the lexically enclosing script (the definition), even if it is used inside other nested, C-shaped custom blocks in the definition code. Previously it only stopped the nearest encompassing “for” block, now it always stops the block whose definition it is in. I don’t expect this fix to break any existing projects. | ||||
| | * | | integrate translation update | jmoenig | 2014-11-20 | 2 | -5/+8 |
| | | | | |||||
| | * | | Merge pull request #614 from MMSequeira/master | Jens Mönig | 2014-11-20 | 2 | -14/+27 |
| | |\ \ | | | | | | | | | Add missing localizations and add Portuguese translations | ||||
| | | * | | Correct import translation and add a few missing translations. | Manuel Menezes de Sequeira | 2014-11-18 | 1 | -4/+11 |
| | | | | | |||||
| | | * | | Add localization to number of arguments error and temporary watchers | Manuel Menezes de Sequeira | 2014-11-18 | 1 | -5/+5 |
| | | | | | |||||
| | | * | | correct translation of 'unshare'; add new translations | Manuel Menezes de Sequeira | 2014-10-14 | 1 | -1/+7 |
| | | | | | |||||
| | | * | | add localization to unknown variable error | Manuel Menezes de Sequeira | 2014-10-14 | 1 | -4/+4 |
| | | |/ | |||||
| | * | | push morphic.js version date | jmoenig | 2014-11-20 | 2 | -1/+2 |
| | | | | |||||
| | * | | Merge pull request #615 from tonychenr/slider_range_one | Jens Mönig | 2014-11-20 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Slider range one | ||||
| | | * | | Merge remote-tracking branch 'origin/master' into slider_range_one | tonychenr | 2014-10-13 | 2 | -18/+34 |
| | | |\| | |||||
| | | * | | Fixed range 1 slider bug issue # 301 | tonychenr | 2014-10-07 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix ‘line’ option in ‘split’ block for Windows files | jmoenig | 2014-11-20 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | thanks, @brianharvey! | ||||
| | * | | | integrate percent sign fix for JSLint | jmoenig | 2014-11-20 | 2 | -4/+5 |
| | | | | | |||||
| | * | | | Merge pull request #623 from natashasandy/master | Jens Mönig | 2014-11-20 | 1 | -1/+2 |
| | |\ \ \ | | | | | | | | | | | Fixed percent symbols in custom blocks | ||||
| | | * | | | Fixed percent symbols in custom blocks | natashasandy | 2014-10-21 | 1 | -1/+2 |
| | | | |/ | | |/| | | | | | This fixes issue #476 | ||||
| | * | | | Updated the “About” Dialog | jmoenig | 2014-11-20 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | with a mention of support from CDG (SAP Labs) | ||||
