Fri, 04 Sep 2009 23:02:23 +0200 Jaroslav Tulach Localization of the game
Fri, 04 Sep 2009 22:00:04 +0200 Jaroslav Tulach Using macro
Fri, 04 Sep 2009 21:14:33 +0200 Jaroslav Tulach Separating games by their current state
Fri, 04 Sep 2009 20:26:48 +0200 Jaroslav Tulach Reload of the game page, warning messages, listing just game in progress
Fri, 04 Sep 2009 18:01:01 +0200 Jaroslav Tulach Only current player can make a move
Mon, 31 Aug 2009 22:44:47 +0200 Jaroslav Tulach 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 Jaroslav Tulach Making sure Game.board is never null
Sun, 30 Aug 2009 16:04:27 +0200 Jaroslav Tulach Verifying that empty games can be read
Sun, 30 Aug 2009 15:19:24 +0200 Jaroslav Tulach Getting the page after login as well
Sun, 30 Aug 2009 14:56:32 +0200 Jaroslav Tulach Test to verify that we are able to read the main page
Sun, 30 Aug 2009 14:44:49 +0200 Jaroslav Tulach At least we are able to generate the index page
Sun, 30 Aug 2009 14:37:47 +0200 Jaroslav Tulach Spliting Game into GameId and Game with full info about the state of the game
Sat, 29 Aug 2009 16:15:20 +0200 Jaroslav Tulach Using @FormParam to read data from forms
Sat, 29 Aug 2009 15:55:53 +0200 Jaroslav Tulach Support for logging in
Wed, 19 Aug 2009 17:58:05 +0200 Jaroslav Tulach Adding one test method, so JUnit does not complain
Tue, 11 Aug 2009 15:18:43 +0200 Jaroslav Tulach Simple UI for submitting moves (without implementation)
Tue, 11 Aug 2009 15:17:23 +0200 Jaroslav Tulach Simple UI for submitting moves (without implementation)
Tue, 11 Aug 2009 14:51:47 +0200 Jaroslav Tulach Can create new game
Tue, 11 Aug 2009 14:26:49 +0200 Jaroslav Tulach Simple, freemarker based textual UI
Wed, 29 Jul 2009 21:35:04 +0200 Jaroslav Tulach Rotating the display of the board - north is on top. Enhancing the display with row ids and column numbers and compass directions.
Wed, 29 Jul 2009 18:48:04 +0200 Jaroslav Tulach Ability to read stored games
Wed, 29 Jul 2009 17:24:20 +0200 Jaroslav Tulach It is possible to play the game from command line with curl
Wed, 29 Jul 2009 08:19:35 +0200 Jaroslav Tulach Games are being stored in a file on disk
Tue, 28 Jul 2009 14:35:04 +0200 Jaroslav Tulach Separating Games related operations to own class Games
Sun, 12 Jul 2009 13:59:07 +0200 Jaroslav Tulach Converting the webidor into Jersey based REST server
Sun, 12 Jul 2009 13:35:58 +0200 Jaroslav Tulach Adding support for reading Move's from strings
Sat, 06 Jun 2009 15:13:04 +0200 Jaroslav Tulach Drawing players to the right position
Sat, 06 Jun 2009 14:57:09 +0200 Jaroslav Tulach Board can be modified by dropping the fence
Sat, 06 Jun 2009 14:51:46 +0200 Jaroslav Tulach Reject invalid fence row move
Sat, 06 Jun 2009 14:48:02 +0200 Jaroslav Tulach equality of moves, players report positions from 0-8 and better toString
Sat, 06 Jun 2009 11:55:18 +0200 Jaroslav Tulach Fences can be dropped to the board
Sat, 30 May 2009 14:54:31 +0200 Jaroslav Tulach Looks like there already is support for OpenID protocol in spring, so it is enough to use it
Sat, 30 May 2009 08:10:23 +0200 Jaroslav Tulach login page that interacts with OpenID
Thu, 28 May 2009 23:26:50 +0200 Jaroslav Tulach Renaming the getX/Y to internal as it uses 0-16 positions
Mon, 25 May 2009 09:07:15 +0200 Jaroslav Tulach Converting the visidor to maven project
Mon, 25 May 2009 08:46:19 +0200 Jaroslav Tulach Using opacity correctly
Sun, 24 May 2009 16:27:38 +0200 Jaroslav Tulach Ability to paint fences
Sun, 24 May 2009 16:26:08 +0200 Jaroslav Tulach Removing useless XML
Sun, 24 May 2009 15:27:19 +0200 Jaroslav Tulach Adding public getters to find out position of the fence
Sun, 24 May 2009 15:27:02 +0200 Jaroslav Tulach Adjusting version
Sun, 24 May 2009 14:17:11 +0200 Jaroslav Tulach Shorter walls so they do not overlap each other
Sun, 24 May 2009 14:14:25 +0200 Jaroslav Tulach Skeleton of viewer based on visual library
Mon, 11 May 2009 18:51:52 +0200 Jaroslav Tulach Adding isApplicable method
Mon, 11 May 2009 18:47:39 +0200 Jaroslav Tulach Better javadoc
Mon, 11 May 2009 18:35:16 +0200 Jaroslav Tulach Moving Fence and Player into outer level. This looks more natural in javadoc and is shorter in code.
Mon, 11 May 2009 18:23:20 +0200 Jaroslav Tulach getWinner method and preventing additional moves when the game has winner
Mon, 11 May 2009 18:07:29 +0200 Jaroslav Tulach Serialized board indicates the player turn's by * in the top or bottom line
Mon, 11 May 2009 16:17:14 +0200 Jaroslav Tulach Serialization and deserialization of fences seems to be OK
Mon, 11 May 2009 12:09:34 +0200 Jaroslav Tulach Number of left fences is encoded in the board as |||| in first and last line
Mon, 11 May 2009 11:18:37 +0200 Jaroslav Tulach read and write can exchange positions of players correctly
Mon, 11 May 2009 10:41:52 +0200 Jaroslav Tulach Basic implementation of printing board to stream
Mon, 11 May 2009 09:21:54 +0200 Jaroslav Tulach Licenses
Mon, 11 May 2009 09:13:14 +0200 Jaroslav Tulach Ignoring target folders
Sun, 10 May 2009 22:42:27 +0200 Jaroslav Tulach Splitting tests and getting ready for serialize/deserialize of the board
Sun, 10 May 2009 22:23:51 +0200 Jaroslav Tulach Tests pass OK
Sun, 10 May 2009 22:17:10 +0200 Jaroslav Tulach Javadoc moved to Move class
Sun, 10 May 2009 22:05:31 +0200 Jaroslav Tulach Introducing the Move class
Sun, 10 May 2009 21:20:30 +0200 Jaroslav Tulach Overrides
Sun, 10 May 2009 20:22:05 +0200 Jaroslav Tulach Typo in javadoc
Sun, 10 May 2009 20:15:24 +0200 Jaroslav Tulach Sources resurrected from long time past attempts and converted to maven