aboutsummaryrefslogtreecommitdiff
path: root/pixelevents
Commit message (Collapse)AuthorAge
* Added JPGInput to process images. Modified Input and LightInstallation to ↵Gravatar rcoh2011-02-17
| | | | | | support passing multiple inputs simultaeneously. Added FadeIn Pixel event. Needs work / configurability.
* Picking up some files that were lost.Gravatar rcoh2011-01-28
|
* 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.
* Some new stuff. Fixed a bug where screen responses weren't being ↵Gravatar rcoh2011-01-24
| | | | | | synchronized. Now they are. Added XYMove to do a bouncy behavior.
* Bouncing behavior. Working out a weird bug. Threading may be involved?Gravatar rcoh2011-01-22
|
* Added a new config file to run the upstairs lights. Modified PixelMapper toGravatar Russell Cohen2011-01-21
| | | | track cache hits. Added 60-strip layouts and renderer configs.
* 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.
* worked on profiling, made a bunch of changes, huge speedup!Gravatar Thomas B Thompson2011-01-04
|
* About halfway done with the Util cleanup. Some stuff left to do with ↵Gravatar rcoh2010-12-15
| | | | scoping etc.
* 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 BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
| | | | | | parameter to PygameInput to support following of mice. Added component registry to Util which allows any component to access any other component. Some changes to the structure of LightInstallation.
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24