Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1956 and changes font search order. #2008

Merged
merged 1 commit into from
May 13, 2017

Conversation

Dunbaratu
Copy link
Member

@Dunbaratu Dunbaratu commented May 7, 2017

Fixes #1956

Note, because the only places I could find to download the C64 fonts from were sites with possibly invasive banner ads I didn't feel comfortable linking to in a URL, I decided to just mention the existence of the fonts out there, and let the user search for them, instead of including a direct URL.


When making the font dialog, I discovered
that the font search list didn't actually
work properly when the first font in the
list was a bogus font name like "not_picked".

Instead of trying the next font in the list, it was
just rendering everything in Arial.

There are some code changes to fix that problem too
in here.

When making the font dialog, I discovered
that the font search list didn't actually
work properly when the first font in the
list was a bogus font name like "_not_picked_".

Instead of trying the next font in the list, it was
just rendering everything in Arial.

There are some code changes to fix that problem too
in here.
@Dunbaratu Dunbaratu added this to the v1.1.0 milestone May 7, 2017
@@ -38,23 +38,23 @@ public class TermWindow : KOSManagedWindow , ITermWindow

private bool collapseFastBeepsToOneBeep = false; // This is a setting we might want to fiddle with depending on opinion.

private KeyBinding rememberThrottleCutoffKey;
private KeyBinding rememberThrottleFullKey;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two lines were unused fields causing a warning message. (They stopped being used once we stopped needing to have an ugly ad-hoc fix for locking out the 'Z' and 'X' keys.)

Deleting them was not related to this PR's purpose, but I removed them since I was in this file anyway and I noticed the warnings.

@hvacengi hvacengi self-assigned this May 9, 2017
@hvacengi hvacengi merged commit 0c70a60 into KSP-KOS:develop May 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reminder to self: URL to Commodore 64 font when new terminal fonts released.
2 participants