webidor/src/main/java/cz/xelfi/quoridor/webidor/resources/Games.java
Tue, 08 Dec 2009 19:57:02 +0100 Also the list of games needs to be restricted for not-logged in users
Tue, 08 Dec 2009 18:47:49 +0100 Keeping the current game finished status when showing its history
Tue, 08 Dec 2009 15:34:50 +0100 Only active games are visible for regular users. Need a bit more work to allow them to see history of active games.
Sun, 25 Oct 2009 14:24:58 +0100 Displaying the number of left comments for each game
Sun, 18 Oct 2009 21:33:27 +0200 Can list just games with certain status
Thu, 01 Oct 2009 06:06:55 +0200 Specifying UTF-8 when reading and writing files
Mon, 28 Sep 2009 14:42:19 +0200 Support for comments among the moves
Sat, 26 Sep 2009 21:47:02 +0200 Line can contain only black move
Sun, 20 Sep 2009 22:33:45 +0200 Fixing the history of images. Testing that images are present and readable in the game page.
Sun, 20 Sep 2009 20:04:41 +0200 Moving the .png generation to the UI layer and making it work on IE8
Sat, 19 Sep 2009 14:38:29 +0200 Browsable history of each game
Sat, 19 Sep 2009 07:58:56 +0200 Sorting games by their newestness
Fri, 18 Sep 2009 23:28:13 +0200 Ability to display the board as image
Wed, 16 Sep 2009 22:28:11 +0200 First attempt to show the board as image
Sun, 13 Sep 2009 16:48:54 +0200 Providing REST like authentication
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
Sun, 30 Aug 2009 14:37:47 +0200 Spliting Game into GameId and Game with full info about the state of the game
Sat, 29 Aug 2009 15:55:53 +0200 Support for logging in
Wed, 29 Jul 2009 18:48:04 +0200 Ability to read stored games
Wed, 29 Jul 2009 17:24:20 +0200 It is possible to play the game from command line with curl
Wed, 29 Jul 2009 08:19:35 +0200 Games are being stored in a file on disk
Tue, 28 Jul 2009 14:35:04 +0200 Separating Games related operations to own class Games