| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add indentation | jmoenig | 2015-06-25 | 1 | -3/+3 |
| | | | | | again to please old.jslint.com :-) | ||||
| * | Merge pull request #624 from cycomachead/shared-url | Jens Mönig | 2015-06-25 | 1 | -0/+15 |
| |\ | | | | | Set location.hash to cloud URLs on project shares | ||||
| | * | Shared URLs: remove call to .siblings() | Michael Ball | 2014-11-24 | 1 | -3/+3 |
| | | | | | | | | | Project dialog morphs reference `ide` directly instead of using a function call | ||||
| | * | Merge branch 'master' of ↵ | Michael Ball | 2014-11-24 | 1 | -4/+5 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/jmoenig/Snap--Build-Your-Own-Blocks into shared-url * 'master' of git://github.com/jmoenig/Snap--Build-Your-Own-Blocks: (34 commits) tail-call-elimination for reporters - experiment allow recursive reporters to be stopped by user updated history fixed #131 Fixed #34 Fixed #644 Fixed #372 Fixed #416 Fixed #318 Fix “stop this block” primitive for tail-call-elimination Fix "stop this block"’s lexical awareness Add a new Favicon to Snap! (Clearer Lambda) integrate translation update push morphic.js version date fix ‘line’ option in ‘split’ block for Windows files integrate percent sign fix for JSLint Updated the “About” Dialog renamed Process::callback to "onComplete" Fixed #364 avoid “freezing” when calling LAUNCH on empty ring Fixed #642, avoid “freezing” when calling CONS on non-list/null ... | ||||
| | * | | Set location.hash to cloud URLs on project shares | Michael Ball | 2014-10-25 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | This will make it much easier to get the URL for a shared project. It also removes the # from the URL when the open project is unshared." | ||||
| * | | | Merge pull request #606 from Gubolin/issue_190 | Jens Mönig | 2015-06-25 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | show an error message if project cannot be loaded (fix #190) | ||||
| | * | | | show an error message if project cannot be loaded (fix #190)issue_190 | Gubolin | 2014-10-04 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | add some spaces | jmoenig | 2015-06-25 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | to satisfy old.jslint.com :-) | ||||
| * | | | | Merge pull request #821 from show0k/master | Jens Mönig | 2015-06-25 | 1 | -13/+12 |
| |\ \ \ \ | | | | | | | | | | | Remove harcoded url in gui.js (fix #814) | ||||
| | * | | | | Remove hardcoded URLs in gui.js. This fix #814 | Théo Segonds | 2015-06-07 | 1 | -13/+12 |
| | | | | | | |||||
| * | | | | | Merge pull request #805 from brollb/master | Jens Mönig | 2015-06-25 | 1 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed typo in Process definition | ||||
| | * | | | | | Fixed #809 | Brian Broll | 2015-05-23 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | wrap credits tab in "about" Dialog | jmoenig | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | to accommodate for @nathan ’s abundant contributions :-) | ||||
| * | | | | | Revert to "new" for object creation | jmoenig | 2015-06-25 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | and prepare for new release | ||||
| * | | | | | Use Object.create(…) instead of new …() for inheritance (faster) | Nathan Dinsmore | 2015-06-17 | 1 | -8/+8 |
| |/ / / / | |||||
| * | | | | Fix encoding for exported sprites (esp. comments) | Jens Mönig | 2015-05-18 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Release! | Jens Mönig | 2015-05-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | formatting tweaks for JSLint’s benefit | Jens Mönig | 2015-05-01 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #768 from bromagosa/contrib | Jens Mönig | 2015-05-01 | 1 | -2/+15 |
| |\ \ \ \ | | | | | | | | | | | new parameters to allow embedding projects | ||||
| | * | | | | new parameters to allow embedding projects | Bernat Romagosa | 2015-04-10 | 1 | -2/+15 |
| | | |/ / | |/| | | |||||
| * | | | | hide “save to disk” option behind shift-click again (has issues in Chrome) | Jens Mönig | 2015-05-01 | 1 | -7/+10 |
| | | | | | |||||
| * | | | | switch from beta to release candidate | Jens Mönig | 2015-03-15 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Only enable input caching for blocks | Jens Mönig | 2015-03-09 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Cache inputs - accelerate recursive reporters | Jens Mönig | 2015-02-28 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | and warped / turbo recursive commands by up to 40% | ||||
| * | | | | Update German translation | jmoenig | 2015-02-23 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Make “project data in URLs” a hidden dev option | jmoenig | 2015-02-20 | 1 | -6/+37 |
| | | | | | | | | | | | | | | | | | (prevent long urls per default) | ||||
| * | | | | Un-hide “Save to disk” feature | jmoenig | 2015-02-20 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | (currently supported by both Chrome and Firefox, but not by Safari) | ||||
| * | | | | Added url switch #cloud: to open a shared project in edit mode | jmoenig | 2015-02-06 | 1 | -1/+41 |
| | | | | | |||||
| * | | | | Fix Zoom Dialog’s sample background in “flat” design | jmoenig | 2015-01-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Generate ScriptsPaneTexture programmatically | jmoenig | 2015-01-21 | 1 | -4/+20 |
| | | | | | |||||
| * | | | | fixed #680 | jmoenig | 2015-01-13 | 1 | -1/+10 |
| | | | | | |||||
| * | | | | Force Chrome to show GUI messages | jmoenig | 2015-01-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never) | ||||
| * | | | | Check project for compatibility | jmoenig | 2015-01-12 | 1 | -17/+26 |
| | | | | | | | | | | | | | | | | | | | | | notify users of potential incompatibilities when opening projects created in other forks (e.g. BeetleBlocks) | ||||
| * | | | | fix typo & update history | jmoenig | 2014-12-04 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Really fix setting the cloud as default save location when logged in | Michael Ball | 2014-12-04 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | updated history | jmoenig | 2014-12-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | 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 | ||||
| * | | | Updated the “About” Dialog | jmoenig | 2014-11-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | with a mention of support from CDG (SAP Labs) | ||||
| * | | | Set Default Save location to Cloud on Snap! load | Michael Ball | 2014-10-27 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | When Snap! is loaded, Snap! will now check whether a user is logged in (via the presence of `SnapCloud.username`) and if so, the default save location will be the cloud. | ||||
| * / | fixed #604. Thanks, @Gubolin! | jmoenig | 2014-10-06 | 1 | -1/+2 |
| |/ | |||||
| * | New feature - minimal stage mode (shift-click on small-stage button) | jmoenig | 2014-10-02 | 1 | -12/+26 |
| | | |||||
| * | updated history | jmoenig | 2014-10-01 | 1 | -1/+1 |
| | | |||||
| * | add localization to default costume name | Manuel Menezes de Sequeira | 2014-10-01 | 1 | -1/+1 |
| | | |||||
| * | fixed #585 | jmoenig | 2014-09-22 | 1 | -2/+2 |
| | | | | | Thanks, Michael, for reporting this! | ||||
| * | propagate DELETE to nested sprite parts | jmoenig | 2014-07-30 | 1 | -2/+4 |
| | | |||||
| * | export and import nested sprites | jmoenig | 2014-07-29 | 1 | -1/+1 |
| | | |||||
| * | duplicate and clone nested sprites | jmoenig | 2014-07-29 | 1 | -5/+2 |
| | | |||||
| * | updated credits | jmoenig | 2014-07-25 | 1 | -2/+4 |
| | | |||||
| * | improve unique sprite- and costume names | jmoenig | 2014-07-24 | 1 | -21/+33 |
| | | |||||
| * | ensure unique costume names when copying costumes via d&d | jmoenig | 2014-07-18 | 1 | -0/+1 |
| | | |||||
