| 2 months | Matthew Marshall | Fixed bounding radius collisions being incorrect. |
| 2 months | Matthew Marshall | Fixed a bug in collisions.rdc |
| 4 months | Matthew Marshall | Fixed small docstring error. |
| 6 months | Matthew Marshall | Some tweaks for 0.8.3 release. |
| 6 months | Matthew Marshall | Added tag release 0.8.3 for changeset 8493dcb059c5 |
| 6 months | mmarshall | * Fixed Sprite.left (etc.) incorrectly applying independant axis scaling to |
| 6 months | mmarshall | Sprite.bounding_radius now reflects Sprite.scale |
| 7 months | Matthew Marshall | Fixed a memory leak caused by an extra underscore at the end of __dealloc___. |
| 11 months | Matthew Marshall | Changed version to 0.8.3-pre |
| 12 months | Matthew Marshall | Fixed possible segfault. |
| 15 months | mmarshall | updated changelog |
| 15 months | mmarshall | Made circular anims print a warning. |
| 15 months | mmarshall | Fixed some tests. |
| 15 months | mmarshall | Work on fixing the circular anim segfault. |
| 15 months | mmarshall | Fixed a condition where collision functions that use the RDC algorithm did not always report collisions between objects with exactly overlapping edges. |
| 16 months | mmarshall | Optimized swizzle. |
| 17 months | mmarshall | Added note to README. |
| 18 months | mmarshall | Added tag release 0.8.2 for changeset 4931bc3fb155 |
| 18 months | mmarshall | Bumped version to 0.8.2 |
| 18 months | mmarshall | Removed fonts and vertexarrays modules. |
| 18 months | mmarshall | Fixed to work with pyrex 0.9.8.5 |
| 22 months | Matthew Marshall | Fixed badly broken Quad.x and Quad.y properties and added tests for x, y, width, and height. |
| 2 years | Matthew Marshall | Added index checks to Quad.__setitem__ and added support for negative indexes. |
| 2 years | mmarshall | I should *always* run tests before committing. |
| 2 years | mmarshall | Fixed stupid compilation errors. |
| 2 years | mmarshall | Changed version to 0.8.1 |
| 2 years | mmarshall | Added docstring to aabb_collide_groups. |
| 2 years | mmarshall | Some cleanups to collision code. |
| 2 years | mmarshall | Small change to README. |
| 2 years | Matthew Marshall | Added support for unary operators to anims. |
| 2 years | Matthew Marshall | small tweaks to setup.py |
| 2 years | Matthew Marshall | Changed long_description to only mention changes since the last release. |
| 2 years | Matthew Marshall | Added aabb_collide_groups(). |
| 2 years | Matthew Marshall | Fixed small warning on 64 bit systems. |
| 2 years | Matthew Marshall | Added aabb_collide_single |
| 2 years | Matthew Marshall | Added collide_groups() |
| 2 years | Matthew Marshall | Fixed a potential segfault in aabb_collide |
| 2 years | Matthew Marshall | Fix to allow multidimension anims to ommit start or end (but not both.) |
| 2 years | Matthew Marshall | Fixed using sequences of anims with chain. |
| 2 years | Matthew Marshall | Fixed a bunch of problems with the docs :$ |
| 2 years | Matthew Marshall | Added tag release0.8 for changeset cf9f7e0108e7 |
| 2 years | Matthew Marshall | doc fixes. |
| 2 years | Matthew Marshall | Removed array_sprites.py example for now. |
| 2 years | Matthew Marshall | Separated tests involving structarray into a separate file. |
| 2 years | Matthew Marshall | Fixed bezier3 to work again. |
| 2 years | Matthew Marshall | Updated CHANGELOG more. |
| 2 years | Matthew Marshall | Removed proof of concept vector class. |
| 2 years | Matthew Marshall | Added aabb_collide. |
| 2 years | Matthew Marshall | Removed some deprecated functions from __docs_all__ |
| 2 years | Matthew Marshall | deprecated set_gl_color... I doubt anyone's ever used it anyway. |
| 2 years | Matthew Marshall | Changed compile flags to -O3 -fno-strict-aliasing on windows. |
| 2 years | Matthew Marshall | Deprecated vertexarrays module. |
| 2 years | Matthew Marshall | Deprecated fonts module. |
| 2 years | Matthew Marshall | Deprecated init_display function. |
| 2 years | Matthew Marshall | Updated the changelog a little. |
| 2 years | Matthew Marshall | Unpdated docstrings in anims module. |
| 2 years | Matthew Marshall | Added start of Vec2d class. |
| 2 years | Matthew Marshall | updated some docstrings. |
| 2 years | mmarshall | fixed stacklevel on warnings. |
| 2 years | Matthew Marshall | fixed cosine function. |