1. 03 Mar, 2015 2 commits
    • poixen's avatar
      Removed comments · cc6b826c
      poixen authored
      cc6b826c
    • Matt Lowe's avatar
      Fixed card search · b5dd7a42
      Matt Lowe authored
      Card search will now order the following way:
      
      1. Exact match at top
      2. Exact match with preceding values sorted lexically.
      3. Match contained in word sorted lexically
      b5dd7a42
  2. 26 Feb, 2015 2 commits
  3. 25 Feb, 2015 1 commit
  4. 24 Feb, 2015 1 commit
  5. 23 Feb, 2015 1 commit
  6. 22 Feb, 2015 1 commit
  7. 21 Feb, 2015 6 commits
  8. 20 Feb, 2015 2 commits
    • Matt Lowe's avatar
      Added hq image to check · 6a91f3a9
      Matt Lowe authored
      6a91f3a9
    • Matt Lowe's avatar
      One time pixmap cache update · c5bc3ea4
      Matt Lowe authored
      Code will now perform a one time check on starting to see if the cache
      has been updated to the new 2048 default. If the update has not been set
      we update. After this time if the user lowers the level, it will not
      reset back to 2048 by default.
      c5bc3ea4
  9. 19 Feb, 2015 3 commits
    • Matt Lowe's avatar
      Updated player fighting svg · f28a8b5a
      Matt Lowe authored
      + Changed to be black
      + Made a little thicker
      f28a8b5a
    • Matt Lowe's avatar
      Updated image · 1b8c1ab9
      Matt Lowe authored
      Bolder outline
      More defined shape
      1b8c1ab9
    • Matt Lowe's avatar
      Fixed 5+ hour issue for new games · 28aed657
      Matt Lowe authored
      The problem was converting a negative int to an unsigned int. This was
      resulting in a value of: (2^32) - n. Meaning that the room age was
      extreamly old. After 48s the delay from the server will catch up and the
      time diff will be 0 rather than negative, which is why after 48s the
      room will change from 5+ hours to <1 min.
      28aed657
  10. 16 Feb, 2015 2 commits
  11. 15 Feb, 2015 1 commit
  12. 14 Feb, 2015 1 commit
  13. 13 Feb, 2015 2 commits
  14. 12 Feb, 2015 4 commits
  15. 11 Feb, 2015 3 commits
  16. 10 Feb, 2015 1 commit
  17. 09 Feb, 2015 7 commits