sgt/puzzles
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:
2005-06-01 simonChris Emerson observed the same status-bar flicker...
2005-06-01 simonTypo in click bounds checking.
2005-05-31 simonBetter mouse button handling in Mines:
2005-05-31 simonBah, and remove the TODO item. As usual.
2005-05-31 simonNow _this_ is what Undo ought to be doing in a Mineswee...
2005-05-31 simonAha! It turns out, after a bit of failure-mode profilin...
2005-05-31 simonvalgrind spotted this array underrun. I wonder if this...
2005-05-31 simonOops! A trivial typo in obfuscate_bitmap() made the...
2005-05-31 simon`Solve' operation is relatively simple in Mines.
2005-05-31 simonApparently a number of Windows programs like to use...
2005-05-31 jacobDocument the mouse control method for Cube.
2005-05-31 jacobMove definition of PI into puzzles.h. If nothing else...
2005-05-31 simonMouse-based interface for Cube: you left-click anywhere...
2005-05-31 simonEmma Garside suggested that it would be nice to have...
2005-05-31 simonImproved the limited shuffle mechanism in Sixteen and...
2005-05-31 simonFix a couple of robustness issues.
2005-05-31 simonGTK misfires timers at inconvenient moments, sometimes...
2005-05-30 simonChris's patch to stop Mines depending on char being...
2005-05-30 simonAdded an `interactive' flag to new_game_desc(), which...
2005-05-30 simon`Copy' operation for Mines.
2005-05-30 simonConstrain mine count to be at most the largest number...
2005-05-30 simonFirst cut at a game timer. Yet another backend function...
2005-05-30 simonD'oh, there's always one. Remove first-click stuff...
2005-05-30 simonMines now follows the conventional approach of offering...
2005-05-30 simonNeat idea from Gareth: if you put a % on the end of...
2005-05-30 jacobNit: "warning: extra tokens at end of #endif directive"
2005-05-30 simonInitial checkin of my Minesweeper clone, which uses...
2005-05-30 simonInfrastructure change: game_anim_length and game_flash_...
2005-05-28 jacobAdd a limited-shuffle mode like that added to Sixteen...
2005-05-28 simonAdd the ability to use the Rectangles solver for actual...
2005-05-26 simonAdd support for Jacob's new cursor-key modifier flags...
2005-05-26 simonSorted out the barriers/corners trouble left by r5844...
2005-05-26 jacobSince the split into random and descriptive IDs, the...
2005-05-26 jacobAdd origin-shifting (Shift+cursors) and source-shifting...
2005-05-25 simonSupport for `pencil marks' in Solo, by right-clicking...
2005-05-24 jacobMention NetWalk and update comment
2005-05-23 simonAvoid leading zeroes on internally generated random...
2005-05-23 simonI'm sick of `--generate' giving the same answers if...
2005-05-23 simonThe GTK `--generate' option didn't validate the game...
2005-05-23 simonNet hangs if you ask it for a 2xn or nx2 wrapping puzzl...
2005-05-22 simonAesthetic improvements, mostly suggested by Gareth.
2005-05-22 simonForgot to add print.py to the source archive. Ahem.
2005-05-22 simonAnother tweak to the solver to make it handle blank...
2005-05-22 simonSpecial case in dead-end checking which prevents the...
2005-05-22 simonThe Net solver now makes use of barrier information...
2005-05-22 simonIt occurred to me yesterday that Net could perfectly...
2005-05-21 jacobEnsure that an old random seed isn't left around for...
2005-05-21 simonCleanups:
2005-05-21 simonSolution uniqueness for Net. Can be disabled on request...
2005-05-20 simonMove IDM_ABOUT so that it doesn't overlap the presets...
2005-05-19 simonCunning way to ensure unique solutions in generated...
2005-05-18 simonIf you paste in a random seed with different ephemeral...
2005-05-18 simonRectangles random seed IDs shouldn't bother stating...
2005-05-18 simon--version.
2005-05-18 simonIt's a good idea to validate presets received from...
next