aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added LocationMask, which limits affected pixels to a specified region of ↵Gravatar dxiao2011-02-20
| | | | the screen
* C5Sign is now not runnable - use C5Sign-[no]pygame insteadGravatar dxiao2011-02-20
|
* added ParametricLocationInputGravatar dxiao2011-02-20
|
* Merge branch 'master' into conner5Gravatar dxiao2011-02-20
|\
* | Added a readme!Gravatar Russell Cohen2011-02-20
| |
* | Fixed python 2.7 issue where {val} is interpreted as set([val]).Gravatar dlaw2011-02-20
| |
* | Added XML introspection script (XmlInfo.py). Should make reading XML files ↵Gravatar rcoh2011-02-20
| | | | | | | | | | | | a lot easier for us humans!
| * Added XML introspection script (XmlInfo.py). Should make reading XML files ↵Gravatar rcoh2011-02-19
| | | | | | | | | | | | a lot easier for us humans!
| * Adding Epydoc generated docs.Gravatar rcoh2011-02-18
| |
| * Adding gettingStarted docs and improving XmlConfiguration docs.Gravatar rcoh2011-02-17
| |
| * Added Getting Started documentation.Gravatar Andrew Chen2011-02-17
| |
| * Added a readme!Gravatar Russell Cohen2011-02-17
| |
* | Added JPGInput to process images. Modified Input and LightInstallation to ↵Gravatar rcoh2011-02-17
| | | | | | | | | | | | support passing multiple inputs simultaeneously. Added FadeIn Pixel event. Needs work / configurability.
| * remove email address.Gravatar rcoh2011-02-16
| |
| * Adding XML DocsGravatar rcoh2011-02-16
| |
| * Merge branch 'conner5' of https://github.com/dxiao/SmootLight into dxiao-conner5Gravatar rcoh2011-02-16
| |\ | |/ |/| | | | | | | Conflicts: config/C5Sign.xml layouts/SpecifiedLayout.py
* | Code cleanup. Made Oval behavior (circle with h/w).Gravatar rcoh2011-02-16
| |
| * Merge branch 'master' of github.com:rcoh/SmootLightGravatar rcoh2011-02-16
| |\
| * \ Merge branch 'master' into behavior-factoryGravatar rcoh2011-02-16
| |\ \
| | | * Fixed python 2.7 issue where {val} is interpreted as set([val]).Gravatar dlaw2011-02-17
| | |/
| | * Adding images to the Behaviors DocsGravatar rcoh2011-02-15
| | |
| | * Added documentation to repo in docs folder.Gravatar rcoh2011-02-15
| | |
| * | change SwitchBehavior to take in a JSON dict to avoid weird XML parsing. ↵Gravatar eugue2011-02-14
| | | | | | | | | | | | Also added a public function to manually set current behavior.
* | | 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.
* | | Merge branch 'conner5' of github.com:dxiao/SmootLight into conner5Gravatar rcoh2011-02-13
|\ \ \
| * | | Get rid annoying print statement for RussellGravatar dxiao2011-02-13
| | | |
* | | | Merge branch 'conner5' of github.com:dxiao/SmootLight into conner5Gravatar rcoh2011-02-13
|\| | |
* | | | Config changes.Gravatar rcoh2011-02-13
| | | |
| * | | Added a vertical bars animation to C5Sign-dxiaoGravatar dxiao2011-02-13
| | | |
* | | | Added TimeSwitch to switch between behaviors at set time intervalsGravatar rcoh2011-02-13
| | | |
| * | | Completed C5SignMapper, first versionGravatar dxiao2011-02-13
|/ / /
* | | Merge branch 'conner5' of github.com:dxiao/SmootLight into conner5Gravatar rcoh2011-02-13
|\ \ \
* | | | Added a circle behavior to make circles. Added ContinuousCenterInput to do ↵Gravatar rcoh2011-02-13
| | | | | | | | | | | | | | | | | | | | | | | | what it says. Modified SimpleMapper a bit.
| * | | Added new C5PixelMapper, not yet completeGravatar dxiao2011-02-13
| | | |
| * | | Merge branch 'conner5' of github.com:dxiao/SmootLight into conner5Gravatar dxiao2011-02-13
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: config/C5Sign.xml
| * | | blahGravatar dxiao2011-02-13
| | | |
* | | | Added OSC (phone controlled) behavior to the C5 SignGravatar rcoh2011-02-13
|/ / /
* | | 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