summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Morphic: Prevent default action for ctrl-/cmd-key eventsjmoenig2014-05-202-1/+8
| | | | | | | | | | | | | | | … and allow using these for Snap! without having Chrome trigger its own actions for them
| * | Merge pull request #31 from jmoenig/masterMichael Ball2014-05-0312-64/+3004
| |\| | | | | | | Update CS10 Fork
| | * checkpoint - releasejmoenig2014-05-026-6/+7
| | |
| | * fixed #407 (custom-block coloring w/ zebra off)jmoenig2014-05-022-5/+7
| | |
| | * integrate #394jmoenig2014-05-022-8/+23
| | |
| | * Merge pull request #394 from xtitter/varimportJens Mönig2014-05-021-5/+5
| | |\ | | | | | | | | better error message when importing (into a variable)
| | | * give error message when attempting to import (into a variable) with a ↵Nathaniel Titterton2014-04-171-5/+5
| | | | | | | | | | | | | | | | non-text file; don't read every file in multifile import
| | * | partial fix for #407jmoenig2014-04-301-0/+3
| | | | | | | | | | | | | | | | the label still is wrong
| | * | checkpointjmoenig2014-04-303-2/+7
| | | |
| | * | Merge pull request #398 from cycomachead/turboJens Mönig2014-04-301-3/+3
| | |\ \ | | | | | | | | | | fix set turbo mode block; fixes #396
| | | * | style fix for boolMichael Ball2014-04-271-1/+1
| | | | |
| | | * | fix set turbo mode blockMichael Ball2014-04-221-3/+3
| | | |/
| | * | Merge pull request #356 from dimon4ezzz/patch-1Jens Mönig2014-04-301-32/+36
| | |\ \ | | | | | | | | | | Add some translate
| | | * | Add some translateDmithiy2014-03-181-32/+36
| | |/ / | |/| |
| | * | integrate localisation changesjmoenig2014-04-302-3/+7
| | | |
| | * | Merge pull request #344 from MMSequeira/masterJens Mönig2014-04-303-7/+119
| | |\ \ | | | | | | | | | | Added a couple of localize() calls and new and improved Portuguese translations.
| | | * | Improve translation of several strings and add several new translations.Manuel Menezes de Sequeira2014-03-091-5/+117
| | | | |
| | | * | Add localization support for SymbolMorph menu items.Manuel Menezes de Sequeira2014-03-091-1/+1
| | | | |
| | | * | Add localization support for 'Brush size' string.Manuel Menezes de Sequeira2014-03-091-1/+1
| | | | |
| | * | | enable storage of first-class costumesjmoenig2014-04-303-5/+17
| | | | |
| | * | | Merge pull request #400 from blob8108/utf8-dataJens Mönig2014-04-301-1/+1
| | |\ \ \ | | | | | | | | | | | | Specify an encoding for variable export
| | | * | | Add charset to variable exportblob81082014-04-261-1/+1
| | | | | |
| | * | | | Brazilian Portuguese translationjmoenig2014-04-302-1/+1403
| | | | | | | | | | | | | | | | | | | | | | | | contributed by Aldo von Wangenheim. Thanks!
| | * | | | Merge pull request #395 from jkseppan/fiJens Mönig2014-04-302-1/+1293
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Finnish translation
| | | * | | Finnish translationJouni K. Seppänen2014-04-182-1/+1293
| | |/ / /
| | * | | let “switch to costume” block accept actual costume objects (in addition ↵jmoenig2014-03-312-0/+6
| | | | | | | | | | | | | | | | | | | | to names and numbers)
| | * | | display costume thumbnails in speech/thought/value bubbles and watcher cellsjmoenig2014-03-313-1/+20
| | | | |
| | * | | experimental “wardrobe” and “jukebox” reporters in dev modejmoenig2014-03-312-1/+64
| |/ / / | | | | | | | | | | | | tentative preparations for first-class costumes and sounds
* | | | 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
| | | |