Wykres commitów

12 Commity (8fb706c7e5e1ad1df6f3bc7377b9076d0ddce10e)

Autor SHA1 Wiadomość Data
Michael Ball f88ea2f9bd Add LABEL to the tools library; fix #1009 2015-11-18 16:23:00 -08:00
Michael Ball e66206c03e Update tools file
This makes the following fixes.
* removes the duplicate `ask` and `tell` blocks
* adds `list → word %list` to be consistent since there's list/sentence
and a word → list but not a list to word, which has been confusing for a
while. :P
2015-09-24 18:35:46 -07:00
Brian Harvey e95ac86c32 dunno why the repo tools.xml is different from mine... 2015-09-11 08:11:59 -07:00
Michael Ball 87acd9ff79 Add `ask` and `tell` blocks to the tools library
See the screenshots in #700 for implementations but these are very
simple blocks which will make basic OOP (zombification) easier.

`ask` takes in a reporter and a string and will call that reporter on
the requested sprite.
`tell` takes in a script and a string and runs the script on the sprite.

These are sensing blocks and there are two differences from the BYOB
tool sprite:
* These use string and not "objects" since that doesn't exist yet.
* I did not (yet) implement the "input list" versions because I'm not
sure they will be used as frequently, though I do think they could be
in some library.
2015-07-24 03:04:10 -07:00
Brian Harvey e1704587aa Speed up join words and list->sentence in tools.xml 2015-06-10 17:41:01 -07:00
Michael Ball 51ee69b7df update tools with Brain's ignore block 2014-11-18 17:30:41 -08:00
Michael Ball 161fc118e6 Minor improvements to tools blocks
* Uses the split block for word to list
* Uses the split block for sentence to list
* Removes the word to list block from the words and sentences library
(since it was promoted to the tools library)

The use of the split block makes the two blocks essentially a wrapper
function, and it should improve the performance of the two blocks when
used in projects. They function identically to the current versions.
2014-07-26 20:26:54 -07:00
Michael Ball bc8004f8cd Tools.xml: Update tools with word->list block 2014-07-09 00:26:03 -07:00
Michael Ball 9b61309691 use right arrow for list tools blocks; update images and symlink for compatibility 2014-05-06 01:43:36 -07:00
Nathan Dinsmore 4c9fee58ee Fixed a number of whitespace inconsistencies 2013-04-08 21:49:31 -04:00
jmoenig f593f67d50 Cloud #signup URL switch
adding #signup to the URL directly opens the cloud signup dialog.
http://snap.berkeley.edu/snapsource/snap.html#signup
2013-03-18 16:07:39 +01:00
jmoenig 0b510366d2 Creation 2013-03-16 09:02:16 +01:00