Archive for the Category Coding

 
 

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