Re: [Wormux-dev] [PATCH 07/26] Add some random.get debug messages.

2009-09-07 Par sujet Matthieu Fertré
Applied :) Florian Köberle a écrit : > Those help to find out what request the random numbers and if you know that > then you know where the differences are between turn master and non turn > master. > --- > src/ai/ai_shoot_module.cpp |2 ++ > src/graphic/polygon.cpp | 10 --

Re: [Wormux-dev] [PATCH 08/26] Ensure that the directions in which the characters look are the same for each member of a network game.

2009-09-07 Par sujet Matthieu Fertré
Applied Florian Köberle a écrit : > --- > src/character/character.cpp |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/src/character/character.cpp b/src/character/character.cpp > index f6ffdb8..37aac08 100644 > --- a/src/character/character.cpp > +++ b/src/character

Re: [Wormux-dev] [PATCH 11/26] Drop the same box content for all players.

2009-09-07 Par sujet Matthieu Fertré
Patches 9, 10 and 11 must be merged before applying, else they introduce a regression. Regards, Matt (gentildemon) Florian Köberle a écrit : > --- > src/object/bonus_box.cpp |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/src/object/bonus_box.cpp b/src/object/b

Re: [Wormux-dev] [PATCH 14/26] Generate the same particles for all players.

2009-09-07 Par sujet Matthieu Fertré
Applied :) Thanks! Florian Köberle a écrit : > --- > src/particles/body_member.cpp |9 ++--- > src/particles/explosion_smoke.cpp |5 +++-- > src/particles/fire.cpp| 10 -- > src/particles/ill_bubble.cpp |6 -- > src/particles/magic_star.cpp