| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed screenshot name cache | Viraj Mahesh | 2014-07-13 | 1 | -2/+0 |
| | | |||||
| * | Resolved conflicts and JSLinted | Viraj Mahesh | 2014-07-13 | 1 | -26/+28 |
| | | |||||
| * | Merge branch 'master' into extensions | Viraj Mahesh | 2014-07-13 | 1 | -22/+502 |
| |\ | | | | | | | | | Conflicts: objects.js | ||||
| | * | more relabelling options for SAY, THINK, ASK | jmoenig | 2014-06-06 | 1 | -4/+5 |
| | | | |||||
| | * | enable relabelling blocks with C-Slots | jmoenig | 2014-06-06 | 1 | -0/+4 |
| | | | |||||
| | * | more relabelling options for SAY and THINK variants | jmoenig | 2014-06-06 | 1 | -4/+4 |
| | | | |||||
| | * | add hide and show blocks for the stage | jmoenig | 2014-06-06 | 1 | -0/+3 |
| | | | |||||
| | * | gracefully hide & show the stage, fixed #281 | jmoenig | 2014-06-06 | 1 | -1/+18 |
| | | | |||||
| | * | fixes a but in setHeading() | jmoenig | 2014-06-05 | 1 | -1/+1 |
| | | | | | | | | | thanks, Brian! | ||||
| | * | fixed #457 | jmoenig | 2014-06-05 | 1 | -1/+1 |
| | | | |||||
| | * | fixed #465 | jmoenig | 2014-06-05 | 1 | -2/+3 |
| | | | |||||
| | * | stop replacing the empty string with the number zero in watchers | jmoenig | 2014-06-05 | 1 | -4/+6 |
| | | | | | | | | | fixed #473 | ||||
| | * | German translation update, tweaks | jmoenig | 2014-06-04 | 1 | -1/+2 |
| | | | |||||
| | * | Merge pull request #469 from nathan/shift-keyboard-shortcuts | Jens Mönig | 2014-06-04 | 1 | -1/+4 |
| | |\ | | | | | | | Fixed ctrl/cmd+shift+s saving the project in place | ||||
| | | * | Fixed ctrl/cmd+shift+s saving the project in place | Nathan Dinsmore | 2014-06-02 | 1 | -1/+4 |
| | | | | |||||
| | * | | JSLinted | yuan | 2014-06-02 | 1 | -87/+94 |
| | | | | |||||
| | * | | cleaned up my comments | yuan | 2014-05-28 | 1 | -6/+6 |
| | | | | |||||
| | * | | good to go for stagemorph | yuan | 2014-05-28 | 1 | -9/+16 |
| | | | | |||||
| | * | | changed graphicsChanged boolean to a function | yuan | 2014-05-28 | 1 | -14/+33 |
| | | | | |||||
| | * | | added graphics effects that work for all redraws; incorporated most recent ↵ | yuan | 2014-05-27 | 1 | -4/+132 |
| | |/ | | | | | | | updates to Snap! | ||||
| | * | Fixed #445 (minor search + zoom issues) | jmoenig | 2014-05-26 | 1 | -4/+2 |
| | | | |||||
| | * | Search Blocks feature, keyboard shortcuts | jmoenig | 2014-05-20 | 1 | -1/+201 |
| | | | | | | | | | Thanks, Kyle, for designing and architecting the search blocks feature!! | ||||
| | * | integrate #394 | jmoenig | 2014-05-02 | 1 | -8/+19 |
| | | | |||||
| | * | Merge pull request #394 from xtitter/varimport | Jens Mönig | 2014-05-02 | 1 | -5/+5 |
| | |\ | | | | | | | better error message when importing (into a variable) | ||||
| | | * | give error message when attempting to import (into a variable) with a ↵ | Nathaniel Titterton | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | non-text file; don't read every file in multifile import | ||||
| | * | | enable storage of first-class costumes | jmoenig | 2014-04-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #400 from blob8108/utf8-data | Jens Mönig | 2014-04-30 | 1 | -1/+1 |
| | |\ \ | | |/ | |/| | Specify an encoding for variable export | ||||
| | | * | Add charset to variable export | blob8108 | 2014-04-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | let “switch to costume” block accept actual costume objects (in addition ↵ | jmoenig | 2014-03-31 | 1 | -0/+5 |
| | | | | | | | | | | | | | to names and numbers) | ||||
| | * | | display costume thumbnails in speech/thought/value bubbles and watcher cells | jmoenig | 2014-03-31 | 1 | -0/+12 |
| | | | | |||||
| | * | | experimental “wardrobe” and “jukebox” reporters in dev mode | jmoenig | 2014-03-31 | 1 | -1/+60 |
| | | | | | | | | | | | | | tentative preparations for first-class costumes and sounds | ||||
| * | | | Do nothing when blank action passed | Viraj Mahesh | 2014-05-30 | 1 | -1/+3 |
| | | | | |||||
| * | | | Made updates to StageMorph functions | Viraj Mahesh | 2014-05-30 | 1 | -5/+2 |
| | | | | |||||
| * | | | Fixed naming issue and removed extra function | Viraj Mahesh | 2014-05-30 | 1 | -14/+4 |
| | | | | |||||
| * | | | Fixed indentation issue | Viraj Mahesh | 2014-05-30 | 1 | -7/+7 |
| | | | | |||||
| * | | | Localization support | Viraj Mahesh | 2014-05-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Moved the screenshot block to looks | Viraj Mahesh | 2014-05-08 | 1 | -10/+10 |
| | | | | |||||
| * | | | Revert f56dc8e..d3ec80f | Viraj Mahesh | 2014-04-28 | 1 | -8/+1 |
| | | | | | | | | | | | | | This rolls back to commit f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba. | ||||
| * | | | Commented out popup | Viraj Mahesh | 2014-04-28 | 1 | -1/+8 |
| | | | | |||||
| * | | | Fixed an error where stage could not take screenshots | Viraj Mahesh | 2014-04-21 | 1 | -0/+6 |
| | | | | |||||
| * | | | Made reg-exp static | Viraj Mahesh | 2014-03-12 | 1 | -14/+13 |
| | | | | |||||
| * | | | Implemented both ways of Screenshot naming | Viraj Mahesh | 2014-03-12 | 1 | -6/+43 |
| | | | | |||||
| * | | | Put back the accidentally deleted words | Viraj Mahesh | 2014-03-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Added comment explaining why copy is necessary Copy is only created for pen trails | ||||
| * | | | pen trails is in an array | Viraj Mahesh | 2014-03-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Option of switching between pen trails and stage image has been implemented | Viraj Mahesh | 2014-03-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | Stage saves pen trails too | ||||
| * | | | Fixed error where penTrail of sprite was being used instead of penTrail of stage | Viraj Mahesh | 2014-03-10 | 1 | -4/+3 |
| | | | | |||||
| * | | | Added ability to save pen trails | Viraj Mahesh | 2014-03-10 | 1 | -9/+17 |
| | | | | | | | | | | | | | Added dropdown menu to choose what to save | ||||
| * | | | Added the screenshot block for the Stage | Viraj Mahesh | 2014-03-08 | 1 | -0/+7 |
| | | | | |||||
| * | | | Renamed block | Viraj Mahesh | 2014-03-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removed extra variables | Viraj Mahesh | 2014-03-07 | 1 | -3/+1 |
| | | | | |||||
