1. 26 Apr, 2015 1 commit
  2. 23 Apr, 2015 3 commits
  3. 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
  4. 18 Apr, 2015 3 commits
  5. 17 Apr, 2015 3 commits
  6. 16 Apr, 2015 4 commits
  7. 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
  8. 14 Apr, 2015 3 commits
  9. 12 Apr, 2015 9 commits
  10. 10 Apr, 2015 3 commits
  11. 09 Apr, 2015 1 commit