realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Connection/Client/Server core API #762

Open Stinkfist0 opened 10 years ago

Stinkfist0 commented 10 years ago

Tundra being inherently networked platform (though ideally this could be maybe disabled if wanted), it would be convenient to have the mostly used networking related interfaces directly in the core: Client, Server, and UserConnection.

jonnenauha commented 10 years ago

Not just the interfaces but if I could get the pointers too with framework_->Server()->.... Going to TundraProtocolModule etc. is a pain in the ass right now.

Stinkfist0 commented 10 years ago

Yeah, by interfaces I mean exactly Fw()->Client() and Fw()->Server().