Archive for the Category Coding

 
 

Integrating Kongregate Authentication

We recently launched Maiden Desmodus on Kongregate and part of converting the client for their site involved integrating their user authentication with our own account system. This was a fairly simple process, but I’ll outline the steps I took here in case it proves useful to anyone else.

When users connect to Maiden Desmodus for the first time, either using our web client or via telnet they are first… Continue reading

More coding wtf goodness

I had another one of those moments tonight while getting the latest version of FMud packaged up for release. In the last version I made some changes to the way output was displayed that greatly improved the performance and usability of the client, however a side effect was that lines from the mud were now spaced further apart in the output window.

I tried several ways to change the text… Continue reading

Code blindness

I wonder if anyone else ever suffers from this? It’s not something I’ve ever really noticed before, but today I came up with a solution to a problem that has been bothering me for months. The solution was incredibly simple and while the code has changed significantly in functionality it only really took ~50 lines of code to do.

Flash can use a lot of memory, but FMud has always seemed… Continue reading