| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Rectangles is now actually playable, since I've used the new UI | Simon Tatham | 2004-05-11 | |
| | | | | | | | | | feature to arrange a mechanism that allows you to draw a whole rectangle at a time by dragging rather than having to click each edge individually. [originally from svn r4209] | |||
| * | Framework alteration: we now support a `game_ui' structure in | Simon Tatham | 2004-05-11 | |
| | | | | | | | | | | | | | | addition to the `game_state'. The new structure is intended to contain ephemeral data pertaining to the game's user interface rather than the actual game: things stored in the UI structure are not restored in an Undo, for example. make_move() is passed the UI to modify as it wishes; it is now allowed to return the _same_ game_state it was passed, to indicate that although no move has been made there has been a UI operation requiring a redraw. [originally from svn r4207] | |||
| * | Added a new game, `Rectangles', taken from nikoli.co.jp. | Simon Tatham | 2004-05-11 | |
| [originally from svn r4206] | ||||