1. 06 May, 2015 1 commit
  2. 04 May, 2015 1 commit
  3. 02 May, 2015 2 commits
    • Matt Lowe's avatar
      Updated reveal zone check boxes · 052ce729
      Matt Lowe authored
      I saw in some images from other platforms it can take up alot of space.
      Made the boxed horizontal, rather than vertical.
      052ce729
    • Matt Lowe's avatar
      Moved zone loactions · 7ccc23f9
      Matt Lowe authored
      I have moved the default opening positions of some of the reveal zones.
      
      Example:
      
      The sideboard will be in the same position as the scry and the random
      card from hand will be the same as the hand view.
      7ccc23f9
  4. 01 May, 2015 1 commit
    • Matt Lowe's avatar
      Reverted back to full punctuation · 95104df5
      Matt Lowe authored
      Reverted back. Right now it feels strange to only have simple search.
      Really you would want both simple search AND accurate search on, though
      this requires twice the checks for each result.
      95104df5
  5. 27 Apr, 2015 4 commits
  6. 26 Apr, 2015 3 commits
  7. 25 Apr, 2015 1 commit
    • 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. 23 Apr, 2015 3 commits
  9. 22 Apr, 2015 4 commits
    • 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
      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
    • Fabio Bas's avatar
      Added translation fix missing from #1001 · 7e56c5a9
      Fabio Bas authored
      7e56c5a9
    • Fabio Bas's avatar
      Permit translation in "game created" column; Fix #999 · 629f48e2
      Fabio Bas authored
      Also, extracted the 2 new strings
      629f48e2
  10. 18 Apr, 2015 3 commits
  11. 17 Apr, 2015 3 commits
  12. 16 Apr, 2015 4 commits
  13. 15 Apr, 2015 6 commits
    • Fabio Bas's avatar
      Speed up deck editor filtering · eb6d067a
      Fabio Bas authored
       * card: cache simpleName for each card
       * deck editor: remove double comparation of searched term with card
      name when sorting
      eb6d067a
    • Matt Lowe's avatar
      Filter password games consistancy · 8938d291
      Matt Lowe authored
      8938d291
    • Matt Lowe's avatar
      updated second string · 751315a4
      Matt Lowe authored
      751315a4
    • Matt Lowe's avatar
      Updated username dlg message · 386cbcec
      Matt Lowe authored
      updated
      386cbcec
    • Matt Lowe's avatar
      Game created code improvements · 25dbfb37
      Matt Lowe authored
      + No longer get "5hrs" and "5+ hrs" instead will be "4hrs" and "5+ hrs".
      + Refactored into an else-if with a single return.
      + removed comments
      + removed code from namespace and added to class
      25dbfb37
    • Matt Lowe's avatar
      Removed check · 2e5ecd84
      Matt Lowe authored
      When searching for a card the line edit will not be empty, so this check
      is not needed. The performance when the line edit IS empty will take a
      slight hit, but you really want additional performance when searching,
      not when the line edit is empty.
      
      Removing will increase performance.
      2e5ecd84
  14. 14 Apr, 2015 3 commits
  15. 12 Apr, 2015 1 commit