Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / flip.c
2012-09-09 simonNew rule: interpret_move() is passed a pointer to the...
2011-06-19 simonChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 simonAdd a function to every game backend which indicates...
2008-09-13 simonPatch from James H providing lots more paranoid casting...
2008-09-13 simonPatch from James H to centralise some generally useful...
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2006-12-24 simonHTML Help support for Puzzles, with the same kind of...
2005-10-22 simonCleanup: it was absolutely stupid for game_wants_status...
2005-10-22 simonCleanup: remove the game_state parameter to game_colour...
2005-10-22 simonCleanup: the `mouse_priorities' field in the back end...
2005-10-10 simonr6384 didn't go quite far enough. In fact, a grid squar...
2005-10-10 simonFixes for handling human-entered Flip games. The clicke...
2005-09-23 simonFix very strange indentation issue!
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-07-17 simonQuite a few instances of the Cardinal Error of Ctype...
2005-07-10 simongame_timing_state() now has access to the game_ui....
2005-07-05 jacobAdd a `full' parameter to validate_params(), analogous...
2005-07-05 simonRefactored the game_size() interface, which was getting...
2005-07-04 jacobFix bounds checking for Flip cursor control.
2005-07-03 simonJames H's patch for a keyboard-controlled cursor in...
2005-07-03 simondraw_polygon() and draw_circle() have always had a...
2005-06-30 simonGeneral robustness patch from James Harvey:
2005-06-28 simonNew {en,de}code_ui functions should be static. Oops.
2005-06-28 simonMore serialisation changes: the game_aux_info structure...
2005-06-28 simonAnother function pair required for serialisation; these...
2005-06-27 simonRe-architecting of the game backend interface. make_mov...
2005-06-21 jacobAdd WinHelp topic
2005-06-19 simonJames Harvey's memory leak patch for Flip.
2005-06-18 simonI've decided I didn't like the asymmetry of putting...
2005-06-17 simonSolver for Flip.
2005-06-17 simonInfrastructure change which I've been thinking about...
2005-06-17 simonAnimation.
2005-06-17 simonAnother new puzzle! This one isn't particularly deep...