aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
Commit message (Expand)AuthorAge
* Added JPGInput to process images. Modified Input and LightInstallation to su...Gravatar rcoh2011-02-17
* Code cleanup. Made Oval behavior (circle with h/w).Gravatar rcoh2011-02-16
* Fixed some threading bugs. Modified LightInstallation.py so that Behaviors a...Gravatar rcoh2011-02-14
* Merge branch 'objprops'Gravatar rcoh2011-02-12
|\
| * Add new behaviors to the BQSGravatar rcoh2011-02-12
* | 6thFloorOsc commented out renderer to lights, default LightInstallation confi...Gravatar Daniel2011-01-29
|/
* Lots of stuff INCOMPLETEGravatar rcoh2011-01-28
* Merge branch 'osc'Gravatar rcoh2011-01-27
|\
* | A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. Fixed...Gravatar rcoh2011-01-27
| * Adding an OSC input.Gravatar Dan2011-01-25
|/
* Some new stuff. Fixed a bug where screen responses weren't being synchronize...Gravatar rcoh2011-01-24
* Bouncing behavior. Working out a weird bug. Threading may be involved?Gravatar rcoh2011-01-22
* removing pygame dependencies where they are not needed -RCOHGravatar rcoh2011-01-12
* Merge branch 'master' into behaviorsGravatar Russell Cohen2011-01-12
|\
| * Merge branch 'stability' of github.com:rcoh/SmootLightGravatar Russell Cohen2011-01-10
| |\
* | | some improvements to behavior chain. A "Square" BehaviorGravatar Russell Cohen2011-01-10
|/ /
| * Worked on getting the threading stuff consolidated in ThreadedSmootCoreObject...Gravatar Thomas B Thompson2011-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
* Merge branch 'bens-cleanup' of github.com:rcoh/SmootLightGravatar rcoh2011-01-04
|\
| * worked on profiling, made a bunch of changes, huge speedup!Gravatar Thomas B Thompson2011-01-04
* | fixed a bug caused by util stuff. some new functionality, not all fully impl...Gravatar rcoh2011-01-03
* | Changed default mode of xml merging to merge instead of replace. Added some ...Gravatar rcoh2011-01-02
* | Inheritence now happens at all levels on reading of config files. No additio...Gravatar rcoh2010-12-29
* | setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|/
* Modify LightInstallation to resolve inheritances. In the future, we may impr...Gravatar rcoh2010-12-26
* Merge branch 'logging'Gravatar rcoh2010-12-25
|\
| * done with logging stuff -- pretty simple, just need to import from logger mod...Gravatar Thomas B Thompson2010-12-24
* | A bit of cleanup.Gravatar rcoh2010-12-22
* | About halfway done with support for pixel regions. Modified the component re...Gravatar rcoh2010-12-22
* | A little bit more util stuff. Migrated the component registry to the Compone...Gravatar rcoh2010-12-20
* | About halfway done with the Util cleanup. Some stuff left to do with scoping...Gravatar rcoh2010-12-15
|/
* Code for the demo. Everything works afaik. Contains a couple more optimizat...Gravatar rcoh2010-12-08
* Speed optimizations abound! Caching on parameter validation, BinaryGravatar Russell Cohen2010-12-03
* Added support for RecursiveHooks, RecursiveBehaviors and GaussianMapperGravatar Russell Cohen2010-12-01
* Making recursive behaviors work. Some bugs existed before. Adding runningGravatar Russell Cohen2010-11-29
* Add PixelMapper functionality to abstract away from mapping locations->Pixels.Gravatar Russell Cohen2010-11-26
* Renaming LayoutEngine to PixelAssemblerGravatar Russell Cohen2010-11-25
* Added BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24
* First Commit with the code. In process of doing some refactoring.Gravatar Russell Cohen2010-11-23