matoom / frostbite

MUD client for dragonrealms.
29 stars 17 forks source link

Character name in window title #31

Closed hennii closed 7 years ago

hennii commented 7 years ago

This is a nice-to-have type of request - I'm running multiple instances of the FE, and it would be cool if on just a glance I can tell which character the window belongs to. Is it possible to put the character name in the window title like:

The Frostbite Client - Caraamon - [The Crossing, Forging Society]

matoom commented 7 years ago

This should be doable, it's been on my todo list ever since i needed to use my character name in one of my scripts but it keeps eluding me.

matoom commented 7 years ago

I was thinking and maybe it's better to just remove the room name from the title. It was nice to have as a filler but it feels a bit like there's too much information to grasp at first glance and could be a bit distracting now. I can't recall a single time when i didn't know my location/room name and had to look it up from the clients window title.

It's such small change i didn't make a new release from it, just re-uploaded the 1.6.6 on osx again: https://github.com/matoom/frostbite/releases/download/v1.6.6-beta/frostbite-osx.dmg

hennii commented 7 years ago

Cool! I downloaded the new version, though I'm not seeing that change on the window title.

matoom commented 7 years ago

Ok, sorry, i must have uploaded the previous release by mistake.

It should be fixed now, same file again: https://github.com/matoom/frostbite/releases/download/v1.6.6-beta/frostbite-osx.dmg

hennii commented 7 years ago

Looking good, thanks!