aboutsummaryrefslogtreecommitdiff
path: root/layouts/C5SignLayout.xml
Commit message (Collapse)AuthorAge
* changed C5Sign layout to reflect accurate originGravatar dxiao2011-02-13
|
* Note that y coordinates in Layout must be subtracted from 24Gravatar rcoh2011-02-13
|
* new c5 layout.Gravatar dxiao2011-02-13
|
* 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.