matoom / frostbite

MUD client for dragonrealms.
29 stars 17 forks source link

Text line up #29

Closed Dartellum closed 7 years ago

Dartellum commented 7 years ago

Which font do I need to make the tables text line up nicely? I tried Mono, Monospace, etc. I am on Ubuntu. I thought I had it looking right under 1.4 but maybe I am miss remembering.

SKILL: Rank/Percent towards next rank/Amount learning/Mindstate Fraction Small Edged: 231 96% considering (6/34) Twohanded Edged: 203 09% thinking (5/34) Large Blunt: 60 14% deliberative (11/34) Twohanded Blunt: 61 79% scrutinizing (17/34) Light Thrown: 214 38% thoughtful (4/34) Brawling: 263 10% dabbling (1/34)

Should look like: SKILL: Rank/Percent towards next rank/Amount learning/Mindstate Fraction Small Edged: 231 96% considering (6/34) Twohanded Edged: 203 09% thinking (5/34) Large Blunt: 60 14% deliberative (11/34) Twohanded Blunt: 61 79% scrutinizing (17/34) Light Thrown: 214 38% thoughtful (4/34) Brawling: 263 10% dabbling (1/34)

matoom commented 7 years ago

I'm not sure, it has to be a fixed width font i.e monospace, or maybe ubuntu mono etc.

image

image

The SF protocol makes a distinction of mono and regular text but i just use mono for everything.

matoom commented 7 years ago

Actually i think some of the changes to library books etc. caused a conflict with the way lich intermediates SF protocol.

This issue is likely a duplicate of: https://github.com/matoom/frostbite/issues/22

I'll have to take a look at it. It's been up for a while and ohbeanz has been MIA.

Dartellum commented 7 years ago

image

Dartellum commented 7 years ago

I have tried both with same result.

matoom commented 7 years ago

Yes, that certainly looks like monospace and spacing looks good from what i can see but i'm guessing the whitespaces are getting trimmed from both sides. I need to find out what's causing this and see if i can fix this in the next release.

matoom commented 7 years ago

Ok, i have a new release ready. It seems that i got a little bit carried away with trying to eliminate some rogue new lines in there and it caused some issues with Lich (some of my latest changes to library books that wasn't properly tested).

The latest changes are in the master branch and i uploaded a new release 1.6.6.

https://github.com/matoom/frostbite/releases/download/v1.6.6-beta/frostbite-debian64.tar.gz

Dartellum commented 7 years ago

Initial test shows exp lined up the way it should. I will test more. :)

matoom commented 7 years ago

Yea, i make too many changes at this stage still and even the smallest things can create ripple effects. :) I got some things lined up already that will likely break more things further down the road, i hope it's not causing too much trouble.

Dartellum commented 7 years ago

No trouble. :)

Dartellum commented 7 years ago

I think we can close this one now. :)