aboutsummaryrefslogtreecommitdiff
path: root/pixelmappers/SimpleMapper.py
Commit message (Expand)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 w...Gravatar rcoh2011-02-13
* A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. Fixed...Gravatar rcoh2011-01-27
* Rewrite of Behavior parent class to suck less. Lots of bug fixes. AddedGravatar Russell Cohen2011-01-20
* Added ResponseMover to facilitate spawn and run responses. ModifiedGravatar Russell Cohen2011-01-12
* 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
* Some performance improvements -- we also synchronize all the frames, giving u...Gravatar rcoh2011-01-04
* Early stages of making simplemapper use bsearchGravatar rcoh2011-01-04
* fixed a bug caused by util stuff. some new functionality, not all fully impl...Gravatar rcoh2011-01-03
* Done with pixel regions, with demo in behaviors/AllPixelsLeft.py. Need to fi...Gravatar rcoh2010-12-22
* About halfway done with support for pixel regions. Modified the component re...Gravatar rcoh2010-12-22
* Merge branch 'master' into pixelregionsGravatar rcoh2010-12-20
|\
| * Util cleanup is done! Util.py is now refactored into the util module. Woo! RCOHGravatar rcoh2010-12-20
* | early stages of support for pixel regionsGravatar rcoh2010-12-14
|/
* Add PixelMapper functionality to abstract away from mapping locations->Pixels.Gravatar Russell Cohen2010-11-26