summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
* add geolocation blocklocationGubolin2014-08-181-0/+7
|
* add language blocksGubolin2014-08-171-0/+9
|
* propagate HIDE and SHOW to nested sprite partsjmoenig2014-07-301-1/+18
|
* added ‘move’ option to the sprite context menujmoenig2014-07-291-0/+1
| | | | | lets the user move (nested) sprites in edit mode without changing their layering, and also sprites marked “undraggable”
* double clicking on a sprite in the stage selects it in the IDEjmoenig2014-07-291-1/+5
|
* duplicate and clone nested spritesjmoenig2014-07-291-21/+41
|
* new “JavaScript function” primitivejmoenig2014-07-251-1/+10
| | | | Go figure…
* improve unique sprite- and costume namesjmoenig2014-07-241-13/+14
|
* fixed “lost sprites bug”jmoenig2014-07-241-2/+7
| | | | | ensure duplicated sprites keep wearing their current costume through save and re-load
* Scale down oversized images to current stage dimensionsjmoenig2014-07-231-5/+7
| | | | | rather than to 480 * 360 Thanks, Dan, for reporting this!
* fixed #521jmoenig2014-07-221-1/+4
| | | | | deleting variable watchers by dropping them on the palette resulted in wrong ones to be created when showing them again
* list op fixes, thanks, Brian!jmoenig2014-07-181-1/+1
|
* 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-171-6/+4
|
* Merge pull request #340 from cs10/extensionsJens Mönig2014-07-171-0/+70
|\ | | | | 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-131-22/+502
| |\ | | | | | | | | | | | | 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-281-8/+1
| | | | | | | | | | | | This rolls back to commit f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba.
| * | Commented out popupViraj Mahesh2014-04-281-1/+8
| | |
| * | Fixed an error where stage could not take screenshotsViraj Mahesh2014-04-211-0/+6
| | |
| * | 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-101-9/+17
| | | | | | | | | | | | 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
| | |