Tag Archives: sockets

Networking Code

I finally feel the game’s network code is very stable. I found a pretty major bug on Christmas day that would cause file downloads to randomly stall. It had been nagging me for a while. Of course, this severely hurt … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , | Comments Off on Networking Code

Network Server

I’ve been working on the network server code over the past week. It’s modular in design, meaning I can replace the existing module on all of the server applications and they will automatically use the new, optimized code. I’m implementing … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , , | Leave a comment

Been There Game Network Client

Back to working on the network client code again. The network driver has been optimized, and re-designed for much better performance and scalability. The existing code was strictly for testing only. Now, I just need to wrangle the bug that … Continue reading

Posted in Engine Development, Game Development | Tagged , , , , | Leave a comment