summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Expand)AuthorAgeFilesLines
* Resolved conflicts and JSLintedViraj Mahesh2014-07-131-26/+28
* Merge branch 'master' into extensionsViraj Mahesh2014-07-131-22/+502
|\
| * more relabelling options for SAY, THINK, ASKjmoenig2014-06-061-4/+5
| * enable relabelling blocks with C-Slotsjmoenig2014-06-061-0/+4
| * more relabelling options for SAY and THINK variantsjmoenig2014-06-061-4/+4
| * add hide and show blocks for the stagejmoenig2014-06-061-0/+3
| * gracefully hide & show the stage, fixed #281jmoenig2014-06-061-1/+18
| * fixes a but in setHeading()jmoenig2014-06-051-1/+1
| * fixed #457jmoenig2014-06-051-1/+1
| * fixed #465jmoenig2014-06-051-2/+3
| * stop replacing the empty string with the number zero in watchersjmoenig2014-06-051-4/+6
| * German translation update, tweaksjmoenig2014-06-041-1/+2
| * Merge pull request #469 from nathan/shift-keyboard-shortcutsJens Mönig2014-06-041-1/+4
| |\
| | * Fixed ctrl/cmd+shift+s saving the project in placeNathan Dinsmore2014-06-021-1/+4
| * | JSLintedyuan2014-06-021-87/+94
| * | cleaned up my commentsyuan2014-05-281-6/+6
| * | good to go for stagemorphyuan2014-05-281-9/+16
| * | changed graphicsChanged boolean to a functionyuan2014-05-281-14/+33
| * | added graphics effects that work for all redraws; incorporated most recent up...yuan2014-05-271-4/+132
| |/
| * Fixed #445 (minor search + zoom issues)jmoenig2014-05-261-4/+2
| * Search Blocks feature, keyboard shortcutsjmoenig2014-05-201-1/+201
| * integrate #394jmoenig2014-05-021-8/+19
| * Merge pull request #394 from xtitter/varimportJens Mönig2014-05-021-5/+5
| |\
| | * give error message when attempting to import (into a variable) with a non-tex...Nathaniel Titterton2014-04-171-5/+5
| * | enable storage of first-class costumesjmoenig2014-04-301-1/+1
| * | Merge pull request #400 from blob8108/utf8-dataJens Mönig2014-04-301-1/+1
| |\ \ | | |/ | |/|
| | * Add charset to variable exportblob81082014-04-261-1/+1
| * | let “switch to costume” block accept actual costume objects (in addition ...jmoenig2014-03-311-0/+5
| * | display costume thumbnails in speech/thought/value bubbles and watcher cellsjmoenig2014-03-311-0/+12
| * | experimental “wardrobe” and “jukebox” reporters in dev modejmoenig2014-03-311-1/+60
* | | 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
* | | Put back the accidentally deleted wordsViraj Mahesh2014-03-111-2/+3
* | | 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
* | | 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 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