2008-07-14Tweaks and fixes, including renaming Game's "board" property/ivar to "table", which is less confusing.
Jens Alfke <jens@mooseyard.com> [Mon, 14 Jul 2008 21:00:15 -0700] rev 16
Tweaks and fixes, including renaming Game's "board" property/ivar to "table", which is less confusing.
Released as part of Your Move 1.0a2.

2008-07-09More tweaks, including a "reversed" property for Grids to show the second player's perspective without turning the pieces upside-down.
Jens Alfke <jens@mooseyard.com> [Wed, 09 Jul 2008 17:07:45 -0700] rev 15
More tweaks, including a "reversed" property for Grids to show the second player's perspective without turning the pieces upside-down.

2008-07-08Minor fixes.
Jens Alfke <jens@mooseyard.com> [Tue, 08 Jul 2008 20:32:52 -0700] rev 14
Minor fixes.

2008-07-08Fixed some memory leaks, and took the address-related properties out of Player.
Jens Alfke <jens@mooseyard.com> [Tue, 08 Jul 2008 13:12:01 -0700] rev 13
Fixed some memory leaks, and took the address-related properties out of Player.

2008-07-07Added new convenience methods for Game implementations.
Jens Alfke <jens@mooseyard.com> [Mon, 07 Jul 2008 15:47:42 -0700] rev 12
Added new convenience methods for Game implementations.

2008-07-05* Improved drag-and-drop (supports CandyBar)
Jens Alfke <jens@mooseyard.com> [Sat, 05 Jul 2008 17:46:43 -0700] rev 11
* Improved drag-and-drop (supports CandyBar)
* Fixed DiscPiece
* Inheritable layer styles
etc.

2008-07-03Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.
Jens Alfke <jens@mooseyard.com> [Thu, 03 Jul 2008 17:44:30 -0700] rev 10
Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.

2008-05-29Finally fixed the slow animation performance of board games; all it took was changing the board's z index from 1 to 0, somehow. Games working well now.
Jens Alfke <jens@mooseyard.com> [Thu, 29 May 2008 15:04:06 -0700] rev 9
Finally fixed the slow animation performance of board games; all it took was changing the board's z index from 1 to 0, somehow. Games working well now.

2008-05-28* Got it working with latest iPhone SDK.
Jens Alfke <jens@mooseyard.com> [Wed, 28 May 2008 12:47:10 -0700] rev 8
* Got it working with latest iPhone SDK.
* Fixed some text alignment issues that showed up on PlayingCards.
* Working on persistence and move-tracking for Game.

2008-03-16Game class now tracks board state and moves, as strings, and can step through its history.
Jens Alfke <jens@mooseyard.com> [Sun, 16 Mar 2008 15:06:47 -0700] rev 7
Game class now tracks board state and moves, as strings, and can step through its history.
Fixed another bug in Go (you could drag your captured stones back to the board!)