1. 22 Apr, 2015 2 commits
  2. 15 Apr, 2015 2 commits
  3. 10 Apr, 2015 1 commit
  4. 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
  5. 09 Feb, 2015 5 commits
  6. 03 Feb, 2015 1 commit
  7. 31 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Buddy stars · d57a6111
      Matt Lowe authored
      Buddies will now be seen as stars in the chat
      d57a6111
  8. 24 Jan, 2015 1 commit
  9. 23 Jan, 2015 2 commits
  10. 22 Jan, 2015 4 commits
    • Matt Lowe's avatar
      refactorings #3 · 8fdaadf4
      Matt Lowe authored
      removed const from enum
      8fdaadf4
    • Matt Lowe's avatar
      refactorings #2 · 86bbf75d
      Matt Lowe authored
      + removed static from enum
      + removed condition check for user level
      86bbf75d
    • Matt Lowe's avatar
      Refactorings · 8ac58259
      Matt Lowe authored
      8ac58259
    • Matt Lowe's avatar
      Updated game view · 1406a277
      Matt Lowe authored
      + removed password column
      + added a lock svg to restrictions if pw is needed
      + added "password" to restrictions if pw is needed
      + added user pawn to creator tab
      + reformatted code for easy adaptation later
      1406a277
  11. 04 Jan, 2015 1 commit
  12. 03 Jan, 2015 1 commit
  13. 02 Jan, 2015 2 commits
  14. 26 Nov, 2014 1 commit
  15. 22 Nov, 2014 8 commits
  16. 11 Aug, 2014 1 commit
    • Fabio Bas's avatar
      Fixed Valgrind warnings · 1da2e715
      Fabio Bas authored
      Running cockatrice in valgrind i didn't found any bad memory leak
      (good!), but only a few jumps depending on uninitialized variables.
      Even if the possibility of crashes are remote, it's nice to sort them
      out.
      1da2e715
  17. 12 Mar, 2014 1 commit
  18. 11 Feb, 2014 1 commit
  19. 19 Jan, 2013 1 commit
  20. 07 Apr, 2012 1 commit
  21. 06 Apr, 2012 1 commit
  22. 30 Mar, 2012 1 commit