| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor improvements to tools blocks | Michael Ball | 2014-07-26 | 2 | -2/+2 |
| | | | | | | | | | | | | * Uses the split block for word to list * Uses the split block for sentence to list * Removes the word to list block from the words and sentences library (since it was promoted to the tools library) The use of the split block makes the two blocks essentially a wrapper function, and it should improve the performance of the two blocks when used in projects. They function identically to the current versions. | ||||
| * | updated credits | jmoenig | 2014-07-25 | 2 | -2/+5 |
| | | |||||
| * | new “JavaScript function” primitive | jmoenig | 2014-07-25 | 3 | -2/+25 |
| | | | | | Go figure… | ||||
| * | Display “empty” Contexts as empty rings | jmoenig | 2014-07-24 | 2 | -2/+14 |
| | | | | | | (e.g. continuations). Brian was complaining about empty continuations “sucking” up the watchers and value bubbles. | ||||
| * | improve unique sprite- and costume names | jmoenig | 2014-07-24 | 3 | -34/+48 |
| | | |||||
| * | fixed “lost sprites bug” | jmoenig | 2014-07-24 | 2 | -2/+11 |
| | | | | | | ensure duplicated sprites keep wearing their current costume through save and re-load | ||||
| * | Scale down oversized images to current stage dimensions | jmoenig | 2014-07-23 | 2 | -5/+11 |
| | | | | | | rather than to 480 * 360 Thanks, Dan, for reporting this! | ||||
| * | added Snap! Connectivity Strategy to repo | jmoenig | 2014-07-23 | 1 | -0/+0 |
| | | |||||
| * | fixed #521 | jmoenig | 2014-07-22 | 3 | -3/+15 |
| | | | | | | deleting variable watchers by dropping them on the palette resulted in wrong ones to be created when showing them again | ||||
| * | fixed #518 | jmoenig | 2014-07-21 | 2 | -4/+9 |
| | | |||||
| * | update German translation | jmoenig | 2014-07-18 | 3 | -3/+6 |
| | | |||||
| * | rename "character" to "letter" in delimiter list | jmoenig | 2014-07-18 | 3 | -4/+5 |
| | | | | | of “split” block | ||||
| * | Merge pull request #516 from cycomachead/split | Jens Mönig | 2014-07-18 | 2 | -0/+4 |
| |\ | | | | | Split Block: Add a character option for clarity | ||||
| | * | Lint: fix missing semicolon | Michael Ball | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | Split Block: Add a character option for clarity | Michael Ball | 2014-07-17 | 2 | -0/+4 |
| | | | | | | | | | This also allows the split block to be used more easily in a HOF | ||||
| * | | ensure unique costume names when copying costumes via d&d | jmoenig | 2014-07-18 | 2 | -1/+2 |
| | | | |||||
| * | | ensure unique names when renaming costumes | jmoenig | 2014-07-18 | 2 | -2/+3 |
| | | | |||||
| * | | ensure unique names for costumes created by the paint editor | jmoenig | 2014-07-18 | 3 | -4/+12 |
| | | | |||||
| * | | list op fixes, thanks, Brian! | jmoenig | 2014-07-18 | 5 | -7/+7 |
| | | | |||||
| * | | ensure unique names for imported costumes | jmoenig | 2014-07-17 | 2 | -3/+6 |
| | | | | | | | | | Use new mechanism for unique costume names on imported costumes | ||||
| * | | simplify unique stageshot names | jmoenig | 2014-07-17 | 1 | -30/+11 |
| | | | | | | | | | and get rid of regex | ||||
| * | | eliminate global regex var | jmoenig | 2014-07-17 | 1 | -2/+5 |
| | | | |||||
| * | | move screenshot feature to dev mode | jmoenig | 2014-07-17 | 1 | -4/+4 |
| | | | |||||
| * | | minor format tweaks to "Screenshot" feature | jmoenig | 2014-07-17 | 3 | -7/+6 |
| | | | |||||
| * | | Merge pull request #340 from cs10/extensions | Jens Mönig | 2014-07-17 | 2 | -0/+82 |
| |\ \ | | | | | | | Save stage/pentrails as costume (for animations) | ||||
| | * | | 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 | 18 | -132/+3851 |
| | |\ \ | | | | | | | | | | | | | | | | | Conflicts: objects.js | ||||
| | * | | | 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 | 2 | -19/+11 |
| | | | | | | | | | | | | | | | | | This rolls back to commit f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba. | ||||
| | * | | | Commented out popup | Viraj Mahesh | 2014-04-28 | 2 | -11/+19 |
| | | | | | |||||
| | * | | | Fixed an error where stage could not take screenshots | Viraj Mahesh | 2014-04-21 | 1 | -0/+6 |
| | | | | | |||||
| | * | | | Removed part.canBeEmpty = false; for consistency | Viraj Mahesh | 2014-03-12 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | 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 | 2 | -9/+30 |
| | | | | | | | | | | | | | | | | | 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 |
| | | | | | |||||
| | * | | | Use this.addCostume instead of IDE | Viraj Mahesh | 2014-03-07 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Screenshot names are now correctly tracked | Viraj Mahesh | 2014-03-07 | 1 | -11/+13 |
| | | | | | |||||
