Page 1 of 1

Update

PostPosted: Sat Aug 23, 2008 10:00 am
by multiverseuser
Hello,

I have been gone for while. what it is new?
I downloaded some python code that creates a flow chart for python calls.
I tried it with multiverse. It was a huge map. I can't figure out what.
I was hoping to get a more clear understanding of the architecture.
Any suggestions?

Thanks,

Re: Update

PostPosted: Sun Aug 24, 2008 11:52 pm
by SirGolan
Hi there,

Mostly been working on the in game editor, though lately, I haven't had a ton of time. The editor is going to be a major part of the next release. I've also been working on getting better hosting for the website since the current hosting isn't very reliable.

There's a very high level overview here [url=http://www.mv3d.com/trac/wiki/ServerArchitecture]on the Server Architecture Page[/url but it doesn't really get into detail. The best way to do that is to look at the documentation for the classes it mentions. That's the server side at least. At a high level the client side is similar, just the services available on the client are different. It's definitely true that there should be more documentation of the overall architecture. If you have specific questions, I'm happy to answer those too. In general (at least on the server side), the code should be documented fairly well.

Thanks,

Mike