Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/talogo.py
Commit message (Expand)AuthorAgeFilesLines
* pass arguments to Primitive objects without calling the args firstMarion2013-08-211-17/+32
* simplify code for turning an action stack into pseudocodeMarion2013-08-191-3/+2
* simplify code for turning action stacks into pseudocodeMarion2013-08-191-7/+1
* use a utility function to get the name of a stack from the blocksMarion2013-08-161-11/+12
* add Primitives for all 'hat' and 'stack' blocks (not yet exportable)Marion2013-08-161-6/+28
* add Primitives for all 'box' and 'store-in' blocks (not yet exportable)Marion2013-08-151-0/+30
* Merge branch 'master' into primitive-classMarion2013-08-111-1/+1
|\
| * use the value '%nothing%' only in talogo, and None elsewhereMarion2013-07-251-1/+1
* | rename the LogoCode's loop function to prim_loopMarion2013-08-091-1/+1
* | add Primitives for the 'if-then' and 'if-then-else' blocksMarion2013-08-091-0/+17
* | when running exported code, show errors in the status barMarion2013-08-021-1/+4
* | when running exported code, print the traceback of errors to stderrMarion2013-08-021-8/+16
* | make 'clean' block fully exportable and make exported code runMarion2013-07-311-1/+2
* | add Primitive object for 'clean' blockMarion2013-07-311-2/+5
* | enable the execution engine of talogo to be used by exported codeMarion2013-07-301-7/+10
* | fix execution of loop blocksMarion2013-07-261-1/+1
* | make 'forever' block exportableMarion2013-07-261-2/+8
* | Merge branch 'master' into forever-blockMarion2013-07-251-3/+5
|\ \ | |/
| * HiddenBlock inherits from Block, which has new utility methods for value blocksMarion2013-07-241-26/+9
| * add restore_state method used by some plugins, confusionsWalter Bender2013-07-231-0/+1
* | implement actual export functionalityMarion2013-07-191-0/+4
* | move retrieving of the value of value blocks from talogo to tablockMarion2013-07-181-23/+5
* | add Primitive for the 'start' blockMarion2013-07-181-0/+5
* | taexportpython: generate the exported file and fill it with some setup codeMarion2013-07-181-2/+2
* | Primitive for 'repeat' block, based on general loop defined in talogoMarion2013-07-141-0/+13
* | finding out first argument requirements of a Primitive is now done in PrimitiveMarion2013-07-111-6/+0
* | use Primitive instances without lambda function around them ('back' block only)Marion2013-07-101-0/+6
|/
* Merge remote-tracking branch 'mainline/turtle-centric-2'Marion2013-07-031-21/+27
|\
| * migrate to turtle-centric modelWalter Bender2013-06-251-21/+27
* | add some in-code documentation (test commit)Marion2013-06-061-1/+7
|/
* pep8 cleanupWalter Bender2013-05-221-13/+15
* change type()== to isisintanceWalter Bender2013-05-051-16/+14
* some XO4-related changes and clean upWalter Bender2013-04-011-0/+2
* restructure for staging export pythonWalter Bender2013-03-221-9/+8
* more code cleanupWalter Bender2013-02-101-5/+5
* pyflake cleanupWalter Bender2013-02-101-2/+0
* make rtfparse import optionalWalter Bender2013-01-181-3/+8
* clean up value block updatesWalter Bender2012-12-231-0/+4
* disable hover help when runningWalter Bender2012-12-231-0/+13
* clean up aftr hitting StopWalter Bender2012-12-221-0/+3
* remove old codeWalter Bender2012-11-141-1/+0
* use stop_plugins() method instead of repeating codeWalter Bender2012-11-081-2/+1
* tristate button: stop, show, hideWalter Bender2012-07-251-3/+3
* move entire drag group when relabeling boxesWalter Bender2012-07-211-3/+7
* Update labels on named boxes when running in debug modeWalter Bender2012-07-211-4/+27
* caught sugar import in non-sugar versionWalter Bender2012-07-161-3/+7
* fix problem with nested while loopsWalter Bender2012-07-091-4/+2
* revert more of disappearing patch to fix while, until nestingWalter Bender2012-07-071-7/+8
* recommit lost commit 3ff08dcad6a5b25c170631646bef42da9aef2010Walter Bender2012-07-071-3/+10
* refactoring of sandwich blocks to use clampWalter Bender2012-07-051-3/+0