aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | changed C5Sign layout to reflect accurate originGravatar dxiao2011-02-13
| | |
* | | Picking up the rendererGravatar rcoh2011-02-13
| | |
* | | Note that y coordinates in Layout must be subtracted from 24Gravatar rcoh2011-02-13
| | |
* | | new c5 layout.Gravatar dxiao2011-02-13
| | |
* | | sign configGravatar rcoh2011-02-13
| | |
* | | Added ability to specify a precise pixelmap. untested.Gravatar rcoh2011-02-13
| |/ |/|
* | Woops.Gravatar rcoh2011-02-12
| |
* | 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.
| * Merge branch 'master' of github.com:rcoh/SmootLight into behavior-factoryGravatar eugue2011-02-12
| |\ | |/ |/|
| * Added SwitchBehavior and its unit test file. Could be used to control games.Gravatar eugue2011-02-12
| |
* | Merge branch 'objprops'Gravatar rcoh2011-02-12
|\ \
| * | Add new behaviors to the BQSGravatar rcoh2011-02-12
| | |
* | | Merge branch 'objprops'Gravatar rcoh2011-02-12
|\| | | | | | | | | | | | | | Conflicts: Profile.py
| * | 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.
* | | Merge branch 'osc'Gravatar rcoh2011-02-09
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: Profile.py
| | * | Early stages of support for interbehavior interactions. Fixed a bug in the ↵Gravatar rcoh2011-02-09
| | | | | | | | | | | | | | | | | | | | | | | | config eval and added some new tests.
| | * | Merge branch 'configimprovements' into objpropsGravatar rcoh2011-02-08
| |/| | |/| | |
* | | | Merge branch 'master' of github.com:rcoh/SmootLightGravatar rcoh2011-02-05
|\ \ \ \ | | |_|/ | |/| |
| | | * Early stages of param-binding in xml. Functional. RCOHGravatar rcoh2011-02-05
| |_|/ |/| |
| | * couple changesGravatar rcoh2011-02-04
| | |
| | * Merge branch 'osc' of github.com:rcoh/SmootLight into oscGravatar rcoh2011-02-01
| | |\
| | * | cleanup on aisle 3 (in 6thfloorosc.xml)Gravatar rcoh2011-02-01
| | | |
* | | | Cleanup demo codeGravatar rcoh2011-02-01
| | | |
* | | | Profile changes.Gravatar rcoh2011-02-01
| | | |
| | | * removed duplicate OSC server--one is much faster. Building more into custom ↵Gravatar Daniel2011-01-29
| | | | | | | | | | | | | | | | input would probably be even faster.
| | | * Merge branch 'master' of github.com:rcoh/SmootLight into oscGravatar Daniel2011-01-29
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: Profile.py
| * | | Merge branch 'master' of github.com:rcoh/SmootLightGravatar Daniel2011-01-29
| |\ \ \ | |/ / / |/| | |
| | | * 6thFloorOsc commented out renderer to lights, default LightInstallation ↵Gravatar Daniel2011-01-29
| | | | | | | | | | | | | | | | config and profile.py for OSC :)
* | | | A couple bits of cleanup to the firefly codeGravatar rcoh2011-01-29
| | | |
* | | | Merge branch 'fridaydemo' of https://github.com/smootlight2/SmootLight into ↵Gravatar rcoh2011-01-29
|\ \ \ \ | | | | | | | | | | | | | | | smootlight2-fridaydemo
* | | | | Fixed a bug that was causing us to drop clicks.Gravatar rcoh2011-01-29
| | | | |
* | | | | Merge branch 'osc' of github.com:rcoh/SmootLightGravatar rcoh2011-01-29
|\ \ \ \ \
* | | | | | couple changes. Merge of friday demo.Gravatar rcoh2011-01-29
| | | | | |
| | | | | * Merge branch 'master' into oscGravatar Daniel2011-01-29
| | |_|_|/| | |/| | |/ | | | |/|
| | | * | Added recursive switch for permissions on log file dir, also made executable.Gravatar Daniel2011-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)
| * | | | Finished merge of fridaydemo, restored fixed ControllerOSC.pyGravatar dan2011-01-28
| | | | |
| * | | | Merge branch 'fridaydemo' of github.com:rcoh/SmootLight into oscGravatar dan2011-01-28
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Conflicts: behaviors/ControllerOSC.py
* | | | | Finishing touches to OSC stuff.Gravatar rcoh2011-01-28
| | | | |
| * | | | Merge branch 'fridaydemo' of github.com:rcoh/SmootLight into oscGravatar dan2011-01-28
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Conflicts: behaviors/ControllerOSC.py
* | | | | Picking up some files that were lost.Gravatar rcoh2011-01-28
| | | | |
* | | | | Merge branch 'mobileapp' of github.com:rcoh/SmootLight into fridaydemoGravatar rcoh2011-01-28
|\ \ \ \ \
* | | | | | Fixed TCPInput bug.Gravatar rcoh2011-01-28
| | | | | |
| | * | | | Merge branch 'osc' of github.com:rcoh/SmootLight into oscGravatar dan2011-01-28
| | |\ \ \ \
| | | * | | | readded testosc in tests directoryGravatar Dan2011-01-28
| | | | | | |
| | * | | | | Merge branch 'fridaydemo' of github.com:rcoh/SmootLight into oscGravatar dan2011-01-28
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| * | | | | reverted the effort to take string inputs.Gravatar eugue2011-01-28
| | | | | |
| | * | | | Fixed Problems with controllerGravatar Dan2011-01-28
| | | | | |
| * | | | | get string data instead of intGravatar eugue2011-01-28
| | | | | |