chiark / gitweb /
Cleanup: it was absolutely stupid for game_wants_statusbar() to be a
[sgt-puzzles.git] / guess.c
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-09-05 Simon TathamI've dithered a bit in the past about whether or not...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-07-18 Simon TathamAnother fix from Chris: Guess's allow-blanks mode wasn...
2005-07-10 Simon Tathamgame_timing_state() now has access to the game_ui....
2005-07-06 Simon TathamSome patches from James H:
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 TathamAttempting to begin a drag from (i.e. just click on...
2005-06-29 Simon TathamWhen serialising this game, it's probably better to...
2005-06-28 Jacob NevinsMake peg removal accessible from the keyboard.
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-25 Jacob NevinsMake the keyboard-control cursors visible whenever...
2005-06-24 Simon TathamCouple of presets.
2005-06-24 Simon TathamMore patches from James Harvey: enforce a maximum brigh...
2005-06-24 Simon TathamFix another display/UI glitch which triggered if you...
2005-06-24 Simon TathamTurn off the keyboard-control cursor when the user...
2005-06-24 Simon TathamMy background-erasing changes in r5996/r5997 caused...
2005-06-23 Simon TathamArray overflow fix from James Harvey.
2005-06-23 Jacob NevinsMake the `hold marker' in Guess accessible from the...
2005-06-23 Jacob NevinsReinstate WinHelp topic now we have a manual chapter.
2005-06-23 Simon TathamJames Harvey's extensions to Guess: a couple of extra...
2005-06-23 Simon TathamBah, not good enough. Extend those background erases...
2005-06-23 Simon TathamErase backgrounds when drawing over an existing circle...
2005-06-23 Simon TathamAllow dragging of coloured pegs from previous guesses...
2005-06-23 Simon TathamMust outline as well as filling circles, because not...
2005-06-23 Simon TathamTwo small fixes: add some ceil() calls to stop the...
2005-06-23 Simon Tatham`Guess', a Mastermind clone from James Harvey. This...