summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | fixed #508 (don’t popup empty menus)jmoenig2014-07-111-3/+3
| | | | | | | | | | | | thanks, @cycomached!
* | | add keyboard shortcut for “new project”: ctr-njmoenig2014-07-081-0/+3
| | | | | | | | | | | | | | | note: some browsers (actually, most ^^) override this before Snap gets a chance to do its thing :-(
* | | updated version of objects.jsjmoenig2014-07-081-1/+1
| | | | | | | | | | | | fixed scrolling glitch in the palette, thanks, Kunal!
* | | reason for scroll issue: only non-cached palettes needed to be scrolledKunal Marwaha2014-06-251-0/+5
| |/ |/|
* | 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
| | | | | | | | thanks, Brian!
* | 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
| | | | | | | | fixed #473
* | 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 place
| * | 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 ↵yuan2014-05-271-4/+132
|/ / | | | | | | updates to Snap!
* | Fixed #445 (minor search + zoom issues)jmoenig2014-05-261-4/+2
| |
* | Search Blocks feature, keyboard shortcutsjmoenig2014-05-201-1/+201
| | | | | | | | Thanks, Kyle, for designing and architecting the search blocks feature!!
* | integrate #394jmoenig2014-05-021-8/+19
| |
* | Merge pull request #394 from xtitter/varimportJens Mönig2014-05-021-5/+5
|\ \ | | | | | | better error message when importing (into a variable)
| * | give error message when attempting to import (into a variable) with a ↵Nathaniel Titterton2014-04-171-5/+5
| | | | | | | | | | | | non-text file; don't read every file in multifile import
* | | enable storage of first-class costumesjmoenig2014-04-301-1/+1
| | |
* | | Merge pull request #400 from blob8108/utf8-dataJens Mönig2014-04-301-1/+1
|\ \ \ | |/ / |/| | Specify an encoding for variable export
| * | 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
| | | | | | | | | | | | to names and numbers)
* | | 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
| |/ |/| | | | | tentative preparations for first-class costumes and sounds
* | Merge pull request #288 from cycomachead/dateblockJens Mönig2014-02-111-1/+10
|\ \ | | | | | | Create a "Date" Block for Snap
| * | remove lang file and incorporate fixes in blocks, opbjectsMichael Ball2014-02-061-1/+1
| | |
| * | resolve merge conflicts; date problems onlyMichael Ball2014-02-041-17/+80
| |\ \
| * | | Add style tweaks per Nathan's comments.Michael Ball2013-12-281-3/+2
| | | |