sgt/puzzles
2005-07-04 simonPeg Solitaire implementation, complete with a random...
2005-07-04 jacobDocument keyboard controls for Flip
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 simonAllow game backends to use even special keystrokes...
2005-07-03 simondraw_polygon() and draw_circle() have always had a...
2005-07-01 simonJames Harvey points out that entering an invalid game...
2005-06-30 simonPrevent drags from being started outside the playing...
2005-06-30 simonPreset names retrieved from the environment must be...
2005-06-30 simonLoad and Save are now supported on all three desktop...
2005-06-30 simonGeneral robustness patch from James Harvey:
2005-06-30 simonAttempting to begin a drag from (i.e. just click on...
2005-06-29 simonAdd a cast whose absence was causing a (-Werror-exacerb...
2005-06-29 simonValidation of random-state-type game descriptions was...
2005-06-29 simonWhen serialising this game, it's probably better to...
2005-06-28 jacobMake peg removal accessible from the keyboard.
2005-06-28 simonNew {en,de}code_ui functions should be static. Oops.
2005-06-28 simonActually implemented the serialise/deserialise functions in
2005-06-28 simonMore serialisation changes: the game_aux_info structure...
2005-06-28 simonRogue diagnostic!
2005-06-28 simonMove a rogue declaration to the top of its block.
2005-06-28 simonAnother function pair required for serialisation; these...
2005-06-28 simonAnnoying special cases for Mines.
2005-06-27 simonRe-architecting of the game backend interface. make_mov...
2005-06-26 simonFix GTK casts to restore correct compilation on GTK...
2005-06-26 jacobUnder Gtk 1.2 (at least on Debian woody), a config...
2005-06-25 jacobAdd debugging support.
2005-06-25 jacobFurther additions to the Guess docs.
2005-06-25 jacobMake the keyboard-control cursors visible whenever...
2005-06-25 jacobThe AngleArc() function that was being used to draw...
2005-06-24 simonCouple of presets.
2005-06-24 simonMore patches from James Harvey: enforce a maximum brigh...
2005-06-24 simonFix another display/UI glitch which triggered if you...
2005-06-24 simonTurn off the keyboard-control cursor when the user...
2005-06-24 simonChange the preprocessor symbol `DEBUG' to `DEBUGGING...
2005-06-24 simonMy background-erasing changes in r5996/r5997 caused...
2005-06-23 simonArray overflow fix from James Harvey.
2005-06-23 jacobMake the `hold marker' in Guess accessible from the...
2005-06-23 jacobFactual and other corrections/additions to the Guess...
2005-06-23 jacobReinstate WinHelp topic now we have a manual chapter.
2005-06-23 simonCredit James Harvey.
2005-06-23 simonJames Harvey's extensions to Guess: a couple of extra...
2005-06-23 simonAnd forgot to add guess to the Unix make install target...
2005-06-23 simonBah, not good enough. Extend those background erases...
2005-06-23 simonErase backgrounds when drawing over an existing circle...
2005-06-23 simonAllow dragging of coloured pegs from previous guesses...
2005-06-23 simonMust outline as well as filling circles, because not...
2005-06-23 simonTwo small fixes: add some ceil() calls to stop the...
2005-06-23 simon`Guess', a Mastermind clone from James Harvey. This...
2005-06-23 simonIntroduce a front-end function to draw circles.
2005-06-22 simonThis TODO comment should have been taken out in r5913 :-)
2005-06-22 simonNew front end functions to save and restore a region...
2005-06-21 jacobAdd WinHelp topic
2005-06-21 simonPatch from James Harvey in response to the new Rectangl...
2005-06-20 simonConversation with Richard and Chris yesterday gave...
2005-06-19 simonJames Harvey's memory leak patch for Flip.
2005-06-19 simonRedraw glitch: tiles marked black (at game-over time...
2005-06-18 simonJust noticed yesterday that initial window sizing is...
2005-06-18 simonI've decided I didn't like the asymmetry of putting...
2005-06-18 simonI'm sick of not having a `make install' target.
2005-06-17 simonCorrect rogue chapter into a subheading.
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...
2005-06-17 simonAn email conversation with Chuck Fresno turned up sever...
2005-06-10 simonClean up the behaviour of drags off the edge of the...
2005-06-10 simonDisable shuffle overlap checking in the special case...
2005-06-10 simonOverzealous last-move tracking during shuffle was causi...
2005-06-10 simonPatch from James Harvey to rearrange the Same Game...
2005-06-10 simonPatch from Chris Emerson to add a status bar to Rectang...
2005-06-09 simonGDK 2.6, in its doubtless infinite wisdom, has decided...
2005-06-08 jacobRemove debug output.
2005-06-07 jacobAdd Windows help topic
2005-06-07 jacobTweaks and more complete documentation for Same Game.
2005-06-07 simonInteger overflow in game_size(). Oops.
2005-06-07 simonChris Emerson points out that gtk_window_resize() isn...
2005-06-07 simonJames Harvey's patch to support keyboard control in...
2005-06-07 simonForgot to add Same Game to the big list for OS X.
2005-06-07 simonJames Harvey (again) points out an array underrun in...
2005-06-07 simonAnother James Harvey patch. This one introduces a new...
2005-06-07 simonJames Harvey has contributed an implementation of ...
2005-06-07 simonAll the games in this collection have always defined...
2005-06-06 simonIntroduce a new game backend function (there seem to...
2005-06-04 simonSmall UI bug: LEFT_RELEASEs were being thrown away...
2005-06-04 simonRevamp pencil mark placement and sizing. Pencil marks...
2005-06-04 simonJames Harvey requested that puzzles not use DEBUG as...
2005-06-03 simonColin Watson suggests that Alt-click (or Option-click...
2005-06-03 simonUnique solubility in Mines means that you can massively...
2005-06-03 simonAdd mines and mineobfusc to the ignore property.
2005-06-02 simonStandalone compilation mode which turns mines.c into...
2005-06-02 simonFix various departures from C found by `gcc -ansi ...
2005-06-01 jacobmin()/max() macros conflict with ones defined by Window...
2005-06-01 simonFix Richard's patch so that it's actually C :-/
2005-06-01 simonAnother highlighting patch from Richard Boulton: immedi...
2005-06-01 simonMiscellaneous fixes from James Harvey's PalmOS porting...
2005-06-01 simonArrange that random seeds are as harmonised as they...
2005-06-01 simonI've proved that a grid dimension of 2 is capable of...
2005-06-01 simonGareth points out that the recess highlights around...
2005-06-01 simonPatches from Richard B for Solo:
next