[pygame] PATCH #147 - gfxdraw doesn't work with inherited surfaces

2013-01-20 Thread Piotr Borkowski
diff -r 4a4611239021 src/gfxdraw.c --- a/src/gfxdraw.cThu Jan 10 14:18:39 2013 + +++ b/src/gfxdraw.cSun Jan 13 22:30:53 2013 +0100 @@ -237,6 +237,7 @@ PyErr_SetString (PyExc_TypeError, surface must be a Surface); return NULL; } + sdlrect =

Re: [pygame] PATCH #147 - gfxdraw doesn't work with inherited surfaces

2013-01-20 Thread René Dudfield
Thanks :) On Sun, Jan 20, 2013 at 10:13 AM, Piotr Borkowski bork...@gmail.com wrote: diff -r 4a4611239021 src/gfxdraw.c --- a/src/gfxdraw.cThu Jan 10 14:18:39 2013 + +++ b/src/gfxdraw.cSun Jan 13 22:30:53 2013 +0100 @@ -237,6 +237,7 @@ PyErr_SetString

[pygame] PyGame tutorial at PyCon in Santa Clara, CA

2013-01-20 Thread Richard Jones
Hi all, Just wanted to let you know that I'm giving an introduction to PyGame tutorial at US PyCon in March (my tutorial is on the 14th.) I'll be walking attendees through the development of a game from scratch all the way through to packaging (including mobile.) The full info is at

Re: [pygame] PyGame tutorial at PyCon in Santa Clara, CA

2013-01-20 Thread Alec Bennett
Sweet. Agreed. And I'll see you there. -- Sent from my gizmo. On Jan 20, 2013, at 11:13 PM, René Dudfield ren...@gmail.com wrote: Sweet! On Jan 21, 2013 7:02 AM, Richard Jones r1chardj0...@gmail.com wrote: Hi all, Just wanted to let you know that I'm giving an introduction