
We successfully merged the parts dumeni and I made together today and sent our first chat messages over the net


However we're thinking about the synchronisation of the universe now and we're not sure how we should do it:
1) We could write some macros to register synchronised variables which would have to be used by all who want something to be synchronised

2) We could go for the solution with the linked list (see above posts) in every synchronisable object. This would result in the same question like 1):
- How to tell the factory on each client to create a new object?
- How to build up the whole universe on a newly connected client?
3) Something else. Any suggestions?
We don't know which solution would work best with ogre and the object factory. Using solution 1) would be very well and (probably) efficient for synchronising variables but I really don't see how we can manage the "initial load", unless x3n provides us with a function which converts the whole universe to a bitstream and one which decodes it (on the client side) and builds up the universe.
x3n: What do you think?

I hope you (all) got some ideas because we could really use good advice here

Thanks in advance and cheers
