aboutsummaryrefslogtreecommitdiff
path: root/inputs/TCPInput.py
Commit message (Collapse)AuthorAge
* Merge branch 'mobileapp' of github.com:rcoh/SmootLight into fridaydemoGravatar rcoh2011-01-28
|\
* | Fixed TCPInput bug.Gravatar rcoh2011-01-28
| |
| * get string data instead of intGravatar eugue2011-01-28
|/
* 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
| |
| * merge with biginstallGravatar eugue2011-01-24
| |
* | Merge branch 'master' into behaviorsGravatar Russell Cohen2011-01-12
|/ | | | | Conflicts: LightInstallation.py
* 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
|
* Put together TCPInput; added TCPInput and a colorchange Behavior for it in ↵Gravatar Sun2010-12-08
| | | | config xml; for testing, now phone can control pixel's location on pygame screen.
* Making recursive behaviors work. Some bugs existed before. Adding runningGravatar Russell Cohen2010-11-29
| | | | behavior which makes a signal bounce back and forth.
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24