17-08-2008, 03:08 PM
Organization is my biggest pet peeve.
So far I have added the Stats enum to the client side and replaced the SetClassSTR and others with SetClassStat as well as added an enum for the vitals (not sure if it is really needed but I like the way the stats were) and replaced the SetPlayerHP with SetPlayerVital. Also I have added a lot of With statements.
Umm, that's about it right now, not anything major. Found a few packets that were sending useless 0's to the client when they could have just been zeroed without it. Removed a double call to SavePlayer.
Still trying to find out why the mapeditor is doing what it's doing >.> it might just be me. I am at my gf's right now so I can't do anything else and it might be awhile before I get any time to do anything more..
Like I said, not much work so don't mind me if you want to release another one in the next day or two, I can just go through and do it again.
I was going to go through and add the Select Case to the server side (I think it's server side) packets. What about a packet enum?
So far I have added the Stats enum to the client side and replaced the SetClassSTR and others with SetClassStat as well as added an enum for the vitals (not sure if it is really needed but I like the way the stats were) and replaced the SetPlayerHP with SetPlayerVital. Also I have added a lot of With statements.
Umm, that's about it right now, not anything major. Found a few packets that were sending useless 0's to the client when they could have just been zeroed without it. Removed a double call to SavePlayer.
Still trying to find out why the mapeditor is doing what it's doing >.> it might just be me. I am at my gf's right now so I can't do anything else and it might be awhile before I get any time to do anything more..
Like I said, not much work so don't mind me if you want to release another one in the next day or two, I can just go through and do it again.
I was going to go through and add the Select Case to the server side (I think it's server side) packets. What about a packet enum?