1. 03 Mar, 2015 1 commit
    • 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. 25 Feb, 2015 1 commit
  3. 22 Feb, 2015 1 commit
  4. 21 Feb, 2015 6 commits
  5. 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
  6. 19 Feb, 2015 1 commit
    • 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
  7. 16 Feb, 2015 2 commits
  8. 15 Feb, 2015 1 commit
  9. 14 Feb, 2015 1 commit
  10. 13 Feb, 2015 1 commit
  11. 12 Feb, 2015 3 commits
  12. 11 Feb, 2015 3 commits
  13. 09 Feb, 2015 6 commits
  14. 08 Feb, 2015 2 commits
  15. 07 Feb, 2015 5 commits
  16. 06 Feb, 2015 1 commit
  17. 05 Feb, 2015 3 commits