summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement Scratch 2.0 `get_specs` commandget-specsblob81082014-02-042-10/+19
|
* Don't show `problem`, `is working` and `reset` blocks in Snap!.blob81082014-01-113-33/+7
| | | | Closes #11.
* Replace ridiculous "optional" argument `is_browser`blob81082014-01-113-5/+3
|
* Don't recognise Snap! as a browser, take twoblob81082014-01-091-2/+3
|
* Fix `problem` and `reset` built-in blocks.blob81082014-01-072-6/+22
|
* Use docstrings as help text for Snap! blocksblob81082014-01-072-11/+68
| | | | Closes #9.
* Remove todosblob81082014-01-071-3/+0
|
* Make Snap! predicates actually return <true> and <false>blob81082014-01-071-9/+70
| | | | Fixes #8
* Fix further_examples.py for Python 3blob81082014-01-071-2/+2
|
* Make `problem` and `reset` accessible in Snap! tooblob81082014-01-073-14/+26
| | | | Fixes #7
* Allow Blockext vars in block textblob81082014-01-071-1/+5
|
* Cleanup (whoops)blob81082014-01-061-15/+0
|
* Don't recognise Snap! as a browserblob81082014-01-061-1/+9
| | | | | | Uses "X-Application" header in anticipation of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/pull/295 Fixes #1
* Whoops, blocking reporters aren't a thing.blob81082014-01-061-2/+2
|
* Update further_examples.pyTechnoboy102014-01-051-2/+2
| | | Just for the moment, I commented out the blocking reporter
* Update further_examples.pyTechnoboy102014-01-051-3/+2
| | | I have no idea what that stuff is, but this is a good temp fix
* Move further examples to separate fileblob81082014-01-052-57/+63
|
* Add `problem` and `reset` decoratorsblob81082014-01-053-4/+29
| | | | Fixes #5
* Variable filenames for handlersblob81082014-01-054-10/+21
| | | | Fixes #2
* Decode Unicode from Scratch inputs correctlyblob81082014-01-051-2/+14
| | | | Fixes #3.
* Create empty readmeblob81082014-01-051-0/+4
|
* Update todosblob81082014-01-052-2/+2
|
* Fix blocking reportersblob81082014-01-054-19/+21
|
* Scratch blocking reportersblob81082014-01-053-3/+30
|
* Initialblob81082014-01-055-29/+531
|
* Initialblob81082013-12-191-0/+43