[pygame]

2010-04-18 Thread rouiller olivier
unsubscribe pygame-users

Re: [pygame] exact algebraic numbers?

2009-11-29 Thread rouiller olivier
out ok. Python has a long type, so you can get a lot of precision this way, and avoid floating point problems somewhat. Just before you use the rotation, you can divide the number by 1,000,000 or so(1444000 / 100 == 1.444). cu. -- Rouiller Olivier 06 79 66 89 63 Résidence Léonard

Re: [pygame] Spam problem with joystick module

2009-11-15 Thread rouiller olivier
macro defined). Try getting the most recent build from SVN at http://thorbrian.com/pygame/builds.php. I think this problem should be fixed. Lenard Lindstrom rouiller olivier wrote: Thanks for the file, they work well but I still have the spam. I guess I will have to deal with it til next

Re: [pygame] Spam problem with joystick module

2009-11-13 Thread rouiller olivier
, 2009 at 2:15 AM, rouiller olivier o.rouil...@gmail.comwrote: ok thank's let's try to build it, should be a good exercise after all. 2009/11/13 Lorenz Quack d...@amberfisharts.com Hi, rouiller olivier wrote: The calls to get_axis and get_button cause these outputs... Maybee

[pygame] Spam problem with joystick module

2009-11-12 Thread rouiller olivier
the same problem and found a solution? Thx for your help. Regards. Olivier -- Rouiller Olivier 06 79 66 89 63 Résidence Léonard de Vinci App. A008 59650 Villeneuve d'Ascq -- Rouiller Olivier 06 79 66 89 63 Résidence Léonard de Vinci App. A008 59650 Villeneuve d'Ascq

Re: [pygame] Need names and nationalities for AI playes in new sport-game

2009-11-12 Thread rouiller olivier
/Processamento Gráfico /UFRN [Estudante de japonês nível 8 - Japanese Student] [Desenvolvedor em python, PyGame] blog: corecode.wordpress.com/ Mais sábio é aquele que sabe que não sabe (Sócrates) 日本語の学生です。 コンピュータサイエンスの学位. -- Rouiller Olivier 06 79 66 89 63 Résidence Léonard de Vinci App

Re: [pygame] Spam problem with joystick module

2009-11-12 Thread rouiller olivier
, 2009 at 11:23 PM, Thiago Chaves shundr...@gmail.com wrote: You might want to be more specific. -Thiago On Thu, Nov 12, 2009 at 7:36 PM, rouiller olivier o.rouil...@gmail.com wrote: Hi everyone, I am trying to use a gamepad for a game project but whenever I check for a pad event

Re: [pygame] Spam problem with joystick module

2009-11-12 Thread rouiller olivier
The calls to get_axis and get_button cause these outputs... Maybee there is another way of getting the values?.. 2009/11/12 rouiller olivier o.rouil...@gmail.com Here is the code I use to test the pad, I found it on the net. pygame.init() #joystick.init() j = pygame.joystick.Joystick(0

Re: [pygame] Spam problem with joystick module

2009-11-12 Thread rouiller olivier
ok thank's let's try to build it, should be a good exercise after all. 2009/11/13 Lorenz Quack d...@amberfisharts.com Hi, rouiller olivier wrote: The calls to get_axis and get_button cause these outputs... Maybee there is another way of getting the values?.. Not sure