Re: [pygame] pygame documentation license

2008-05-22 Thread Pete Shinners
Nathan Whitehead wrote: On Wed, May 21, 2008 at 9:33 PM, Brian Fisher <[EMAIL PROTECTED]> wrote: So what makes you think the documentation is licensed under LGPL? The documentation is included in the pygame release in the directory "docs/". All the information about licensing I have found for

Re: [pygame] BUG: virtual input mode seems all broken on my Vista machine on 1.8.0

2008-05-22 Thread Lenard Lindstrom
Well, ahh, Windows 98. Lenard Brian Fisher wrote: Sounds like it works fine for you - what OS is that? On Thu, May 22, 2008 at 9:45 AM, Lenard Lindstrom <[EMAIL PROTECTED] > wrote: I definitely don't have Vista and the only peculiarity I see is that mouse

Re: [pygame] PATCH: Readability fix for "make chunk a power of 2" (src/mixer.c)

2008-05-22 Thread René Dudfield
Thanks Charlie. Yeah, I hope to finish off most of the 1.8.1 things this weekend - and then do some RC releases for about a week. If you feel like doing some more patches here are the things to do ... http://www.pygame.org/wiki/todo#Open%20Issues cheers, On Thu, May 22, 2008 at 6:10 PM, Charl

Re: [pygame] BUG: virtual input mode seems all broken on my Vista machine on 1.8.0

2008-05-22 Thread Brian Fisher
Sounds like it works fine for you - what OS is that? On Thu, May 22, 2008 at 9:45 AM, Lenard Lindstrom <[EMAIL PROTECTED]> wrote: > I definitely don't have Vista and the only peculiarity I see is that mouse > position jumps when visibility is toggled. This happens when grab is on and > the mouse

Re: [pygame] BUG: virtual input mode seems all broken on my Vista machine on 1.8.0

2008-05-22 Thread Lenard Lindstrom
I definitely don't have Vista and the only peculiarity I see is that mouse position jumps when visibility is toggled. This happens when grab is on and the mouse is moved before switching visibility. It is also present in Pygame 1.7 as well. Lenard Brian Fisher wrote: I haven't tried pygame 1

Re: [pygame] Alternative to pygame.Surface.subsurface

2008-05-22 Thread Brad Montgomery
Just FYI, my question pertains to pyCropper: http://www.pygame.org/project/745/?release_id=1286 I had previously done image cropping with PIL, but I'd wanted to do this project using only pygame. brad

Re: [pygame] Alternative to pygame.Surface.subsurface

2008-05-22 Thread Brad Montgomery
> Are you using pygame 1.8? Can you try a 1.8.1 pre-release build? I am using 1.8, and I just ended up creating a Rect on the area of the image that I want to crop, and then I created a new surface and blitted to that like so: crop_image = pygame.Surface((crop_rect.width, crop_rect.

[pygame] PATCH: Readability fix for "make chunk a power of 2" (src/mixer.c)

2008-05-22 Thread Charlie Nolan
Hopefully this simplifies that section enough that we don't get another mixup like the one 1222 fixed: http://www.seul.org/viewcvs/viewcvs.cgi/trunk/src/mixer.c?root=PyGame&rev=1222&r1=1158&r2=1222 Applies to revision 1236. The bug's in 1.8.0, and it does ugly things to the sound. Might want to

Re: [pygame] mixer.music in runtime

2008-05-22 Thread Brian Fisher
I played with it some more, and it looks like when py2exe builds with the 'bundle_files':1 then pygame.mixer.music is accessible and functional - however without the bundle_files option, then the whole music not found thing happens so it seems like you can workaround this problem by making sure to

[pygame] BUG: virtual input mode seems all broken on my Vista machine on 1.8.0

2008-05-22 Thread Brian Fisher
I haven't tried pygame 1.7 and I haven't tried on other machines yet, but with pygame 1.8.0release on my vista machine, anytime the mouse is in virtual input mode (mouse grabbed and cursor hidden, or fullscreen and cursor hidden) mouse control gets screwy on my Vista machine (seems to get shoved to