aboutsummaryrefslogtreecommitdiff
path: root/util/ComponentRegistry.py
Commit message (Collapse)AuthorAge
* Code cleanup. Made Oval behavior (circle with h/w).Gravatar rcoh2011-02-16
|
* Fixed some threading bugs. Modified LightInstallation.py so that Behaviors ↵Gravatar rcoh2011-02-14
| | | | | | are *Only* run if they are marked to be rendered. Fixed a threading issue tied to the component registry.
* 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.
* a couple more behavior additionsGravatar rcoh2011-01-16
|
* some improvements to behavior chain. A "Square" BehaviorGravatar Russell Cohen2011-01-10
|
* Some performance improvements. Faster evaluation of range-based queries withGravatar Russell2011-01-10
| | | | | lambda expressions. Faster exp with approximated fastexp. Some changes to the component registry.
* About halfway done with support for pixel regions. Modified the component ↵Gravatar rcoh2010-12-22
| | | | | | registry a bit. Added support for multiple pixel mappers (and along with that, default components). RCOH
* A little bit more util stuff. Migrated the component registry to the ↵Gravatar rcoh2010-12-20
ComponentRegistry module. Almost done.