aboutsummaryrefslogtreecommitdiff
path: root/layouts
Commit message (Collapse)AuthorAge
* 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 config changes to make everything a little more palatable.Gravatar rcoh2011-01-11
|
* Some performance improvements -- we also synchronize all the frames, giving ↵Gravatar rcoh2011-01-04
| | | | | | us a meaning that even if things slow down, rendering doesn't look weird.
* Inheritence now happens at all levels on reading of config files. No ↵Gravatar rcoh2010-12-29
| | | | | | additional resolution of inheritances should be necessary. RCOH
* Modify LightInstallation to resolve inheritances. In the future, we may ↵Gravatar rcoh2010-12-26
| | | | | | | improve the functionality of loadConfigFile to pick up all inheritences, but right now it only handles inheritences at the first non-tree level
* Renaming LayoutEngine to PixelAssemblerGravatar Russell Cohen2010-11-25
|
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24