Jens Alfke <jens@mooseyard.com> [Thu, 31 Jul 2008 13:23:44 -0700] rev 23
* Fixed scaling of king pieces when the board's state is set.
* Added IBOutlets for tilting the BoardView.
Jens Alfke <jens@mooseyard.com> [Thu, 31 Jul 2008 11:18:13 -0700] rev 22
* Working on 3D rotation of game board.
* Added some colored balls ("drawn" myself using Photoshop glass effect.)
Jens Alfke <jens@mooseyard.com> [Mon, 21 Jul 2008 17:32:21 -0700] rev 21
* Added API to Stack for removing bits.
* GoGame correctly saves/restores number of captured pieces.
* Improved positioning of captured-piece Stacks in GoGame.
* New Go piece icons.
* Added "Warn" function to GGBUtils.
Jens Alfke <jens@mooseyard.com> [Fri, 18 Jul 2008 13:26:59 -0700] rev 20
Checkers and Hexchequer now detect victory when the other player can't move.
Jens Alfke <jens@mooseyard.com> [Thu, 17 Jul 2008 13:29:04 -0700] rev 19
Don't load Checkers sound files till a game is displayed on a board; this speeds up launch.
Jens Alfke <jens@mooseyard.com> [Wed, 16 Jul 2008 10:49:04 -0700] rev 18
Full-screen improvements (Your Move bug #12).
Gameboard resize doesn't animate, making it less laggy.
Jens Alfke <jens@mooseyard.com> [Mon, 14 Jul 2008 21:46:09 -0700] rev 17
Updated DemoBoardView and the xcode project to work with the latest sources.
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.
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.
Jens Alfke <jens@mooseyard.com> [Tue, 08 Jul 2008 20:32:52 -0700] rev 14
Minor fixes.