Daniel Pope

Results 118 issues of Daniel Pope

Originally reported by: **Steven Pool (Bitbucket: [steven-pool](https://bitbucket.org/steven-pool), GitHub: Unknown)** ---------------------------------------- Creating a tool that will generate a portable executable so that people can easily share their code with friends etc...

enhancement
minor

After landing #130 we are able to set opacity and angle but the positioning of Actor is becoming increasingly broken. Our approach of using an underlying ZRect and recalculating pos...

The REPL added in #80 has built-in autocompletion: ![autocompletion](https://pygame-zero.readthedocs.io/en/latest/_images/repl.png) However various built-in objects do not take full advantage of this: * Actor does not have autocompletion for attributes delegated to...

enhancement
good first issue

Having added a REPL (in #80), Pygame Zero's built-in objects can now be explored in the REPL. However, they do not generally have a defined `__repr__`. For example, ```python >>>...

enhancement
good first issue

Originally reported by: **Daniel Pope (Bitbucket: [lordmauve](https://bitbucket.org/lordmauve), GitHub: [lordmauve](https://github.com/lordmauve))** ---------------------------------------- Pygame supports somewhat slow rotation, scale and flip operations in software. We should expose these for the Actor class. May...

major
proposal

Originally reported by: **encukou (Bitbucket: [encukou](https://bitbucket.org/encukou), GitHub: [encukou](https://github.com/encukou))** ---------------------------------------- The test suite crashes with a freshly cloned copy of Pygame Zero. I'm on Fedora 26 with X11. I've installed using...

bug
major

Originally reported by: **Daniel Pope (Bitbucket: [lordmauve](https://bitbucket.org/lordmauve), GitHub: [lordmauve](https://github.com/lordmauve))** ---------------------------------------- Rather than requiring users to close and restart the game, we could do this automatically when the game file is...

enhancement
major

Originally reported by: **Steve Clement (Bitbucket: [SteveClement](https://bitbucket.org/SteveClement), GitHub: [SteveClement](https://github.com/SteveClement))** ---------------------------------------- Dear all, When you run ptext.py example you get this error: TypeError: Cannot cast ufunc multiply output from dtype('float64') to...

bug
minor

The Pygame Zero codebase contains [a number of example games](https://github.com/lordmauve/pgzero/tree/master/examples). Our documentation should explain how to install and run these examples, from a point of view of a user who...

docs

In the documentation the Pygame Zero logo is included as an SVG image. This means that it relies on fonts being available in order to render correctly. We should convert...