chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / guess.c
2015-10-14 Jonas KölkerAdd hinting feature to Guess.
2015-10-03 Jonas KölkerFix a misrendering in Guess.
2015-10-03 Jonas KölkerFix a memory error in Guess cursor handling.
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...
2012-04-08 Simon TathamIncrease by 1 in every direction the size of the blitte...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-05-04 Simon TathamFix warnings generated by gcc 4.6.0 about variables...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2009-01-12 Simon TathamPatch from James H to fix some off-by-one errors in...
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...
2006-11-23 Simon TathamOptionally label the colours in Guess with letters...
2006-03-03 Jacob Nevins"Hold" function in Guess was completely broken.
2006-03-02 Simon TathamI've been pondering whether to do this for months:...
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...