chiark / gitweb /
New {en,de}code_ui functions should be static. Oops.
[sgt-puzzles.git] / guess.c
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...