Re: [pygame] registration

2015-02-12 Thread Gino Ingras
Hi (Bonsoir maybe?) René, where did you sent the link? This is my project: http://sourceforge.net/projects/pybreak360/?source=navbar Regards, 2015-02-12 14:57 GMT+01:00 René Dudfield : > Hi, > > there are a few people who know a secret link, which we hand out to new > people. > > I've sent the

[pygame] Contributor Questions

2015-02-12 Thread Mary T. Mokuolu
Hi I'm Mary, I was looking at bugs today on pygame. for Issue # 211: https://bitbucket.org/pygame/pygame/issue/211/red-and-green-channels-swapped-when-saving Would I be able to test JPeg issues on big-endian machines by using a virtual machine? for issue #219: https://bitbucket.org/pygame/pygam

Re: [pygame] registration

2015-02-12 Thread René Dudfield
Hi, sent Lucas a link too. ps. interesting project :) On Thu, Feb 12, 2015 at 3:08 PM, Lucas Wagner wrote: > Hi there, > > I would also like an account at pygame.org. I have a MIDI-file > creator/player which uses Vim-like commands, which I'd like to post. > > For those interested: > https://

Re: [pygame] registration

2015-02-12 Thread Lucas Wagner
Hi there, I would also like an account at pygame.org. I have a MIDI-file creator/player which uses Vim-like commands, which I'd like to post. For those interested: https://github.com/lowagner/pyanoh3ro Best, Lucas On Thu, Feb 12, 2015 at 2:57 PM, René Dudfield wrote: > Hi, > > there are a fe

Re: [pygame] registration

2015-02-12 Thread René Dudfield
Hi, there are a few people who know a secret link, which we hand out to new people. I've sent the link now. Sorry for the delay. cheers!

[pygame] Bug in pygame.draw.polygon

2015-02-12 Thread Florian Krause
Hi there, I think I found another bug. When drawing a cross, defined as: pygame.draw.polygon(screen, [255,0,0], [[11, 0], [11, 9], [20, 9], [20, 11], [11, 11], [11, 20], [9, 20], [9, 11], [0, 11], [0, 9], [9, 9], [9, 0]], 0) the result will show a cross with 2 pixel thickness in the vertical dir