aboutsummaryrefslogtreecommitdiff
path: root/TestAll.py
Commit message (Collapse)AuthorAge
* Modified the test code to automatically pick up new tests. Just add your ↵Gravatar rcoh2011-02-12
| | | | | | | | | test file to tests/__init__.py. Fixed a bug in ZigZagLayout. Added the BehaviorQuerySystem to allow querying on behaviors. Added the "ModulateColor" behavior which will continually shift a color along the HSV plane. Added TestBQS to test the behavior query system. Modified Behavior to have a getLastOutput and setLastOutput method.
* some improvements to behavior chain. A "Square" BehaviorGravatar Russell Cohen2011-01-10
|
* some testcode that should be in the testing branch, but w/e. A method to ↵Gravatar rcoh2010-12-25
composite to xml trees, and a unit test to test it.