https://github.com/tjvr/kurt

sort by:
Revision Author Date Message Commit Date
8603daf Bump version 06 November 2013, 23:58:09 UTC
63b15c0 Hotfix: list watchers now show up in "children" too. 06 November 2013, 23:42:38 UTC
be672f6 scratch14: Thumbnail save fix Fixes #13 05 October 2013, 08:20:36 UTC
8c417ff Make Project.thumbnail an Image, not a Costume. This is a *mostly* backwards-compatible change. 02 October 2013, 20:10:26 UTC
c1ce11f Rework Features and add "First-class Lists" 02 October 2013, 20:10:26 UTC
1e3091f Add Insert.copy 02 October 2013, 20:10:25 UTC
175cf3f Make sure Colors have int values 02 October 2013, 20:10:25 UTC
3989b5a Update Python version requirement in Readme. 02 October 2013, 20:07:54 UTC
81ef120 Bump version 25 August 2013, 20:01:03 UTC
fdff154 Project.load should not close passed in file-like object Fixes #12 25 August 2013, 19:58:11 UTC
8c8adfa Bump version 24 August 2013, 11:44:00 UTC
f5dfdca Fix: "play until done" shouldn't be unevaluated 24 August 2013, 11:41:12 UTC
8d04819 Merge branch 'kurt2' Conflicts: kurt/__init__.py setup.py 05 August 2013, 21:56:29 UTC
73f4813 Remove docs warning 05 August 2013, 21:53:56 UTC
6907c3e Some small changes; update todo 05 August 2013, 21:53:42 UTC
b72ce0c Fix Project.save when using self.path 05 August 2013, 21:43:03 UTC
74ca1c8 Remove unused compiler 05 August 2013, 21:42:46 UTC
9cd07fc parser: Tweak errors 05 August 2013, 21:35:02 UTC
c20258b Block/Script stringify/reprs: Use spaces instead of tabs 05 August 2013, 21:34:32 UTC
b0ee4c2 Don't raise error for obsolete blocks 05 August 2013, 21:34:09 UTC
b410895 Update Readme 05 August 2013, 21:32:36 UTC
adab456 parser: Include expected attribute on SyntaxError 02 August 2013, 22:21:53 UTC
d97d192 Fixes 02 August 2013, 21:39:21 UTC
98e2eab Normalize makes watchers if needed 02 August 2013, 21:38:57 UTC
7484b56 Update docs, rename to "API" 01 August 2013, 21:51:24 UTC
bb13d15 Rename TranslatedBlockType -> PluginBlockType BlockType.translate -> BlockType.convert BlockType.translations -> BlockType.conversions BlockType.has_translation -> BlockType.has_conversion 01 August 2013, 21:33:54 UTC
0099c4f Add BlockType.has_translation 01 August 2013, 21:12:19 UTC
3fee835 Update doc 01 August 2013, 21:11:41 UTC
2173525 Parser tweaks 01 August 2013, 21:10:34 UTC
9178af8 Add Insert.unevaluated 01 August 2013, 21:10:18 UTC
24bf7a8 scratch14: Don't crash without thumbnail 25 July 2013, 16:58:00 UTC
d7d5d88 Copy TranslatedBlockTypes before adding to Kurt.blocks 21 July 2013, 16:01:45 UTC
6c82194 scratch14: Major rewrite of user objects and obj table; drop files.py 21 July 2013, 15:26:45 UTC
988717a scratch14: Remove BinaryFile; simplify WatcherMorph defaults 20 July 2013, 19:11:42 UTC
cc9507d Update todo 20 July 2013, 19:03:45 UTC
68c7718 scratch14: Clean up some more, revert names of Stage, Sprite, Image, Sound 20 July 2013, 12:45:31 UTC
d5f605e scratch14: Move all conversion code to separate Serializer class 20 July 2013, 12:35:16 UTC
cd567d9 scratch14: Move load_watcher, save_watcher to separate functions 20 July 2013, 12:14:02 UTC
16ae64d scratch14: Remove unneeded functions: built, normalize, etc 20 July 2013, 12:05:50 UTC
b0b0878 scratch14: Remove unneeded WatcherMorph defaults; remove unneeded bounds 20 July 2013, 11:21:03 UTC
dbc7b50 scratch14: Remove unused code 20 July 2013, 10:46:57 UTC
17091d0 Minor cleanup 20 July 2013, 10:16:37 UTC
41d906d scratch14: Remove unneeded blocks_by_cmd 20 July 2013, 08:45:16 UTC
10f11b3 scratch14: Remove construct.text based blockspecs parser 20 July 2013, 08:29:25 UTC
2cda742 scratch14: Remove S14BlockType 20 July 2013, 08:29:25 UTC
da7744f Make color Insert default not random. 20 July 2013, 08:29:21 UTC
ff757c2 Clean up blocks2raw, todo files 19 July 2013, 14:13:22 UTC
4e71442 scratch14: Categorise "when clicked" block 19 July 2013, 11:46:59 UTC
0cb9410 Fix Comment.copy 14 July 2013, 16:26:44 UTC
63e2cf1 Don't close file pointers 14 July 2013, 15:55:36 UTC
f602ad7 Release-candidate version 14 July 2013, 15:42:43 UTC
a07e686 Rename scratch20 plugin arguments (path -> fp) 14 July 2013, 15:41:02 UTC
2a7c000 Allow passing file pointers to Project.load/Project.save; plugins take file pointers instead of path. 14 July 2013, 14:31:06 UTC
1bf4fbd Parser: ignore broadcast tokens 12 July 2013, 20:34:03 UTC
206cc97 Parser doc 12 July 2013, 20:31:30 UTC
8b2c30f Fix string insert stringify(); make broadcast stringify as string 12 July 2013, 20:31:18 UTC
c49d255 New parser; drop PLY requirement 12 July 2013, 14:11:47 UTC
8c8c30c Broadcast insert options 12 July 2013, 14:04:14 UTC
920f379 stringify() now uses simple () brackets; add block_plugin=True argument 12 July 2013, 12:06:42 UTC
831b54a Add some attribute insert options 12 July 2013, 10:20:46 UTC
67a34ec Update todo 12 July 2013, 10:20:35 UTC
1d5a8d5 Fix list item insert options 11 July 2013, 09:34:07 UTC
576fe4e Return TranslatedBlockType.format (to replace TranslatedBlockType.plugin) 10 July 2013, 16:04:49 UTC
3ae1027 Remove TranslatedBlockType.plugin 09 July 2013, 17:05:29 UTC
662bf91 Update Readme 09 July 2013, 15:59:42 UTC
c9d2a7f Update todo 09 July 2013, 05:55:11 UTC
6ed7efe Doc CustomBlockType 09 July 2013, 05:48:30 UTC
b47368e Fix setup 09 July 2013, 05:48:21 UTC
fc28f5d scratch20: fix custom blocks 07 July 2013, 15:23:09 UTC
579cd3e Allow '.' in clean_filename 07 July 2013, 15:22:41 UTC
a502847 scratch14: fix saving rotation centers 07 July 2013, 15:22:09 UTC
fc637cb Nicer unsupported wave file errors 07 July 2013, 15:18:29 UTC
877bad9 Tiny bit of cleanup 07 July 2013, 14:31:24 UTC
d26ed0b Various block fixes 07 July 2013, 14:25:36 UTC
c6bc867 Fix Scriptable._normalize when there's no costume 07 July 2013, 14:05:07 UTC
1f4eff3 Update todo; delete @done 07 July 2013, 13:29:52 UTC
1f30351 Sort scripts by y position 07 July 2013, 13:29:48 UTC
71fccaa Remove underscores from insert options: _mouse_ -> mouse-pointer, _edge_ -> edge, _myself_ -> myself 07 July 2013, 13:12:51 UTC
df3d904 Change plugin.make_blocks() method -> plugin.blocks list 07 July 2013, 12:47:25 UTC
4ba4332 Add a bunch of tests from earlier 07 July 2013, 12:33:13 UTC
8d20df1 Examples scripts allow either .sb or .sb2 07 July 2013, 12:27:21 UTC
8114eb2 Correct default Sprite direction 07 July 2013, 12:18:34 UTC
4d03196 Update todo 07 July 2013, 12:14:19 UTC
f2b5935 scratch20: Images with text 07 July 2013, 12:12:45 UTC
b5203c4 Stage.backgrounds setter 07 July 2013, 11:20:07 UTC
9a321dd scratch14: save sounds 07 July 2013, 11:02:49 UTC
f646445 scratch14: load sounds 07 July 2013, 08:47:59 UTC
ec48597 scratch20: Sounds 06 July 2013, 08:12:22 UTC
76e54f9 Fix Watcher target copying 06 July 2013, 07:53:56 UTC
42cabeb Sound, Waveform interfaces 06 July 2013, 07:23:34 UTC
63fb216 Don't warn for ambigious arg to BlockType.get when unnecessary 03 July 2013, 16:08:15 UTC
d21e464 Reorder submodule imports 03 July 2013, 13:27:42 UTC
6a7021c Fix stringify() empty boolean inserts 03 July 2013, 13:27:30 UTC
075244c Allow CustomBlockTypes as argument to Block 03 July 2013, 13:23:15 UTC
fb847e1 Custom blocks (scratch20) 03 July 2013, 13:01:33 UTC
83fb54c Clean up BlockType 03 July 2013, 12:47:06 UTC
06f4318 Fix Image.new parameter ordering 03 July 2013, 12:43:30 UTC
bc569d3 Fix Script.copy 03 July 2013, 12:39:16 UTC
46a4cc6 Tweak block errors 03 July 2013, 12:39:16 UTC
0a0b2b8 Workaround BlockTypes with different arguments: 'stop' and 'forever if' 03 July 2013, 12:39:04 UTC
back to top