1. 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
  2. 01 May, 2015 2 commits
  3. 29 Apr, 2015 2 commits
  4. 28 Apr, 2015 1 commit
  5. 27 Apr, 2015 8 commits
  6. 26 Apr, 2015 7 commits
  7. 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
  8. 24 Apr, 2015 2 commits
  9. 23 Apr, 2015 5 commits
  10. 22 Apr, 2015 9 commits