chiark / gitweb /
solve_game() is passed the _initial_ game state, not the most recent
[sgt-puzzles.git] / rect.c
2005-05-04 Jacob NevinsAllow for trailing '\0' in game_text_format() in variou...
2005-05-02 Simon TathamAdded an automatic `Solve' feature to most games. This...
2005-05-02 Simon TathamIntroduce the concept of a `game_aux_info' structure...
2005-05-01 Simon TathamCopy-to-clipboard for Rectangles.
2005-05-01 Simon TathamIntroduced a new function in every game which formats...
2005-05-01 Simon TathamI can never remember what that `TRUE' means in the...
2005-01-17 Simon TathamRather than each game backend file exporting a whole...
2004-08-17 Simon TathamRemove extraneous underscores at start and end of Recta...
2004-08-16 Jacob NevinsAfter discussion with Simon, the game redraw functions...
2004-08-16 Simon TathamRobustness in the face of a completely configurable...
2004-08-16 Simon TathamFold in the expanded-grid mechanism for generating...
2004-08-16 Simon TathamAdded a help file, mostly thanks to Jacob.
2004-05-22 Simon TathamFix a memory leak.
2004-05-19 Simon TathamIntroduce routines in each game module to encode a...
2004-05-12 Simon TathamFix `visible' calculation (again).
2004-05-12 Simon TathamAhem. Seed validation was completely broken.
2004-05-12 Simon TathamDuring redraws, I now do corner analysis centrally...
2004-05-12 Simon TathamRemove vestigial code from the previous attempt at...
2004-05-12 Simon TathamFiddle with the coordinate system to see if I can impro...
2004-05-12 Simon TathamFlash on completion. Two people actually complained...
2004-05-11 Simon TathamMissing draw_update call.
2004-05-11 Simon TathamCosmetic fixes for Windows.
2004-05-11 Simon TathamWe should turn off the dragging variables in the UI...
2004-05-11 Simon TathamRectangles is now actually playable, since I've used...
2004-05-11 Simon TathamFramework alteration: we now support a `game_ui' struct...
2004-05-11 Simon TathamAdded a new game, `Rectangles', taken from nikoli.co.jp.