summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enable “JS function” block to create custom control structures and HOFsjmoenig2014-07-282-3/+11
|
* fixed "Load Failed Type Error Cannot read property 'isLinked' of null"jmoenig2014-07-281-4/+6
| | | | | you guys need to at least *try* your stuff on a few actual projects, dammit!
* JS function tweak, thank, @nathan!jmoenig2014-07-272-3/+3
|
* Merge pull request #530 from cycomachead/list-stringJens Mönig2014-07-271-1/+1
|\ | | | | List.toString will show contents of the list
| * List.toString will show contents of the listMichael Ball2014-07-261-1/+1
| |
* | Merge pull request #532 from cycomachead/tools-reduxbrianharvey2014-07-262-2/+2
|\ \ | |/ |/| Minor improvements to tools blocks
| * Minor improvements to tools blocksMichael Ball2014-07-262-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 creditsjmoenig2014-07-252-2/+5
|
* new “JavaScript function” primitivejmoenig2014-07-253-2/+25
| | | | Go figure…
* Display “empty” Contexts as empty ringsjmoenig2014-07-242-2/+14
| | | | | (e.g. continuations). Brian was complaining about empty continuations “sucking” up the watchers and value bubbles.
* improve unique sprite- and costume namesjmoenig2014-07-243-34/+48
|
* fixed “lost sprites bug”jmoenig2014-07-242-2/+11
| | | | | ensure duplicated sprites keep wearing their current costume through save and re-load
* Scale down oversized images to current stage dimensionsjmoenig2014-07-232-5/+11
| | | | | rather than to 480 * 360 Thanks, Dan, for reporting this!
* added Snap! Connectivity Strategy to repojmoenig2014-07-231-0/+0
|
* fixed #521jmoenig2014-07-223-3/+15
| | | | | deleting variable watchers by dropping them on the palette resulted in wrong ones to be created when showing them again
* fixed #518jmoenig2014-07-212-4/+9
|
* update German translationjmoenig2014-07-183-3/+6
|
* rename "character" to "letter" in delimiter listjmoenig2014-07-183-4/+5
| | | | of “split” block
* Merge pull request #516 from cycomachead/splitJens Mönig2014-07-182-0/+4
|\ | | | | Split Block: Add a character option for clarity
| * Lint: fix missing semicolonMichael Ball2014-07-171-1/+1
| |
| * Split Block: Add a character option for clarityMichael Ball2014-07-172-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&djmoenig2014-07-182-1/+2
| |
* | ensure unique names when renaming costumesjmoenig2014-07-182-2/+3
| |
* | ensure unique names for costumes created by the paint editorjmoenig2014-07-183-4/+12
| |
* | list op fixes, thanks, Brian!jmoenig2014-07-185-7/+7
| |
* | ensure unique names for imported costumesjmoenig2014-07-172-3/+6
| | | | | | | | Use new mechanism for unique costume names on imported costumes
* | simplify unique stageshot namesjmoenig2014-07-171-30/+11
| | | | | | | | and get rid of regex
* | eliminate global regex varjmoenig2014-07-171-2/+5
| |
* | move screenshot feature to dev modejmoenig2014-07-171-4/+4
| |
* | minor format tweaks to "Screenshot" featurejmoenig2014-07-173-7/+6
| |
* | Merge pull request #340 from cs10/extensionsJens Mönig2014-07-172-0/+82
|\ \ | | | | | | Save stage/pentrails as costume (for animations)
| * | Removed screenshot name cacheViraj Mahesh2014-07-131-2/+0
| | |
| * | Resolved conflicts and JSLintedViraj Mahesh2014-07-131-26/+28
| | |
| * | Merge branch 'master' into extensionsViraj Mahesh2014-07-1318-132/+3851
| |\ \ | | | | | | | | | | | | | | | | Conflicts: objects.js
| * | | 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
| | | |