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.
2008-03-11 Jens Alfke Text, playing cards, and Klondike solitaire all work on iPhone now. (Regression: Klondike UI layout has changed, and is awkward on Mac now. Need to special case that.)
2008-03-11 Jens Alfke Added support for clicking the board to place new pieces. Go and Tic-Tac-Toe now use this.
2008-03-10 Jens Alfke Oops, needed to fix an #include