aboutsummaryrefslogtreecommitdiff
path: root/behaviors/ModifyParam.py
Commit message (Collapse)AuthorAge
* Code cleanup. Made Oval behavior (circle with h/w).Gravatar rcoh2011-02-16
|
* Added a circle behavior to make circles. Added ContinuousCenterInput to do ↵Gravatar rcoh2011-02-13
| | | | | | what it says. Modified SimpleMapper a bit.
* Doc change. Merge experimental.Gravatar rcoh2011-01-27
|
* Merge branch 'experimental'Gravatar rcoh2011-01-27
|\ | | | | | | | | Conflicts: config/6thFloor.xml
* | A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. ↵Gravatar rcoh2011-01-27
| | | | | | | | | | | | Fixed a massive bug that increases performance in by up to a factor of 60. A bunch of new behaviors for the class.
| * Fancy param modificationGravatar rcoh2011-01-25
|/
* Rewrite of Behavior parent class to suck less. Lots of bug fixes. AddedGravatar Russell Cohen2011-01-20
| | | | 'RestrictLocation' which allows events to fire based on their location.
* 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
* Code for the demo. Everything works afaik. Contains a couple more ↵Gravatar rcoh2010-12-08
optimizations. Contains modify param behavior. Improved support for recursive hooks. Modifications to SmootCoreObject to get us closer to a fully multi-threaded system. This should be the last commit directly to master. All further commits should be on subranches and get merged.