aboutsummaryrefslogtreecommitdiff
path: root/operationscore
Commit message (Collapse)AuthorAge
* Added an InitialLocationInputGravatar dxiao2011-02-20
|
* 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.
* Code cleanup. Made Oval behavior (circle with h/w).Gravatar rcoh2011-02-16
|
* Note that y coordinates in Layout must be subtracted from 24Gravatar 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.
* 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
|
* 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.
* Merge branch 'mobileapp' into biginstallGravatar Russell Cohen2011-01-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: behaviors/RestrictLocation.py behaviors/Square.py config/6thFloor.xml inputs/TCPInput.py layouts/60StripLayout.xml operationscore/Behavior.py operationscore/PixelMapper.py pixelcore/Pixel.py pixelcore/Screen.py renderers/60StripSeq.xml
| * working version of IconMoverGravatar eugue2011-01-25
| |
* | Some new stuff. Fixed a bug where screen responses weren't being ↵Gravatar rcoh2011-01-24
| | | | | | | | | | | | synchronized. Now they are. Added XYMove to do a bouncy behavior.
| * merge with biginstallGravatar eugue2011-01-24
| |
* | Bouncing behavior. Working out a weird bug. Threading may be involved?Gravatar rcoh2011-01-22
| |
* | 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.
* | 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.
* Worked on getting the threading stuff consolidated in ↵Gravatar Thomas B Thompson2011-01-10
| | | | ThreadedSmootCoreObject. Also set up a decent system for SmootCoreObjects to kill the whole application in a managed fashion.
* 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
| | |
| | * a couple improvements. nothing huge.Gravatar rcoh2010-12-29
| |/ |/|
* | setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|/
* 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
|
* About halfway done with the Util cleanup. Some stuff left to do with ↵Gravatar rcoh2010-12-15
| | | | scoping etc.
* 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.
* Speed optimizations abound! Caching on parameter validation, BinaryGravatar Russell Cohen2010-12-03
| | | | | | | searching for light locations in pixel mappers, actual thread safety for inputs means we don't drop them randomly, anymore. Caching on PixelStates to reduce multi-renderer costs + a short circuit to speed up processing on pixels that are turned off.
* Added support for RecursiveHooks, RecursiveBehaviors and GaussianMapperGravatar Russell Cohen2010-12-01
| | | | supporting Gaussian based pixel mapping.
* Making recursive behaviors work. Some bugs existed before. Adding runningGravatar Russell Cohen2010-11-29
| | | | behavior which makes a signal bounce back and forth.
* Add PixelMapper functionality to abstract away from mapping locations->Pixels.Gravatar Russell Cohen2010-11-26
|
* Renaming LayoutEngine to PixelAssemblerGravatar Russell Cohen2010-11-25
|
* Added BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
| | | | | | parameter to PygameInput to support following of mice. Added component registry to Util which allows any component to access any other component. Some changes to the structure of LightInstallation.
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24