diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-08-20 14:20:44 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-08-20 14:20:44 +0000 |
commit | a08a6cd381fad7138bf8398279c387ca5768e14b (patch) | |
tree | eb86a5fdb7806ce3c3da4f36b5a89b6e4eef10b2 /dev-python/pigment-python/ChangeLog | |
parent | Bump to pigment-0.3.7 (diff) | |
download | maintainer-a08a6cd381fad7138bf8398279c387ca5768e14b.tar.gz maintainer-a08a6cd381fad7138bf8398279c387ca5768e14b.tar.bz2 maintainer-a08a6cd381fad7138bf8398279c387ca5768e14b.zip |
Bump to pigment-python-0.3.5
* Updated bindings to Pigment 0.3.7.
* Fixed potential leak of controllers in the implicit timing system.
* Highly reduced the number of calls to time.time() when a ticker is used.
* Improved scene graph abstraction performance.
* Added a ticker object in the timimg system to easily integrate animations
with the new Pigment update-pass signal.
* Added a benchmark testing drawable rendering performance.
svn path=/maintainer/; revision=99
Diffstat (limited to 'dev-python/pigment-python/ChangeLog')
-rw-r--r-- | dev-python/pigment-python/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pigment-python/ChangeLog b/dev-python/pigment-python/ChangeLog index 279ccac..1353b03 100644 --- a/dev-python/pigment-python/ChangeLog +++ b/dev-python/pigment-python/ChangeLog @@ -2,6 +2,24 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Aug 2008; Daniel Gryniewicz <dang@gentoo.org> ++, ++: + Bump to pigment-python-0.3.5 + + * Updated bindings to Pigment 0.3.7. + + * Fixed potential leak of controllers in the implicit timing system. + + * Highly reduced the number of calls to time.time() when a ticker is used. + + * Improved scene graph abstraction performance. + + * Added a ticker object in the timimg system to easily integrate + animations + + with the new Pigment update-pass signal. + + * Added a benchmark testing drawable rendering performance. + 24 Jun 2008; Daniel Gryniewicz <dang@gentoo.org> pigment-python-0.3.3.ebuild: s/DEPEND/RDEPEND/ |