summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Expand)AuthorAgeFilesLines
* fix weird bug that causes Snap! to crashCode WvS2015-01-261-159/+23
* fix weird bug that causes Snap! to crashCode WvS2015-01-261-6/+6
* clean up the codeCode WvS2015-01-251-10/+4
* make every sprite represent a player; stage gets the camCode WvS2015-01-251-54/+105
* don't render spritesCode WvS2015-01-251-0/+1
* first working version, WIPCode WvS2015-01-251-10/+140
* Fix speech bubbles of dragged nested spritesjmoenig2015-01-211-5/+7
* Keep layering of nested sprites thru drag & dropjmoenig2015-01-211-1/+26
* Make clones non-editablejmoenig2015-01-121-3/+7
* Experimental “processes” count watcherjmoenig2014-12-171-2/+25
* Experimental “ForEach” primitive (hidden in dev mode)jmoenig2014-12-041-1/+12
* Improve edge-collision detection of default sprite “arrow” shapejmoenig2014-12-031-3/+6
* Don't show hidden elements in the project thumbnailjmoenig2014-12-011-2/+2
* Fixed #372jmoenig2014-11-241-3/+3
* Fixed #416jmoenig2014-11-241-19/+31
* fixed #608, #610jmoenig2014-10-081-18/+30
* fixed #604. Thanks, @Gubolin!jmoenig2014-10-061-3/+7
* fixed #599jmoenig2014-10-011-6/+12
* fixed #378jmoenig2014-09-301-2/+6
* fixed #593jmoenig2014-09-301-1/+2
* Refactor variables handlingjmoenig2014-09-171-3/+4
* propagate HIDE and SHOW to nested sprite partsjmoenig2014-07-301-1/+18
* added ‘move’ option to the sprite context menujmoenig2014-07-291-0/+1
* 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
* improve unique sprite- and costume namesjmoenig2014-07-241-13/+14
* fixed “lost sprites bug”jmoenig2014-07-241-2/+7
* Scale down oversized images to current stage dimensionsjmoenig2014-07-231-5/+7
* fixed #521jmoenig2014-07-221-1/+4
* list op fixes, thanks, Brian!jmoenig2014-07-181-1/+1
* simplify unique stageshot namesjmoenig2014-07-171-30/+11
* 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
|\
| * 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
| |\
| * | 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
| * | 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