aboutsummaryrefslogtreecommitdiff
path: root/util/PacketComposition.py
Commit message (Collapse)AuthorAge
* Lots of stuff INCOMPLETEGravatar rcoh2011-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 'master' into behaviorsGravatar Russell Cohen2011-01-12
| | | | | Conflicts: LightInstallation.py
* 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.
* 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
|
* 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
* About halfway done with the Util cleanup. Some stuff left to do with ↵Gravatar rcoh2010-12-15
scoping etc.