aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAge
* Code cleanup. Made Oval behavior (circle with h/w).Gravatar rcoh2011-02-16
|
* Fixed some threading bugs. Modified LightInstallation.py so that Behaviors ↵Gravatar rcoh2011-02-14
| | | | | | are *Only* run if they are marked to be rendered. Fixed a threading issue tied to the component registry.
* Added TimeSwitch to switch between behaviors at set time intervalsGravatar rcoh2011-02-13
|
* Added an override of setLastOutput to square.py. Added some pre-built ↵Gravatar rcoh2011-02-12
| | | | | | | queries into the BQS. Modified the default behavior or setLastOutput to make a deep copy of ouput to prevent accidental interference.
* Added some new tests to BehaviorQuerySystem.py which demonstrate how to use ↵Gravatar rcoh2011-02-12
| | | | it. Fixed a bug in BQS.
* Modified the test code to automatically pick up new tests. Just add your ↵Gravatar rcoh2011-02-12
| | | | | | | | | test file to tests/__init__.py. Fixed a bug in ZigZagLayout. Added the BehaviorQuerySystem to allow querying on behaviors. Added the "ModulateColor" behavior which will continually shift a color along the HSV plane. Added TestBQS to test the behavior query system. Modified Behavior to have a getLastOutput and setLastOutput method.
* Early stages of support for interbehavior interactions. Fixed a bug in the ↵Gravatar rcoh2011-02-09
| | | | | | config eval and added some new tests.
* Early stages of param-binding in xml. Functional. RCOHGravatar rcoh2011-02-05
|
* Merge branch 'fridaydemo' of https://github.com/smootlight2/SmootLight into ↵Gravatar rcoh2011-01-29
|\ | | | | | | smootlight2-fridaydemo
* | couple changes. Merge of friday demo.Gravatar rcoh2011-01-29
| |
| * New Flasher behavior which fades colors in and out.Gravatar Jim Salem2011-01-28
| | | | | | | | | | Several new color functions. Created a "firefly" demo (moving colored bubbles that fade in and out)
* | Lots of stuff INCOMPLETEGravatar rcoh2011-01-28
|/
* Added HTMLInput, SmootWind behavior, and a config file for testing.Gravatar eugue2011-01-27
|
* 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.
* 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.
* a couple more behavior additionsGravatar rcoh2011-01-16
|
* 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 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 'performance'Gravatar rcoh2011-01-04
|\ | | | | | | | | | | Conflicts: config/Outdoor.xml util/ColorOps.py
* \ 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.
* | | Inheritence now happens at all levels on reading of config files. No ↵Gravatar rcoh2010-12-29
| | | | | | | | | | | | | | | | | | additional resolution of inheritances should be necessary. RCOH
| | * Merge branch 'configimprovements' into performanceGravatar rcoh2010-12-29
| | |\ | |_|/ |/| | | | | | | | Conflicts: util/ColorOps.py
| | * early.Gravatar rcoh2010-12-29
| |/
* / setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|/
* a bugfix in APL. Support and a unit test for behavior inheritance. It now ↵Gravatar rcoh2010-12-26
| | | | | | | happens automatically when the config is loaded. Simply use Config.loadConfigFile(fileName) to leverage the functionality.
* some testcode that should be in the testing branch, but w/e. A method to ↵Gravatar rcoh2010-12-25
| | | | | | composite to xml trees, and a unit test to test it.
* Merge branch 'master' into configimprovementsGravatar rcoh2010-12-25
|\ | | | | | | | | Conflicts: util/Strings.py
| * added test directory for unittests and an example skeleton unit test. WRITE ↵Gravatar rcoh2010-12-25
| | | | | | | | | | | | TESTS FOR STUFF YOU WRITE. PLZ. RCOH
* | Early stages of support for config inheritance. MIGHT NOT WORK! Sorry. -RCOHGravatar rcoh2010-12-25
| |
| * early stages. WARNING: THIS COMMIT DOESN'T NECESSARILY WORK. Sorry.Gravatar rcoh2010-12-25
| | | | | | | | RCOH
* | early stagesGravatar rcoh2010-12-24
| |
| * 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
* Util cleanup is done! Util.py is now refactored into the util module. Woo! RCOHGravatar rcoh2010-12-20
|
* A little bit more util stuff. Migrated the component registry to the ↵Gravatar rcoh2010-12-20
| | | | | | ComponentRegistry module. Almost done.
* About halfway done with the Util cleanup. Some stuff left to do with ↵Gravatar rcoh2010-12-15
scoping etc.