Source/Grid.m
2009-07-07 Fixed: Bits with odd heights or widths could be blurry when placed on a Grid (thanks to David Hoyos for the fix!)
2009-03-10 Fixed some problems reported by the CLANG static analyzer.
2008-07-31 * Put the spots in the right place in 13x13 and 19x19 boards.
2008-07-31 * Working on 3D rotation of game board.
2008-07-09 More tweaks, including a "reversed" property for Grids to show the second player's perspective without turning the pieces upside-down.
2008-07-07 Added new convenience methods for Game implementations.
2008-07-05 * Improved drag-and-drop (supports CandyBar)
2008-07-03 Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.
2008-05-28 * Got it working with latest iPhone SDK.
2008-03-16 Game class now tracks board state and moves, as strings, and can step through its history.
2008-03-11 Added support for clicking the board to place new pieces. Go and Tic-Tac-Toe now use this.
2008-03-10 Tic-tac-toe works on the iPhone simulator!
2008-03-07 Initial check-in into Mercurial. Branched from 1.0 release of Apple's sample code. No longer requires garbage collection. Fixed some memory leaks of CG objects. Fixed a bug when advancing to the 8th row in the Checkers game.