aboutsummaryrefslogtreecommitdiff
path: root/util/Geo.py
Commit message (Collapse)AuthorAge
* 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 param-binding in xml. Functional. RCOHGravatar rcoh2011-02-05
|
* Added HTMLInput, SmootWind behavior, and a config file for testing.Gravatar eugue2011-01-27
|
* 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.
* 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.
* fixed a bug caused by util stuff. some new functionality, not all fully ↵Gravatar rcoh2011-01-03
| | | | implemented.
* Util cleanup is done! Util.py is now refactored into the util module. Woo! RCOHGravatar rcoh2010-12-20