summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | |
| * | Add a 'get current DATE' block with various options, add some translations ↵Michael Ball2013-12-271-2/+12
| | | | | | | | | | | | to FR and DE
* | | New Feature: Set stage dimensions arbitrarilyjmoenig2014-02-111-1/+1
| | | | | | | | | | | | | | | new entries to set stage width and height in the settings menu when holding the shift key
* | | One-stop-shopping for stage dimensionsjmoenig2014-02-051-3/+3
| |/ |/| | | | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything
* | integrate Dean's sound fixjmoenig2014-02-041-3/+6
| | | | | | | | so JSLint doesn’t complain (no functionality changes). Thanks, Dean!
* | Merge pull request #311 from brettle/masterJens Mönig2014-02-041-4/+11
|\ \ | | | | | | Fixes issue #310 - play note block fails on Firefox
| * | Fixes issue #310 - play note block fails on Firefox due to use of deprecatedDean Brettle2014-01-251-4/+11
| | | | | | | | | | | | | | | WebAudio names. The fix uses the correct names and monkey-patches browsers that use the old ones.
* | | Flat line end option in the settings menu, saved with the projectjmoenig2014-02-041-3/+9
|/ /
* | validated all source files against the latest JSLint versionjmoenig2014-01-091-1/+1
| | | | | | | | and pushed to this date
* | Collapse STOP primitives into a single block with a dropdown of optionsjmoenig2014-01-091-9/+46
| |
* | fixed StopOthers blocks and added another optionjmoenig2014-01-081-1/+2
| | | | | | | | also updated the German translation
* | Merge pull request #283 from Hardmath123/masterJens Mönig2014-01-081-0/+6
|\ \ | | | | | | Initial stop others block
| * | Initial stop others blockHardmath1232013-12-221-0/+6
| |/
* | Only shrink-wrap sprite costumesjmoenig2014-01-081-1/+4
| | | | | | | | thanks, Kartik, for this fix!
* | support for TELL and ASKjmoenig2014-01-081-1/+1
|/ | | | | | | The FOR reporter’s first input now also accepts blocks and scripts („rings“), and reports a copy that is bound to the sprite indicated by the second input. This lets you „zombify“ (or remote-control) sprites (and create custom TELL and ASK blocks)
* fixed saving/loading of new mouse coordinate watchersjmoenig2013-12-191-3/+3
|
* fix #275 #237; implements watchers for mouse x and mouse yMichael Ball2013-12-181-2/+43
|
* null-canvas blitting bug follow-upjmoenig2013-12-121-3/+5
|