summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* readme: write a short guideHEADgh-pagesCode-WvS2016-01-241-1/+12
|
* Update README.mdCode-WvS2016-01-241-0/+3
|
* fix weird bug that causes Snap! to crashCode WvS2015-01-263-160/+29
|
* fix weird bug that causes Snap! to crashCode WvS2015-01-261-6/+6
|
* add compiled version for instant useCode WvS2015-01-251-0/+55047
|
* add index.* symlinksCode WvS2015-01-252-0/+2
|
* add missing pngCode WvS2015-01-251-0/+0
|
* update gitignoreCode WvS2015-01-251-0/+1
|
* clean up the codeCode WvS2015-01-254-119/+41
|
* make every sprite represent a player; stage gets the camCode WvS2015-01-254-64/+192
|
* don't render spritesCode WvS2015-01-251-0/+1
|
* first working version, WIPCode WvS2015-01-2534-16/+304
|
* 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
| * | New Korean TranslationYunJae Jang2014-12-231-98/+394
| | | | | | | | | | | | New Korean Translation 2014-11-07 version
* | | 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 #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