aboutsummaryrefslogtreecommitdiff
path: root/config/Outdoor.xml
Commit message (Collapse)AuthorAge
* 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.
* Added ResponseMover to facilitate spawn and run responses. ModifiedGravatar Russell Cohen2011-01-12
| | | | simplemapper to fix a bug with null responses.
* Merge branch 'master' into behaviorsGravatar Russell Cohen2011-01-12
|\ | | | | | | | | Conflicts: LightInstallation.py
| * Some config changes to make everything a little more palatable.Gravatar rcoh2011-01-11
| |
* | 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
| | | | | lambda expressions. Faster exp with approximated fastexp. Some changes to the component registry.
* 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.
* Merge branch 'bens-cleanup' of github.com:rcoh/SmootLightGravatar rcoh2011-01-04
|\ | | | | | | | | | | | | Conflicts: operationscore/Input.py pixelevents/DecayEvent.py util/ColorOps.py
| * 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 ↵Gravatar rcoh2011-01-03
| | | | | | | | implemented.
* | Not sure if this works.Gravatar rcoh2011-01-03
| |
* | Changed default mode of xml merging to merge instead of replace. Added some ↵Gravatar rcoh2011-01-02
| | | | | | | | | | | | | | syntactic sugar in xml file -- attributes on Class-Level items will be automatically added to their args dict. This is designed for easy specification of Id etc. when you are Inheriting from another class.
* | setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|/
* 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
* all done w/ pixel regions. will be merged to master in future.Gravatar rcoh2010-12-22
|
* Done with pixel regions, with demo in behaviors/AllPixelsLeft.py. Need to ↵Gravatar rcoh2010-12-22
| | | | | | finish up support for multiple mappers.
* About halfway done with support for pixel regions. Modified the component ↵Gravatar rcoh2010-12-22
| | | | | | registry a bit. Added support for multiple pixel mappers (and along with that, default components). RCOH
* A little bit more util stuff. Migrated the component registry to the ↵Gravatar rcoh2010-12-20
| | | | | | ComponentRegistry module. Almost done.
* 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.