summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | Add current examples folder from snap.berkeleyMichael Ball2015-01-0210-0/+10
| | |/ / / / / / / / / /
| * | | | | | | | | | | merge upstreamGubolin2015-01-026-7/+1413
| |\| | | | | | | | | |
| | * | | | | | | | | | 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
| | * | | | | | | | | | updated historyjmoenig2014-12-152-1/+5
| | * | | | | | | | | | Merge pull request #672 from mrpeachum/masterJens Mönig2014-12-152-0/+1371
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Completed Swedish translationErik Olsson2014-12-142-177/+368
| | | * | | | | | | | | Merge remote-tracking branch 'upstream/master'Erik Olsson2014-12-1415-253/+1791
| | | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Completed first pass SwedishErik Olsson2014-10-301-22/+22
| | | * | | | | | | | | Completed first pass SwedishErik Olsson2014-10-301-128/+127
| | | * | | | | | | | | Added Swedish translationsErik Olsson2014-10-301-110/+110
| | | * | | | | | | | | Added SwedishErik Olsson2014-10-302-0/+1181
| | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| * | | | | | | | | | Merge branch 'master' into developmentGubolin2014-12-142-1/+6
| |\| | | | | | | | |
| | * | | | | | | | | yield after each cycle in the experimental “forEach” primitivejmoenig2014-12-112-1/+6
| * | | | | | | | | | Merge branch 'autosave' into developmentGubolin2014-12-141-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | autosave every 5 minutesGubolin2014-12-141-0/+2
| | |/ / / / / / / / /
| * | | | | | | | | | set thread scheduler to fire every 10msGubolin2014-12-141-1/+1
* | | | | | | | | | | Merge branch 'development' into gh-pagesGubolin2014-12-078-7/+1414
|\| | | | | | | | | |
| * | | | | | | | | | Merge branch github_backendGubolin2014-12-078-7/+1414
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | * | | | | | | | | merge masterGubolin2014-12-0718-476/+2064
| | |\| | | | | | | |
| | * | | | | | | | | attempt to fix another merge errorGubolin2014-09-131-0/+1
| | * | | | | | | | | attempt to fix problem with mergingGubolin2014-09-131-1/+1
| | * | | | | | | | | don't do nothing if the GitHub user has no reposGubolin2014-09-131-0/+4
| | * | | | | | | | | support merging [WIP]Gubolin2014-09-124-25/+68
| | * | | | | | | | | Merge branch 'xml_beautifier' into github_backendGubolin2014-09-128-9/+21
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | beautify xmlxml_beautifierGubolin2014-09-124-2/+6
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | prepare for team supportGubolin2014-09-121-2/+12
| | * | | | | | | | | update octokit, fix a first-commit bugGubolin2014-09-122-24/+28
| | * | | | | | | | | remove the old directory octokitGubolin2014-08-032-2149/+0
| | * | | | | | | | | add octokit.js as submoduleGubolin2014-08-034-3/+690
| | * | | | | | | | | save GitHub project in one file (now media loads properly); make it easier to...Gubolin2014-08-022-33/+21
| | * | | | | | | | | allow setting a commit message when saving to GitHubGubolin2014-08-022-3/+63
| | * | | | | | | | | prettify error message when not logged inGubolin2014-08-022-2/+20
| | * | | | | | | | | show error message when an unlogged user accesses the GitHub project listGubolin2014-07-311-2/+8
| | * | | | | | | | | merge Snap!Cloud and GitHub; fix some bugsGubolin2014-07-314-151/+1462
| | * | | | | | | | | Merge branch 'master' of https://github.com/jmoenig/Snap--Build-Your-Own-BlocksGubolin2014-07-306-10/+101
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | replace the Snap!Cloud with GitHubGubolin2014-07-305-876/+2300
* | | | | | | | | | | | move snap.html to index.htmlGubolin2014-12-071-0/+0
* | | | | | | | | | | | Merge remote-tracking branch 'origin/issue_461' into developmentGubolin2014-12-071-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | TypeError (fix #461)issue_461Gubolin2014-08-021-8/+11
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge remote-tracking branch 'origin/issue_71' into developmentGubolin2014-12-071-2/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | don't allow sprites to be called mouse-pointer (fix #71)issue_71Gubolin2014-08-031-2/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch issue_405Gubolin2014-12-074-10/+231
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix yet another note pause bugGubolin2014-08-081-1/+4
| * | | | | | | | | | | fix another strange Note bugGubolin2014-08-062-2/+2
| * | | | | | | | | | | fix another sound pause bugGubolin2014-08-051-0/+6
| * | | | | | | | | | | Pause bug (fix #440)Gubolin2014-08-051-1/+8
| * | | | | | | | | | | mute Notes immediatelyGubolin2014-08-052-7/+21
| * | | | | | | | | | | mute notesGubolin2014-08-041-0/+6