1. 15 May, 2015 1 commit
  2. 06 May, 2015 1 commit
  3. 04 May, 2015 2 commits
    • Matt Lowe's avatar
      Added deck size limit · 45d214aa
      Matt Lowe authored
      Updated to use the current deck size limit
      45d214aa
    • Matt Lowe's avatar
      Reveal top x cards · 59c08344
      Matt Lowe authored
      Updated reveal top card to reveal top x cards
      Sometimes you want to reveal more than only the top 1 card.
      59c08344
  4. 01 May, 2015 2 commits
  5. 29 Apr, 2015 2 commits
  6. 28 Apr, 2015 1 commit
  7. 27 Apr, 2015 8 commits
  8. 26 Apr, 2015 7 commits
  9. 25 Apr, 2015 2 commits
    • Matt Lowe's avatar
      Fixed issue with non creature perms set to 0/0 · 9c1e509a
      Matt Lowe authored
      The issue was that I had set the ctor to set the p/t to 0/0 rather than
      -1/-1. This meant that when you join a game in progress (spec or
      reconnect) the server would send the card value to the client as 0/0,
      instead of -1/-1. The client has been coded so that if the toughness is
      <0 then dont show it. 0/0 is instead shown.
      
      We still need to look into cards with no p/t being set to a 0/1 as
      @tooomm mentioned in anther issue. As it stands, this is more important
      than that.
      9c1e509a
    • Matt Lowe's avatar
      Changed pt to orange · ff1aec40
      Matt Lowe authored
      After feedback, and also noticing myself, the blue requires a little
      more focus than should be nessesarry. I have updated to be orange, which
      feels more comfortable. I have polled the community and they also agree
      orange > blue.
      ff1aec40
  10. 24 Apr, 2015 2 commits
  11. 23 Apr, 2015 5 commits
  12. 22 Apr, 2015 7 commits
    • Matt Lowe's avatar
      Changed to check every 10 mins · 66f854fe
      Matt Lowe authored
      66f854fe
    • Zach's avatar
      Merge pull request #1005 from poixen/colored_PT · 269a62c8
      Zach authored
      Colored PT
      269a62c8
    • Zach's avatar
      Merge pull request #1009 from poixen/p_t_fix · 1e474bef
      Zach authored
      Fix for #1007
      1e474bef
    • Matt Lowe's avatar
      Updated server shutdown timer logic · e646122f
      Matt Lowe authored
      Will follow the following rules
      
      + send a message initially
      + send a message every 20 mins
      + send a message every min when time <= 5
      
      Updated client popup
      
      Updated client to close any previous popups and bring up a new one.
      
      NEEDS TO BE TESTED
      
      added missing include
      
      Added delete on close
      e646122f
    • Matt Lowe's avatar
      Fix for #1007 · 1356bbcd
      Matt Lowe authored
      1356bbcd
    • Matt Lowe's avatar
      Colored PT · 004a952c
      Matt Lowe authored
      I compare the card pt, to the card with the same name in the db. if the
      card is found, we compare the pt, of the db item and the item in play.
      If there is not a match then we change the color of the PT. This is
      pretty much the same as mtgo does it.
      
      I looked into having only the P, or the T colored, though this is not
      posible, when you set a pen color you can not change it partway through
      painting a string. That would require 3 strings painted, one for p, /
      and t. Which is more effort than its worth. This does the job pretty
      well.
      
      I have also moved the pt slightly to the left so it lines up better. I
      have some images to compate.
      004a952c
    • ctrlaltca's avatar
      Merge pull request #1002 from ctrlaltca/refix_999 · 82d8c724
      ctrlaltca authored
      Added translation fix missing from #1001
      82d8c724