Micah (Adam Southerland)

Open Tasks & Bugs
No open tasks for this user
Financial Support

This user either hasn't provided financial assistance to kruel, or their donations have not yet been recorded.

Send User Mail:

If you were logged in you could send this user a message.

Login or Sign-up

Network Bug Identified!
Posted 3y 33w 6d ago, by Micah
temp news icon

Been working on cleaning the sockets code and adding additional error trapping. In the process I discovered why connections randomly closed from bad data.

It's not bad data. The socket is actually saying "Check me again later, I'm working here". Knowing this, I can prevent disconnects where there shouldn't be any =D (Other similar errors will arise, I'm sure)

Network for Eon
Posted 3y 33w 6d ago, by Micah
temp news icon

I've now manage to compile EON with my network code replacing SDL_net. So far, it at least works on MacOSX(PPC), Windows and Linux (Slackware 11).

Today I'll begin extensive testing on real hardware and then add in some extra error handling to trap any bugs that are found.

First Networking Test
Posted 3y 38w 4d ago, by Micah
temp news icon

I've been working the last week or so to test my network code inside an example application.

Example Application: I use OGRE3D, CEGUI and SDL along with my sockets.

Sample Blog Entry
Posted 3y 39w 4d ago, by Micah
temp news icon

Testing blogs =D

This didn't work last time