aboutsummaryrefslogtreecommitdiff
path: root/util/BehaviorQuerySystem.py
Commit message (Collapse)AuthorAge
* Added an override of setLastOutput to square.py. Added some pre-built ↵Gravatar rcoh2011-02-12
| | | | | | | queries into the BQS. Modified the default behavior or setLastOutput to make a deep copy of ouput to prevent accidental interference.
* Added some new tests to BehaviorQuerySystem.py which demonstrate how to use ↵Gravatar rcoh2011-02-12
| | | | it. Fixed a bug in BQS.
* 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.