aboutsummaryrefslogtreecommitdiff
path: root/behaviors/RecursiveDecay.py
Commit message (Collapse)AuthorAge
* 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.
* 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.
* 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.
* Added support for RecursiveHooks, RecursiveBehaviors and GaussianMapperGravatar Russell Cohen2010-12-01
supporting Gaussian based pixel mapping.