Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* turn an error during type conversion into a TATypeErrortype-systemMarion2013-10-081-12/+17
* always accept lambda functions as arguments (even though their type is unknown)Marion2013-10-081-21/+36
* pass the LogoCode instance to any lambda function wrapped in a PrimitiveMarion2013-10-081-1/+1
* Merge remote-tracking branch 'mainline/master' into type-systemMarion2013-10-0717-1085/+1571
|\
| * add support for querying remote turtle position, headingWalter Bender2013-10-072-0/+64
| * News for v191Walter Bender2013-10-072-1/+10
| * Merge branch 'master' of git.sugarlabs.org:turtleart/mainlineWalter Bender2013-10-062-1054/+1049
| |\
| | * Commit from Sugar Labs: Translation System by user HoboPrimate.: 431 of 431 m...Pootle daemon2013-09-301-4/+3
| | * Commit from Sugar Labs: Translation System by user HoboPrimate.: 430 of 431 m...Pootle daemon2013-09-301-533/+536
| | * Merge branch 'master' of git.sugarlabs.org:turtleart/mainlinePootle daemon2013-09-266-0/+393
| | |\
| | * \ Merge branch 'master' of git.sugarlabs.org:turtleart/mainlinePootle daemon2013-09-245-23/+23
| | |\ \
| | * | | Commit from Sugar Labs: Translation System by user cjl.: 231 of 431 messages ...Pootle daemon2013-09-231-519/+512
| | * | | Merge branch 'master' of git.sugarlabs.org:turtleart/mainlinePootle daemon2013-09-161-5/+11
| | |\ \ \
| | * \ \ \ Merge branch 'master' of git.sugarlabs.org:turtleart/mainlinePootle daemon2013-09-066-32/+47
| | |\ \ \ \
| | * | | | | Commit from Sugar Labs: Translation System by user cjl.: 55 of 431 messages t...Pootle daemon2013-09-011-510/+485
| * | | | | | fix bug in collaboration: don't share during showWalter Bender2013-10-063-7/+8
| | |_|_|_|/ | |/| | | |
| * | | | | new sample projectWalter Bender2013-09-262-0/+126
| * | | | | new sample projectWalter Bender2013-09-262-0/+110
| * | | | | adjust graysWalter Bender2013-09-261-147/+153
| * | | | | clean upWalter Bender2013-09-261-151/+151
| * | | | | new sample projectWalter Bender2013-09-262-0/+151
| | |_|_|/ | |/| | |
| * | | | use utf-8 encoding for unicode stringsWalter Bender2013-09-235-23/+23
| | |_|/ | |/| |
* | | | format documentation about type systemMarion2013-09-201-13/+16
* | | | extend documentation of type system (more on creating a new type)Marion2013-09-201-0/+33
* | | | add some documentation about the type systemMarion2013-09-201-0/+80
* | | | fix another bug with exporting action stacks with non-string namesMarion2013-09-161-0/+2
* | | | clean up pyexported.window_setupMarion2013-09-161-56/+5
* | | | fix export of 'define action stack' block with non-string argumentMarion2013-09-161-0/+3
* | | | don't import tautils.convert into tawindowMarion2013-09-161-1/+1
* | | | clean up taprimitive and tatypeMarion2013-09-162-9/+6
* | | | always setup the cameras when running exported codeMarion2013-09-161-2/+3
* | | | start the plugins (tell them we're running) when the exported code is runMarion2013-09-162-2/+13
* | | | show the NAN logoerror if a block wants a number but gets a non-numberMarion2013-09-162-43/+44
* | | | fix export of 'f(x)' blockMarion2013-09-164-6/+27
* | | | add Primitive for the 'f(x)' blockMarion2013-09-163-42/+52
* | | | simplify the function that executes a user-defined python functionMarion2013-09-161-15/+5
* | | | remove extraneous blank lines in exported code, making it pep8-compliant :)Marion2013-09-131-5/+0
* | | | codegen: remove whitespace after 'return' when there's no return valueMarion2013-09-131-1/+2
* | | | Merge branch 'fix-turtle-sprite-heading' into type-systemMarion2013-09-131-5/+11
|\ \ \ \ | |/ / /
| * | | update the heading of the turtle sprite after the 'left' or 'right' blockMarion2013-09-131-5/+11
| | |/ | |/|
* | | remove obsolete TODOs in the codeMarion2013-09-134-35/+4
* | | exported 'print' block: print to status bar and to consoleMarion2013-09-131-0/+7
* | | add Primitive for the 'print heap' block (using tw.print_())Marion2013-09-132-11/+8
* | | remove obsolete utility function ast_to_value()Marion2013-09-121-21/+5
* | | make Media objects exportableMarion2013-09-123-6/+25
* | | use class for media objects instead of prefixed stringsMarion2013-09-125-92/+124
* | | insert 'yield True' after every call to time.sleep() in the exported codeMarion2013-09-121-1/+1
* | | add Primitive for the 'print' blockMarion2013-09-122-47/+45
* | | change 2nd dock of the clamp-style-collapsed style from 'unavailable' to 'flow'Marion2013-09-121-1/+1
* | | add repr() method for Block instancesMarion2013-09-121-0/+7