About Store Forum Documentation Contact



Post Reply 
Name changes for update
Author Message
Kobaltic Offline
Member

Post: #1
Name changes for update
I updated the engine and I am trying to update the names. This is for the MMO.

This is the problem I have with the lockedElm change in Server.h:
Code:
::Client& client(Int i) {return (::Client&)clients.lockedElm(i).data;}
I am not sure if I need to change lockedElm to lockedKey or lockedData.
Also if I change it to either one I get an error stating that data is not a member of EE::SockAddr. Can someone show me the correct code to use?
Thanks in advance.
03-26-2011 01:57 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Name changes for update
why not just view/download the latest emmo codes?
03-26-2011 06:45 PM
Find all posts by this user Quote this message in a reply
Kobaltic Offline
Member

Post: #3
RE: Name changes for update
I did, I didn't see any difference. I re-downloaded them and saved them somewhere else and now they are different. I just thought you didn't get them up. Thanks though I am good to go.

Actually thanks again for making look at the codes instead of just giving me the answer. Instead of just knowing what to change I now understand the change too.
(This post was last modified: 03-27-2011 12:11 AM by Kobaltic.)
03-27-2011 12:06 AM
Find all posts by this user Quote this message in a reply
Post Reply