@arkandel said in What's out there now and what has been attempted? A codebase discussion.:
It'd sure be nice if I could fix it for more than just the wiki.
Yeah, that's the kind of thing I was talking about earlier. My scene system has a feature that lets you amend your last pose. On the web, it actually edits it, as you'd expect. (Like I edited this post just now.) But in the game, the only option is to re-emit the fixed version.
The same is true of text display. On web I can use full Markdown. I can do bold and italics and links and even multi-tab displays. On a MU client, I get fixed-width ASCII with some ansi colors. Folks have asked me to display wiki pages in-game on Ares. There's nothing technical preventing me from doing so, it's just going to look like crap because the MU client can't handle the formatting.
In both cases, we're talking about the exact same functionality (edit a pose / show a wiki page) but the user-friendliness of said feature is far, far greater on a web client than on an old client.
Note: I'm just using web as an example here because it's already been done. If someone were to make a new desktop client you could do the same thing. The current clients just can't do it because they work like old terminal windows.