1. 09 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Updated token dlg · 4ca58eec
      Matt Lowe authored
      Adjusted proportions to make the table fit better.
      
      Needs to be checked on UHD screens.
      4ca58eec
  2. 08 Apr, 2015 3 commits
  3. 07 Apr, 2015 1 commit
  4. 05 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Mention popup fix · b20ae971
      Matt Lowe authored
      + will now only popup with a mention alert when you are not on the same
      tab/window.
      + will also no longer popup by mentioning yourself
      b20ae971
  5. 04 Apr, 2015 2 commits
    • Fabio Bas's avatar
      Fix #67 · 0a366d75
      Fabio Bas authored
      Workaround the two remaining issues, mostly fixing the “load deck”
      screen in tab_game:
       * Only preload up to the first 300 cards of a deck;
       * don’t even bother trying to load card images if they’ll be shown
      with width <= 10
      
      Trying a 17k cards deck like the one proposed in #67 is still a no go,
      mostly due to the cpu time used to create all the objects. Anyway, i
      tested decks up to 8k cards and they works fine now (if you like to
      wait while trice is loading them)..
      0a366d75
    • Fabio Bas's avatar
      Fix #118 · cab1e096
      Fabio Bas authored
      Fix selection problem when sorting the deck list
      cab1e096
  6. 03 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Fix for hand target casting · 20bfb4d0
      Matt Lowe authored
      if you have the setting to NOT play cards to the stack enabled, it meant
      that any spells (like Lightning Bolt) would be cast to the stack but no
      arrow would show. This was an edge case I missed.
      20bfb4d0
  7. 02 Apr, 2015 4 commits
    • Matt Lowe's avatar
      Renamed userlist tab to account · 725cb2f8
      Matt Lowe authored
      725cb2f8
    • Matt Lowe's avatar
      Reopen connection if socket failure · 9e6be745
      Matt Lowe authored
      Missed from #879
      9e6be745
    • Matt Lowe's avatar
      Default to one player · 986eab4d
      Matt Lowe authored
      I think the majority of players use this feature for
      goldfishing/practicing. Defaulting to one player for convenience.
      986eab4d
    • Matt Lowe's avatar
      Left hand justification · a082fbcf
      Matt Lowe authored
      Set to false by default, let me know if you think it should be true.
      
      As all cards are played to the left of the screen this feels more
      comfortable to use as you dont need to keep looking at different areas
      of the screen.
      
      Will auto rearrange when changed during game-play.
      a082fbcf
  8. 01 Apr, 2015 2 commits
  9. 31 Mar, 2015 3 commits
    • Matt Lowe's avatar
      Fixed accidental +/- of counters · a873a4ef
      Matt Lowe authored
      Previously if you middle click on a counter (life/mana) and then click
      away, depending on the button clicked, the counter would +/-.
      
      I have added a fix to make sure the mouse is over the counter to change
      it.
      a873a4ef
    • Matt Lowe's avatar
      Fixed order of the counters · 2684397a
      Matt Lowe authored
      Previously had - numbers at the top and + at the bottom.
      This feels like it makes more sense.
      2684397a
    • Matt Lowe's avatar
      tray icon is now hidden and then removed · 5bd37e1d
      Matt Lowe authored
      I noticed that sometimes I would have lots of icons in the sys tray. I
      would have to mouse over them to make then be removed. This also happens
      with some other programs too. I have added some code to hide() the sys
      icon when the client is close, it seems to be helping with the issue.
      Hard to reproduce, might also only be a windows issue.
      5bd37e1d
  10. 30 Mar, 2015 4 commits
  11. 27 Mar, 2015 1 commit
    • Matt Lowe's avatar
      Cast to target from hand · 5ee62295
      Matt Lowe authored
      Users can now target from their hand. This will cast the card and point
      to the target.
      5ee62295
  12. 26 Mar, 2015 3 commits
    • Fabio Bas's avatar
      Remove deck brew by ZeldaZach · 839da83d
      Fabio Bas authored
      839da83d
    • Matt Lowe's avatar
      Failed logins reopen login dlg · 12716e43
      Matt Lowe authored
      If you fail a login you are returned to the login dialog
      12716e43
    • Matt Lowe's avatar
      Added system tray icon · 81a8141f
      Matt Lowe authored
      + Can be used for setting client size and closing the client.
      
      Will expand on by sending client alerts to the tray.
      
      Updated to push message notifactions to the toolbar
      
      Preview image:
      
      Added setting to enable/disable message popups
      
      Added functionality
      
      + updated popup message and translation
      + Double clicking tray icon will now bring up the app/minimize it
      + can now be alerted of mentions
      + added setting to set if you want mentions on desktop
      + clicking mention message will take you to the main chat
      + added translations for icon menu
      + removed maximize/minimize/restore from menu, not needed.
      
      Added disconnect
      
      + Disconnects any previous message slots/signals from the system icon
      message bubble
      81a8141f
  13. 25 Mar, 2015 1 commit
    • Matt Lowe's avatar
      Updated chatview texts · e0839db6
      Matt Lowe authored
      This is enforcing a new client wide color scheme.
      RULES
      + Green = Major server message (Welcome to chat room, change phase...)
      + Red = Minor server message (timestamps, game actions...)
      + Blue = Key word
      + Blue with modifier (underline/italics) = Keyword that can be
      interacted with.
      + Black = User text
      
      + key numbers are now blue. player drew X cards, looks at the top X
      cards, places X counters on . . . and so on.
      + card names are now italic (different from urls now)
      
      I did have the player names set to blue also, but it felt like too much.
      
      Player names in phase change are blue
      
      Updates
      
      + Updated username colors in phases to match other areas of client
      
      Small update
      
      + Made server message in chat room bold
      + made User names in chat/pm match the weight of in-game (consistancy)
      e0839db6
  14. 22 Mar, 2015 1 commit
  15. 19 Mar, 2015 4 commits
  16. 18 Mar, 2015 3 commits
    • Matt Lowe's avatar
      Fix for filter · 5218e2f7
      Matt Lowe authored
      fix for #749
      + You can now search for sets using lower case: "frf", "dtk", "rtr" and
      so on.
      + You now need exact matches on set short and full names. "rtr" and
      "return to ravnica" will work. "return" will not work.
      5218e2f7
    • Matt Lowe's avatar
      Added optional card scaling setting · 441cb444
      Matt Lowe authored
      + Users can now enable/disable the mouse over card scaling.
      441cb444
    • Matt Lowe's avatar
      Updated card borders · c05f7543
      Matt Lowe authored
      + refactored code
      + improved card border lines (black)
      + cards no longer have curved edges, this prevents card image corners
      showing behind.
      + tapped cards now have better border lines
      c05f7543
  17. 16 Mar, 2015 2 commits
  18. 15 Mar, 2015 1 commit
  19. 10 Mar, 2015 2 commits