1. 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
  2. 18 Feb, 2015 3 commits
  3. 14 Feb, 2015 5 commits
  4. 13 Feb, 2015 6 commits
  5. 12 Feb, 2015 9 commits
  6. 11 Feb, 2015 6 commits
  7. 10 Feb, 2015 5 commits
  8. 09 Feb, 2015 5 commits