FMud version 0.5 released

FMud is a simple web based Flash mud client.

A running demo, feature list and installation instructions are available on the FMud project page.

Download

Version 0.5

Released on 3rd September 2008.

1. Display code rewritten to improve performance and reduce memory use.
2. Support for command stacking using ‘;’ character.
3. Changes to ansi parsing to improve display of bright text on some mush servers.
4. Some minor changes to colours and appearance.
5. Application height reduced to 680 pixels.
6. Support for extended ascii characters added.
7. Split screen mode removed.

5 thoughts on “FMud version 0.5 released

  1. Some info about the new version:
    – a blank spaces under the command input box (on IE6, Firefox, Google Chrome)
    – can the user set the slug height. It’s very space consumption on my mud.

    Like

  2. I reduced the client height to 680 pixels but it will expand to fill the size you set in the html – so make sure that is set to 800 by 680 in the webpage too.

    In the next version I hope to have a way for people to adjust the size themselves. Right now you can probably alter the width in the html (the client should expand to fit) but the height for now is fixed at 680 otherwise you get blank spaces as you saw.

    Like

  3. This is a side effect of the new display method I am using. There is no obvious way to make the lines closer together (I have already set the separation at the minimum). If I do find a way to change it I will put it in as an option maybe in future.

    Personally I think it looks good with a bit more space and either way the memory use should be far lower this way than it was before.

    Like

Leave a comment