summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Do nothing when blank action passedViraj Mahesh2014-05-301-1/+3
| | | |
| * | | Made updates to StageMorph functionsViraj Mahesh2014-05-301-5/+2
| | | |
| * | | Fixed naming issue and removed extra functionViraj Mahesh2014-05-301-14/+4
| | | |
| * | | Fixed indentation issueViraj Mahesh2014-05-301-7/+7
| | | |
| * | | Localization supportViraj Mahesh2014-05-101-1/+1
| | | |
| * | | Moved the screenshot block to looksViraj Mahesh2014-05-081-10/+10
| | | |
| * | | Revert f56dc8e..d3ec80fViraj Mahesh2014-04-282-19/+11
| | | | | | | | | | | | | | | | This rolls back to commit f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba.
| * | | Commented out popupViraj Mahesh2014-04-282-11/+19
| | | |
| * | | Fixed an error where stage could not take screenshotsViraj Mahesh2014-04-211-0/+6
| | | |
| * | | Removed part.canBeEmpty = false; for consistencyViraj Mahesh2014-03-121-1/+0
| | | |
| * | | Made reg-exp staticViraj Mahesh2014-03-121-14/+13
| | | |
| * | | Implemented both ways of Screenshot namingViraj Mahesh2014-03-121-6/+43
| | | |
| * | | Put back the accidentally deleted wordsViraj Mahesh2014-03-111-2/+3
| | | | | | | | | | | | | | | | | | | | Added comment explaining why copy is necessary Copy is only created for pen trails
| * | | pen trails is in an arrayViraj Mahesh2014-03-111-1/+1
| | | |
| * | | Option of switching between pen trails and stage image has been implementedViraj Mahesh2014-03-111-2/+2
| | | | | | | | | | | | | | | | Stage saves pen trails too
| * | | Fixed error where penTrail of sprite was being used instead of penTrail of stageViraj Mahesh2014-03-101-4/+3
| | | |
| * | | Added ability to save pen trailsViraj Mahesh2014-03-102-9/+30
| | | | | | | | | | | | | | | | Added dropdown menu to choose what to save
| * | | Added the screenshot block for the StageViraj Mahesh2014-03-081-0/+7
| | | |
| * | | Renamed blockViraj Mahesh2014-03-071-1/+1
| | | |
| * | | Removed extra variablesViraj Mahesh2014-03-071-3/+1
| | | |
| * | | Use this.addCostume instead of IDEViraj Mahesh2014-03-071-1/+1
| | | |
| * | | Screenshot names are now correctly trackedViraj Mahesh2014-03-071-11/+13
| | | |
| * | | Removed Canvas2Image errorViraj Mahesh2014-03-061-1/+0
| | | |
| * | | Final commit:Viraj Mahesh2014-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | -Removed an accidental change -Removed commented log statement
| * | | Removed dibyo's test pushViraj Mahesh2014-02-281-2/+0
| | | |
| * | | Random changeDibyo Majumdar2014-02-281-0/+2
| | | |
| * | | Screenshot counter correctly implementedViraj Mahesh2014-02-281-1/+8
| | | |
| * | | Screenshot block now mentions that it saves the screenshot as a costumeViraj Mahesh2014-02-281-3/+4
| | | | | | | | | | | | | | | | Screenshot block now accepts a string
| * | | Fixed errors that arose from not using fullImageClassic()Viraj Mahesh2014-02-251-5/+4
| | | |
| * | | Fixed incomplete codeViraj Mahesh2014-02-251-0/+3
| | | |
| * | | Screenshts are saved as costumes of the current spriteViraj Mahesh2014-02-251-1/+14
| | | |
* | | | Bangla (Bengali) translation, thanks, Mokter Hossain!!jmoenig2014-07-173-4/+1218
| | | |
* | | | fix List::length to work with stored CS10 projectsjmoenig2014-07-172-2/+7
| | | |
* | | | format list changes for JSLintjmoenig2014-07-171-15/+15
| | | | | | | | | | | | | | | | | | | | and rename var ‘me’ to ‘myself’ to make it conform to the rest of Snap’s codebase
* | | | change internal list ops to be iterative (bh)jmoenig2014-07-171-43/+79
| |_|/ |/| | | | | | | | | | | so working with large arrayed lists no longer runs into JS’s maximum recursion limit. Thanks, Brian, for the quick fix!
* | | Merge pull request #509 from jmoenig/bhJens Mönig2014-07-111-1/+18
|\ \ \ | | | | | | | | Bh
| * | | Improve sbe-or-relative to generalizebrianharvey2014-07-111-6/+6
| | | | | | | | | | | | New method GetURLsbeOrRelative(url) takes a relative URL and tries it first on s.b.e and if that fails as a relative url.
| * | | Allow loading tools.xml from mirror *or* s.b.ebrianharvey2014-07-111-2/+19
| | | | | | | | | | | | | | | | | | | | Using full http://s.b.e/snapsource/tools.xml disallows local repository. Using relative tools.xml disallows running from local disk but getting tools from s.b.e. So we try both.
* | | | fixed #508 (don’t popup empty menus)jmoenig2014-07-113-4/+7
| | | | | | | | | | | | | | | | thanks, @cycomached!
* | | | limit persistent blocks zoom to 12jmoenig2014-07-111-1/+1
| | | |
* | | | fixed #507 (limit persistent block zoom to 12x)jmoenig2014-07-112-1/+2
|/ / / | | | | | | | | | thanks, @cycomachead !
* | | fixed #412 (incomplete sprite-removal)jmoenig2014-07-112-8/+9
| | |
* | | fixed #506, thanks @haritop!jmoenig2014-07-112-5/+6
| | | | | | | | | | | | | | | thanks @haritop, for both the report and for also providing the fix for it!!
* | | make the color of the %pause symbol more yellowishjmoenig2014-07-112-2/+3
| | |
* | | Morphic: directly edit properties in inspectorsjmoenig2014-07-112-4/+16
| | |
* | | tweak glitch in event.keyCode/charCodejmoenig2014-07-111-1/+1
| | | | | | | | | | | | Thanks, Michael!
* | | keyboard shortcut ctrl/cmd-shift-a for '@'jmoenig2014-07-112-13/+19
| | |
* | | Merge pull request #494 from marwahaha/tools-xmlbrianharvey2014-07-101-1/+1
|\ \ \ | | | | | | | | tools now pointing locally
| * | | tools now pointing locallyKunal Marwaha2014-07-031-1/+1
| | | |
* | | | Merge pull request #434 from cycomachead/toolsbrianharvey2014-07-104-2/+2
|\ \ \ \ | | | | | | | | | | Tools Arrow