2008-07-16 Jens Alfke Full-screen improvements (Your Move bug #12).
2008-07-14 Jens Alfke Updated DemoBoardView and the xcode project to work with the latest sources.
2008-07-14 Jens Alfke Tweaks and fixes, including renaming Game's "board" property/ivar to "table", which is less confusing.
2008-07-09 Jens Alfke More tweaks, including a "reversed" property for Grids to show the second player's perspective without turning the pieces upside-down.
2008-07-08 Jens Alfke Minor fixes.
2008-07-08 Jens Alfke Fixed some memory leaks, and took the address-related properties out of Player.
2008-07-07 Jens Alfke Added new convenience methods for Game implementations.
2008-07-05 Jens Alfke * Improved drag-and-drop (supports CandyBar)
2008-07-03 Jens Alfke Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.
2008-05-29 Jens Alfke 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 Jens Alfke * Got it working with latest iPhone SDK.
2008-03-16 Jens Alfke Game class now tracks board state and moves, as strings, and can step through its history.
2008-03-12 Jens Alfke Fixed: An exception in the Go game if you mouse down on the board but then drag to the captured-pieces area and release the mouse.
2008-03-12 Jens Alfke Fixed the conversion of window to layer coordinates. The old way didn't work in HiDPI. Thanks to Quincey Morriss and Nathan Vander Wilt for figuring this out.