1. 12 Apr, 2015 3 commits
  2. 10 Apr, 2015 5 commits
  3. 09 Apr, 2015 4 commits
    • Matt Lowe's avatar
      Fixed deck tokens showing in token dlg · 88457952
      Matt Lowe authored
      Tokens from decks will now show in the token dlg window
      88457952
    • 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
    • Matt Lowe's avatar
      Reworked replay buttons · 45542243
      Matt Lowe authored
      + Removed unused buttons
      + remade button art
      + fixed crash with font colors/replays
      + removed unused timestamp label in replay
      45542243
    • Matt Lowe's avatar
      added separator · 56cbae17
      Matt Lowe authored
      Felt like areas different to the current zone should be segregated.
      56cbae17
  4. 08 Apr, 2015 5 commits
  5. 07 Apr, 2015 2 commits
  6. 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
  7. 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
  8. 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
  9. 02 Apr, 2015 5 commits
  10. 01 Apr, 2015 2 commits
  11. 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
  12. 30 Mar, 2015 4 commits
  13. 27 Mar, 2015 2 commits
  14. 26 Mar, 2015 1 commit