chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / samegame.c
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2008-09-13 Simon TathamPatch from James H providing lots more paranoid casting...
2008-09-13 Simon TathamPatch from James H to centralise some generally useful...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
2005-10-22 Simon TathamCleanup: it was absolutely stupid for game_wants_status...
2005-10-22 Simon TathamCleanup: remove the game_state parameter to game_colour...
2005-10-22 Simon TathamCleanup: the `mouse_priorities' field in the back end...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-08-05 Simon TathamCleanups to completion flashes: all four of these games...
2005-08-04 Simon TathamPatch from James H: tinker with the presets on SLOW_SYS...
2005-07-22 Simon TathamJames H profiled the new Same Game grid generator and...
2005-07-21 Simon TathamUntil now, Same Game has been the only puzzle in this...
2005-07-17 Simon TathamQuite a few instances of the Cardinal Error of Ctype...
2005-07-10 Simon Tathamgame_timing_state() now has access to the game_ui....
2005-07-10 Simon TathamChange of policy on game_changed_state(). Originally...
2005-07-05 Jacob NevinsAdd a `full' parameter to validate_params(), analogous...
2005-07-05 Simon TathamRefactored the game_size() interface, which was getting...
2005-07-03 Simon Tathamdraw_polygon() and draw_circle() have always had a...
2005-06-30 Simon TathamGeneral robustness patch from James Harvey:
2005-06-28 Simon TathamNew {en,de}code_ui functions should be static. Oops.
2005-06-28 Simon TathamMore serialisation changes: the game_aux_info structure...
2005-06-28 Simon TathamAnother function pair required for serialisation; these...
2005-06-27 Simon TathamRe-architecting of the game backend interface. make_mov...
2005-06-19 Simon TathamRedraw glitch: tiles marked black (at game-over time...
2005-06-17 Simon TathamInfrastructure change which I've been thinking about...
2005-06-10 Simon TathamPatch from James Harvey to rearrange the Same Game...
2005-06-08 Jacob NevinsRemove debug output.
2005-06-07 Jacob NevinsAdd Windows help topic
2005-06-07 Simon TathamJames Harvey's patch to support keyboard control in...
2005-06-07 Simon TathamJames Harvey has contributed an implementation of ...