Mirage Source
Redid modHandleData - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51)
+----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44)
+----- Thread: Redid modHandleData (/showthread.php?tid=2160)



Redid modHandleData - Jacob - 21-09-2008

Okay check out
http://deadnoggin.com/deadnoggin/Server.rar

I redid modHandleData to separate all of the different packets into their own subs.
This isn't as involved as Verr's method by calling with memory, but i think it will help people out a little bit.

Let me know what you think. If everyone likes it , we can add it to MS4 and do it for client side also.


Re: Redid modHandleData - Mattyw - 21-09-2008

Dugor Wrote:Okay check out
http://deadnoggin.com/deadnoggin/Server.rar

I redid modHandleData to separate all of the different packets into their own subs.
This isn't as involved as Verr's method by calling with memory, but i think it will help people out a little bit.

Let me know what you think. If everyone likes it , we can add it to MS4 and do it for client side also.

Just made for cleanness, or does it do anything else like a difference? Just wondering.


Re: Redid modHandleData - Jacob - 21-09-2008

It will be easier now to clean up the code if need be.


Re: Redid modHandleData - GIAKEN - 21-09-2008

Very nice Dugor Big Grin


Re: Redid modHandleData - Jacob - 21-09-2008

Yeah no speed increases. I prefer this because it's easier to edit things.


Re: Redid modHandleData - grimsk8ter11 - 30-09-2008

he took all that out and move dit around. either way they are all declared in te long run, making it the same size.

I can work on this and add in verrigans way if you guys wish, itll just take a day or two since i have classes.


Re: Redid modHandleData - Jacob - 30-09-2008

I didn't want to do verrigans way because most new users wouldn't understand it.


Re: Redid modHandleData - grimsk8ter11 - 30-09-2008

sure, if you set me up with what I need id be more than happy to

Im double majoring in computer in electrical engineering with a minor in computer sciences and possibly adding chemical engineering as a second minor.

I am very busy haha. but im commuting so i ahvet he hour train ride and then breaks in between classes most days to start doing things again.


Re: Redid modHandleData - grimsk8ter11 - 30-09-2008

I started work on the server without the SVN stuff since i never found it.

Is anyone else doing any server work atm? Im done everything but writing out the functions themselves, but thats quick, just tedious. Writing the handledata sub tomorrow, and then i have to change the client, which ill wait for the SVN on, since Liz is doing some work.