Re: [pygame] The gsoc project physics engine.(about warnings)

2008-06-22 Thread 帆 张
Hi, Thank you for your attention. In fact, these warnings are because of forward types' declarations. When I compile these codes with my VC solution, there are no such warnings, However, with GCC compiler, These warnings tell us such types may be not defined yet. So, the warnings won't cau

Re: [pygame] pygame.org website update

2008-06-22 Thread René Dudfield
hi, hopefully I'll get a chance to update those two things on the webpage this week sometime. It's an action item that has been up prioritised on the corn-flour-blue todo list. I wanted to make it so changing spotlighted projects could be done via the web admin interface so that any of the websit

Re: [pygame] pygame.org website update

2008-06-22 Thread Peter Shinners
Ian Mallett wrote: Is there a reason for http://www.pygame.org/skins/main/censored.jpg ? The spotlight should change periodically. At one point in time there was a Stormtrooper helmet on the snake. The legal sharks at Lucasfilm Entertainment were not amused, so a quick change was made. Looks l

Re: [pygame] Source to automated build scripts

2008-06-22 Thread René Dudfield
Nice one. Do you want to put it in the pygame svn, or maybe google code svn? Or should we just send patches to you? I was thinking these aditional features could be good... - method to ask build slaves for a rebuild - build machines ping webpage for update info more reguarly. - probably

Re: [pygame] unsubscribe [OT]

2008-06-22 Thread Brian Fisher
On Sun, Jun 22, 2008 at 1:42 PM, Gonzalo Castro < [EMAIL PROTECTED]> wrote: > This is what it says there: "To get on or off the mailing list, send > an email message to [EMAIL PROTECTED] with a simple command in the > body." > What command whould I send? > just below that section it lists the com

[pygame] A SAPI Module With Pitch and Create

2008-06-22 Thread FT
Hi! I have made a SAPI 5 module for those who are blind/visually impaired programmers. I have reduced down and added a few features into the SAPI 5 speech module I have created. You can now save and read wav files. The test module tests most of the features I have in it at the moment.

Re: [pygame] pygame.org website update

2008-06-22 Thread Ian Mallett
Is there a reason for http://www.pygame.org/skins/main/censored.jpg ? The spotlight should change periodically. Ian

Re: [pygame] unsubscribe [OT]

2008-06-22 Thread Gonzalo Castro
2008/6/22 Brian Fisher <[EMAIL PROTECTED]>: > Unsubscribes are done with an email to the list management address. > > There is a mailto link for it on this page: > http://www.pygame.org/wiki/info > > you get to this page from the "Help (irc, lists)" link from the main page at > http://pygame.org >

Re: [pygame] Tests crashing Automatic Build page + Compiling PyGame on Windows

2008-06-22 Thread Lenard Lindstrom
When I run the tests in the same, alphabetical, order as the automated build page I get : ERROR: test_surfarray_ref (surflock_test.SurfaceLockTest) -- Traceback (most recent call last): File "test\surflock_test.py", line 141, i

Re: [pygame] The gsoc project physics engine.

2008-06-22 Thread Brian Fisher
On Sun, Jun 22, 2008 at 4:21 AM, Peter Gebauer < [EMAIL PROTECTED]> wrote: > Yeah, SVN tried merging with the sources I changed, that was the prob. But > I'm definately getting warnings. > > Yeah, everybody gets the warnings - they were looked over to check for obvious errors, and are now mostly c

Re: [pygame] unsubscribe [OT]

2008-06-22 Thread Brian Fisher
Unsubscribes are done with an email to the list management address. There is a mailto link for it on this page: http://www.pygame.org/wiki/info you get to this page from the "Help (irc, lists)" link from the main page at http://pygame.org I'm curious, why are you unsubscribing? On Sun, Jun 22,

[pygame] unsubscribe [OT]

2008-06-22 Thread Gonzalo Castro
Sorry, but how can I unsubscribe from the list? I went to the pygame's web and I couldn't see it. Thanks.

Re: [pygame] The gsoc project physics engine.

2008-06-22 Thread Peter Gebauer
> Something must be wrong on your side with that. Anything fine here. Yeah, SVN tried merging with the sources I changed, that was the prob. But I'm definately getting warnings. > For the unix way of building software. The Python setup seems to work fine though. As for testing, I have no prob