leezer3 / OpenBVE

OpenBVE- A free train simulator
http://www.openbve-project.net
280 stars 52 forks source link

Blurry Text on UI #688

Open Kenny-Hui opened 3 years ago

Kenny-Hui commented 3 years ago

Description

Just recently, a new content has been released for OpenBVE, and this comes with a "guide" on how to drive it as it uses a custom plugin.

The guide mentioned to switch to "F/B8" with the proper color shown, however people seems to have trouble getting the F/B8 to show up on their HUD.

After some more digging, it seems to have to do with #663, but the linked commit does not solve the issue.

672 however seems to resolve the issues, could that be merged? Thanks!

leezer3 commented 3 years ago

Odd. The linked commit definitely solves it for me, without #672

Merging that, and we'll see what happens :)

Kenny-Hui commented 3 years ago

Yup that fixes it Although I've noticed that the HUD is now a bit blurry, it has nothing to do with this PR or specific language Either (Most noticable on the bottom part) image

leezer3 commented 3 years ago

That's probably something to do with GL3; I made a lot of changes to get rectangle / text drawing working correctly. Will have to take a look, although that's going to be low priority just at the minute.

leezer3 commented 3 years ago

Really odd :/

I can actually now reproduce this, but only on OS-X. Going to have to investigate language loading on non-Windows platforms in a little more detail I think, something's not right....