summaryrefslogtreecommitdiff
path: root/objects.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| * | | 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
|
* fixed #277, #279 (blitting null-canvasses fails)jmoenig2013-12-121-12/+16
| | | | Thanks, Nathan, for the pointer to this!
* fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>)jmoenig2013-12-051-2/+5
|
* fixed #231 (watcher-display of Booleans)jmoenig2013-11-151-2/+2
|
* fixed wrong NaN display for variable watchersjmoenig2013-11-121-2/+2
| | | | Thanks, Brian, for catching this glitch!
* Increase maximum clone count from 128 to 300jmoenig2013-10-141-2/+2
|
* experimental MAP primitive reporterjmoenig2013-10-081-1/+40
| | | | in lists category, visible in dev mode for now
* Keep watchers onstage when hiding/showing them, fixes #195jmoenig2013-10-041-0/+4
|
* Prevent watcher cells from growing wider as their contents becomes tallerjmoenig2013-10-041-2/+3
|
* smooth numerical values displayed in watchersjmoenig2013-10-011-4/+7
|
* fixed #146jmoenig2013-09-191-0/+1
| | | | filter out empty costumes
* fixed #169jmoenig2013-09-191-4/+6
|
* prevent costumes with imported CORS-tainted canvasesjmoenig2013-09-181-1/+19
| | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects
* fixed part of #154 - prevent costumes from being drawn while they are loadingjmoenig2013-09-171-3/+17
| | | | | | prevents an occasional DOM error saying "an attempt was made to use an object that is not, or is no longer, usable" when loading a project that has costumes