webidor/src/main/java/cz/xelfi/quoridor/webidor/Game.java
Thu, 07 Jan 2010 22:34:17 +0100 Initial version of statistics and ELO rating. Donated by Martin Rexa
Tue, 08 Dec 2009 18:47:49 +0100 Keeping the current game finished status when showing its history
Sun, 25 Oct 2009 14:24:58 +0100 Displaying the number of left comments for each game
Mon, 28 Sep 2009 14:42:19 +0200 Support for comments among the moves
Sat, 19 Sep 2009 14:38:29 +0200 Browsable history of each game
Sat, 12 Sep 2009 05:00:28 +0200 Time of the read game shall be lastModified of the game's file
Fri, 11 Sep 2009 22:25:21 +0200 Showing the time that has passed since the last move on the board
Fri, 11 Sep 2009 20:32:15 +0200 Displaying who is supposed to move on a given board in the index page
Sat, 05 Sep 2009 15:40:39 +0200 Displaying list of moves
Fri, 04 Sep 2009 21:14:33 +0200 Separating games by their current state
Fri, 04 Sep 2009 18:01:01 +0200 Only current player can make a move
Mon, 31 Aug 2009 22:44:47 +0200 Removing anything related to JSON from the HTML layer, using natural freemarker's W3C DOM processing capabilities
Sun, 30 Aug 2009 16:15:37 +0200 Making sure Game.board is never null
Sun, 30 Aug 2009 16:04:27 +0200 Verifying that empty games can be read
Sun, 30 Aug 2009 14:37:47 +0200 Spliting Game into GameId and Game with full info about the state of the game
Wed, 29 Jul 2009 08:19:35 +0200 Games are being stored in a file on disk
Sun, 12 Jul 2009 13:59:07 +0200 Converting the webidor into Jersey based REST server