stevschmid / track-o-bot

The friendly Hearthstone Tracker
https://trackobot.com
GNU Lesser General Public License v2.1
489 stars 87 forks source link

Build instructions for windows and overlay on small displays #208

Closed tomwaitforitmy closed 6 years ago

tomwaitforitmy commented 7 years ago

The contribution of this pull request is two-fold:

  1. I improved the documentation of build instructions and dependencies for Windows, to make it a bit easier for others to start with track-o-bot. It would be nice to double check what can be adapted for Mac OS. (second commit)
  2. I have a rather small display that has issues with the overlay if the card name exceeds a certain length. This is especially annoying when you have no clue if a card was played once or twice. See the screenshot: trackobotoverlay2 To overcome this, I simply placed the "2x" in front of the card name: trackobotoverlay-new2 I considered changing the text size to make everything fit on the screen, however, the text is already quite small and we are talking about small displays. I think it is better to cut off the rest of the card name. Experienced players will have no effort to extrapolate something like "Murloc Warlead" to "Murloc Warleader".

Let me know what you think! Cheers, Tommy

stevschmid commented 6 years ago

Thanks for your contribution!