KaVir said: 1. Customisable input boxes - so for example, you could create a login screen where people click on the 'name' box and enter their name, then the 'password' box and enter their password (with a private mode whereby characters are displayed as stars or dots). Or an OLC where you fill in various fields by clicking on the appropriate input box.
Definitely something I want too. I think most things like this will be produced by plugins and widgets, but the client should support their existence.
KaVir said: 2. A fixed-width Unicode font offered as the default, which can be checked through CHARSET without also needing to activate the UTF-8 checkbox.
I'm not aware of any fixed-width fonts that support a large array of Unicode characters, but if you know of any I'd be glad to investigate!
KaVir said: 7. Support for character mode.
I do plan on supporting character mode at some point. Are you aware of any MUDs that utilize character mode right now? It would be helpful for testing against whenever I get around to it.
Fiendish said:
KaVir said: 4. Some sort of script auto-installer, to make the entry barrier for newbies as low as possible.
Isn't this possible in MUSHclient?
With the introduction of luasocket, it's almost possible. I think, but am not sure, that you'd need LuaFileSystem in order to do it properly, and likely luazip and/or gzio to unpackage downloaded bundles. |