1. 08 Apr, 2015 2 commits
    • Matt Lowe's avatar
      Ignore punctuation in card search · b27854e4
      Matt Lowe authored
      It is awkward to have to use precise punctuation when searching for
      cards. Planeswalkers and legendary creatures often have "," in the name
      and you have to enter it.
      
      This commit means you no longer need to do that.
      
      + Can use " " in place of "-" (example: Wilt-Leaf Liege)
      + Can use "" in place of non word chars (Example: Hero's Downfall and
      Ajani, Caller of the Pride)
      b27854e4
    • Zach's avatar
      Merge pull request #921 from poixen/more_server_whitelist · 81e4e089
      Zach authored
      Added more actions to server white list
      81e4e089
  2. 07 Apr, 2015 3 commits
  3. 05 Apr, 2015 2 commits
  4. 04 Apr, 2015 5 commits
  5. 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
  6. 02 Apr, 2015 8 commits
  7. 01 Apr, 2015 11 commits
  8. 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
  9. 30 Mar, 2015 5 commits