Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-11 Par sujet RCL
On Feb 11, 2008 3:45 PM, Julien PUYDT <[EMAIL PROTECTED]> wrote: > RCL a écrit : > > 2) Server entities should be able to serialize themselves to some > > archived form which will be transmitted over the network (and/or saved > > to file for local demos), and client entities should be able to fully

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-11 Par sujet Julien PUYDT
RCL a écrit : > 2) Server entities should be able to serialize themselves to some > archived form which will be transmitted over the network (and/or saved > to file for local demos), and client entities should be able to fully > reconstruct their state from this form. Full serialization should be

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-11 Par sujet RCL
Hello, On Feb 11, 2008 3:24 AM, Eddy Petrișor <[EMAIL PROTECTED]> wrote: > RCL wrote: > > > There was no problem with synchronizing object positions/states, as > > there was only one piece of code that actually did the calculations... > > all the "clients" (including local one, which shared CPU wi

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-11 Par sujet Matthieu Fertré
Eddy Petrișor a écrit : > RCL wrote: > > >> There was no problem with synchronizing object positions/states, as >> there was only one piece of code that actually did the calculations... >> all the "clients" (including local one, which shared CPU with server >> part) just received the stream of o

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet Eddy Petrișor
RCL wrote: > There was no problem with synchronizing object positions/states, as > there was only one piece of code that actually did the calculations... > all the "clients" (including local one, which shared CPU with server > part) just received the stream of object positions for a given frame >

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet RCL
Hi! On Feb 10, 2008 2:15 PM, Kurosu <[EMAIL PROTECTED]> wrote: > Hi! > > RCL a écrit : > >> - things that don't need it (every thing else like wind particles, camera > >> shake ;) ). > >> > >> So, a camera shake is obvously falling in the 2nd type. > > > > Yes, I felt that I'm doing something wron

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet Kurosu
Hi! RCL a écrit : >> - things that don't need it (every thing else like wind particles, camera >> shake ;) ). >> >> So, a camera shake is obvously falling in the 2nd type. > > Yes, I felt that I'm doing something wrong, because it shouldn't stay > in sync, but because of my internal laziness I fa

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet RCL
On Feb 10, 2008 9:34 AM, Sandra et Yannig <[EMAIL PROTECTED]> wrote: > Le Sunday 10 February 2008 00:08:06 RCL, vous avez écrit : > > > On Feb 9, 2008 7:09 PM, Sandra et Yannig <[EMAIL PROTECTED]> wrote: > > > Le Saturday 09 February 2008 13:13:00 Kurosu, vous avez écrit : > > > > Hi, > > > > > > >

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-10 Par sujet Sandra et Yannig
Le Sunday 10 February 2008 00:08:06 RCL, vous avez écrit : > On Feb 9, 2008 7:09 PM, Sandra et Yannig <[EMAIL PROTECTED]> wrote: > > Le Saturday 09 February 2008 13:13:00 Kurosu, vous avez écrit : > > > Hi, > > > > > > in RandomSync::Init(), a first seed is set, then if the computer is a > > > serv

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-09 Par sujet RCL
On Feb 9, 2008 7:09 PM, Sandra et Yannig <[EMAIL PROTECTED]> wrote: > Le Saturday 09 February 2008 13:13:00 Kurosu, vous avez écrit : > > Hi, > > > > in RandomSync::Init(), a first seed is set, then if the computer is a > > server, another one is generated and sent to the clients. > > > > Network

Re: [Wormux-dev] Strange initialization in RandomSync

2008-02-09 Par sujet Sandra et Yannig
Le Saturday 09 February 2008 13:13:00 Kurosu, vous avez écrit : > Hi, > > in RandomSync::Init(), a first seed is set, then if the computer is a > server, another one is generated and sent to the clients. > > Network works, so there's probably more to it than just this. Could some > senior (or knowl

[Wormux-dev] Strange initialization in RandomSync

2008-02-09 Par sujet Kurosu
Hi, in RandomSync::Init(), a first seed is set, then if the computer is a server, another one is generated and sent to the clients. Network works, so there's probably more to it than just this. Could some senior (or knowledgeable) wormux developper explain me why (and possibly add a comment in th