| 3 months | Matthew Marshall | Fixed badly broken Quad.x and Quad.y properties and added tests for x, y, width, and height. |
| 5 months | Matthew Marshall | Added index checks to Quad.__setitem__ and added support for negative indexes. |
| 5 months | mmarshall | I should *always* run tests before committing. |
| 5 months | mmarshall | Fixed stupid compilation errors. |
| 5 months | mmarshall | Changed version to 0.8.1 |
| 5 months | mmarshall | Added docstring to aabb_collide_groups. |
| 5 months | mmarshall | Some cleanups to collision code. |
| 5 months | mmarshall | Small change to README. |
| 5 months | Matthew Marshall | Added support for unary operators to anims. |
| 6 months | Matthew Marshall | small tweaks to setup.py |
| 6 months | Matthew Marshall | Changed long_description to only mention changes since the last release. |
| 6 months | Matthew Marshall | Added aabb_collide_groups(). |
| 6 months | Matthew Marshall | Fixed small warning on 64 bit systems. |
| 6 months | Matthew Marshall | Added aabb_collide_single |
| 6 months | Matthew Marshall | Added collide_groups() |
| 6 months | Matthew Marshall | Fixed a potential segfault in aabb_collide |
| 6 months | Matthew Marshall | Fix to allow multidimension anims to ommit start or end (but not both.) |
| 6 months | Matthew Marshall | Fixed using sequences of anims with chain. |
| 6 months | Matthew Marshall | Fixed a bunch of problems with the docs :$ |
| 6 months | Matthew Marshall | Added tag release0.8 for changeset cf9f7e0108e7 |
| 6 months | Matthew Marshall | doc fixes. |
| 6 months | Matthew Marshall | Removed array_sprites.py example for now. |
| 6 months | Matthew Marshall | Separated tests involving structarray into a separate file. |
| 6 months | Matthew Marshall | Fixed bezier3 to work again. |
| 6 months | Matthew Marshall | Updated CHANGELOG more. |
| 6 months | Matthew Marshall | Removed proof of concept vector class. |
| 6 months | Matthew Marshall | Added aabb_collide. |
| 6 months | Matthew Marshall | Removed some deprecated functions from __docs_all__ |
| 6 months | Matthew Marshall | deprecated set_gl_color... I doubt anyone's ever used it anyway. |
| 6 months | Matthew Marshall | Changed compile flags to -O3 -fno-strict-aliasing on windows. |
| 6 months | Matthew Marshall | Deprecated vertexarrays module. |
| 6 months | Matthew Marshall | Deprecated fonts module. |
| 6 months | Matthew Marshall | Deprecated init_display function. |
| 6 months | Matthew Marshall | Updated the changelog a little. |
| 6 months | Matthew Marshall | Unpdated docstrings in anims module. |
| 6 months | Matthew Marshall | Added start of Vec2d class. |
| 6 months | Matthew Marshall | updated some docstrings. |
| 7 months | mmarshall | fixed stacklevel on warnings. |
| 7 months | Matthew Marshall | fixed cosine function. |
| 7 months | mmarshall | Fixed regression when passing tuples to lerp etc. |
| 7 months | mmarshall | Added unit tests for extend modes; fixed floating point rounding error with |
| 7 months | Matthew Marshall | Added 'rate' anim. |
| 7 months | Matthew Marshall | Added dt read-only property to InterpolateAnim |
| 7 months | Matthew Marshall | Added 't' argument to lerp etc. |
| 7 months | mmarshall | Standardized the docs and examples on using seconds for time. |
| 7 months | mmarshall | changed default easing method to "sine". |
| 7 months | mmarshall | Added "bounce" method to ease (for completeness.) |
| 7 months | mmarshall | Added cubic method to ease_in and ease_out. |
| 7 months | mmarshall | Implemented ease, ease_in, and ease_out functions. |
| 7 months | Matthew Marshall | fixed extend="reverse" when t < -1. |
| 7 months | Matthew Marshall | Fixed a bug when using extend="repeate" in a chain (thanks infinite8s!) |
| 7 months | Matthew Marshall | Fixed __import__ usage to work with python2.4 |
| 7 months | Matthew Marshall | removed bogus step from windows installation instructions. |
| 7 months | Matthew Marshall | Bumped pyrex version requirement to 0.9.6.3 |
| 7 months | Matthew Marshall | chaining with incomplete anims. |
| 7 months | Matthew Marshall | removed unused ScrapVertexData class. |
| 7 months | Matthew Marshall | Added docs for Animable and anim_slot. |
| 7 months | Matthew Marshall | Implemented incomplete anims (for lerp at least.) |
| 7 months | Matthew Marshall | Added a bunch more interpolation anims (from patch from infinite8s) |
| 7 months | Matthew Marshall | lerp etc. can now take other anims for start and/or end. |