spacechem-community-developers / SpaceChem-Community-Edition

Release repository of the SpaceChem Community Edition
39 stars 1 forks source link

Solution browser trims the solution metric when it's above 10 symbols #51

Closed Darayavaush closed 4 years ago

Darayavaush commented 4 years ago

Basically, 11111/1/111 gets rendered as "11111/1/1..", which is hella inconvenient.

csaboka commented 4 years ago

This should be fixed in the next release.

We're working with limited space here (the graphics fall apart if the dialog box gets too wide), but I've rearranged things to make the score fit by making the buttons narrower. It's also using shortening logic above 5 digits now, so 11111 will show as is, but 111111 will show up as "111k", 1111111 as "1.11M", 11111111 as "11.1M" and 111111111 as "111M". Numbers above one billion will just show up as "+INF".