summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mobileapp' into developmentGubolin2015-01-242-13/+23
|\
| * Merge branch 'master' into mobileappGubolin2015-01-2414-817/+1361
| |\
| * \ Merge branch 'mobileapp' of https://github.com/Gubolin/snap into mobileappGubolin2015-01-241-1/+1
| |\ \
| | * | update binary.sh helpv0.1.0-alphaGubolin2015-01-101-1/+1
| | | |
| * | | mobile: set orientation to landscape as defaultGubolin2015-01-241-0/+1
| | | |
| * | | add the possibility to load binary projects dynamicallyGubolin2015-01-241-12/+20
| | | |
| * | | don't include help files in binary projectsGubolin2015-01-241-0/+1
| |/ /
* | | Merge branch 'master' of ↵Gubolin2015-01-2414-720/+968
|\ \ \ | | |/ | |/| | | | https://github.com/jmoenig/Snap--Build-Your-Own-Blocks into development
| * | Update README.mdJens Mönig2015-01-211-1/+1
| | |
| * | Fix speech bubbles of dragged nested spritesjmoenig2015-01-212-5/+8
| | |
| * | Integrated Korean and Catalan translation updatesjmoenig2015-01-214-7/+8
| | |
| * | Merge pull request #703 from bromagosa/contribJens Mönig2015-01-211-19/+53
| |\ \ | | | | | | | | updated Catalan translation
| | * | updated Catalan translationBernat Romagosa2015-01-211-6/+6
| | | |
| | * | updated Catalan translationBernat Romagosa2015-01-161-25/+59
| | | |
| * | | Merge pull request #676 from janggoons/masterJens Mönig2015-01-211-98/+394
| |\ \ \ | | | | | | | | | | New Korean Translation
| * | | | Fix Zoom Dialog’s sample background in “flat” designjmoenig2015-01-212-0/+2
| | | | |
| * | | | Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-216-10/+26
| | | | |
| * | | | Keep layering of nested sprites thru drag & dropjmoenig2015-01-212-1/+30
| | |/ / | |/| | | | | | | | | | | | | | it used to be that dragging an anchor always brought it to the front, altering the nested sprite’s internal layering order
| * | | fixed #680jmoenig2015-01-132-1/+15
| | | |
| * | | fixed #702jmoenig2015-01-131-8/+10
| | | |
| * | | Force Chrome to show GUI messagesjmoenig2015-01-122-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | 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 #677Gubolin2015-01-112-1/+8
|\ \ \ \
| * | | | draw rotation center coordinates near crosshairsJohn2014-12-271-0/+7
| | | | |
| * | | | indentation fixJohn2014-12-271-1/+1
| | | | |
| * | | | make 'Obsolete!' label translatable (fix #677)John2014-12-271-1/+1
| | | | |
* | | | | Ooops, forgot to solve merge conflictGubolin2015-01-111-7/+0
| | | | |
* | | | | Merge pull request #700Gubolin2015-01-111-1/+1
|\ \ \ \ \
| * | | | | Add ask and answer blocks to the tool spriteMichael Ball2015-01-101-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See the screenshots for implementations but these are very simple blocks which will make basic OOP operations a bit easier until 4.1 `ask` takes in a reporter and a string and will call that reporter on the requested sprite. `tell` takes in a script and a string and runs the script on the sprite. These are sensing blocks and there are two differences from the BYOB tool sprite: * These use string and not "objects" since that doesnt exist yet. * I did not (yet) implement the "input list" versions because Im not sure they will be used as frequently, though I do think they should be in some library
* | | | | merge mobileappGubolin2015-01-1110-4/+1502
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | don't delete files from helpersGubolin2015-01-102-6/+0
| | | | |
| * | | | don't delete files from binary.shGubolin2015-01-101-4/+0
| | | | |
| * | | | Merge branch 'master' into mobileappGubolin2015-01-0817-7/+64
| |\| | |
| * | | | mergeGubolin2015-01-081-0/+1359
| | | | |
| * | | | merge upstreamGubolin2015-01-0318-459/+2056
| |\ \ \ \
| * | | | | remove file blocksGubolin2015-01-034-272/+0
| | | | | |
| * | | | | allow setting the Snap! source in a variableGubolin2015-01-033-3/+18
| | | | | |
| * | | | | add camera blocks (#562)Gubolin2014-11-012-1/+263
| |\ \ \ \ \
| * | | | | | improve file block error handlingGubolin2014-09-091-26/+58
| | | | | | |
| * | | | | | add file blocksGubolin2014-09-094-0/+240
| | | | | | |
| * | | | | | add notification blocksGubolin2014-09-083-0/+24
| | | | | | |
| * | | | | | use the Snap-icon instead of the default oneGubolin2014-09-082-0/+10
| | | | | | |
| * | | | | | rewrite scriptsGubolin2014-09-083-20/+55
| | | | | | |
| * | | | | | rewrite scriptsGubolin2014-09-074-19/+103
| | | | | | |