sgt/puzzles
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...
2005-05-18 simonMove the colour configuration into midend.c so that...
2005-05-18 simonStandalone solvers were broken by my recent API changes.
2005-05-17 jacobUpdate doc for recent changes in Restart behaviour.
2005-05-17 simonAfter much thought, I've decided that `Restart' on...
2005-05-17 jacobNull-terminate generated Net/Netslide descriptive game...
2005-05-17 simonKeyboard shortcuts for Twiddle: abcdABCD in line with...
2005-05-17 simonJust for Gareth: a means of overriding individual game...
2005-05-17 simon`Restart' is now an undo-able action: it appends a...
2005-05-17 jacobcomment c'n'p error
2005-05-17 simonCube's dup_game() function was missing a field. Oops.
2005-05-16 simonThe game IDs for Net (and Netslide) have always been...
2005-05-15 simonMissed a vital semicolon off the Cygwin version.c makef...
2005-05-15 simonEr, except that I already had a makedist.sh. Transferre...
2005-05-15 simonAdded automatic determination of the SVN revision numbe...
2005-05-15 simonIntroduce a versioning mechanism, and an `About' box...
2005-05-12 simonI've had two complaints that Solo ought to recognise...
2005-05-11 simonThe two Rubik-like puzzles, Sixteen and Twiddle, now...
2005-05-11 simonBah. Try the r5766 fix again, this time without the...
2005-05-11 simonCompletion flashes were occasionally failing to be...
2005-05-07 simonsolve_game() is passed the _initial_ game state, not...
2005-05-07 simonAdd 3x3 Trivial to the presets list, and make it the...
2005-05-07 simonAha, here's a nice easy way to generate really hard...
2005-05-04 jacobFix outdated comment
2005-05-04 jacobAllow for trailing '\0' in game_text_format() in variou...
2005-05-04 simonThe Twiddle shuffling algorithm was theoretically parit...
2005-05-04 jacobmarkup typo
2005-05-02 simonI've changed my mind. For the benefit of users with...
2005-05-02 simonFix line endings when pasting on Windows.
2005-05-02 simonAdd more useful ignores.
2005-05-02 simonForgot to mention that you can undo a Solve operation.
2005-05-02 simonAhem. The `Solve' option in orientable Twiddle needs...
2005-05-02 simonSilly (but harmless) typo.
2005-05-02 simonAdded an automatic `Solve' feature to most games. This...
2005-05-02 simonOops; forgot to check in the copy-to-clipboard option...
2005-05-02 simonIntroduce the concept of a `game_aux_info' structure...
2005-05-02 simonIt's actually vitally important, it turns out, to have...
2005-05-01 simonThe addition of a `Copy' menu item on OS X was really...
2005-05-01 simonCopy-to-clipboard for Rectangles.
2005-05-01 simonCopy-to-clipboard facility for Fifteen, Sixteen and...
2005-05-01 simonIntroduced a new function in every game which formats...
2005-05-01 simonI can never remember what that `TRUE' means in the...
2005-05-01 simonRemove outdated comment :-)
2005-05-01 simonI think Windows fonts look better in bold as well.
2005-04-30 simonFix game IDs, which I broke in the orientability change...
2005-04-30 simonAfter brainstorming with Gareth, we've decided that...
2005-04-30 simonBah, and of course there's a TODO comment I forgot...
2005-04-30 simonTwiddle now has an additional mode in which tile orient...
2005-04-30 simonAdd an ignore property.
2005-04-30 simonPango-derived fonts seem to generally look better if...
2005-04-30 simonNew puzzle: `twiddle', generalised from a random door...
2005-04-29 simonAdded a `--generate' command-line option in the GTK...
2005-04-29 simonCorrect block coordinate display when standalone solver...
2005-04-28 simonAha, even better: a Makefile hack that causes auto...
2005-04-27 simonFix inconsistent vertical centring of text in GTK ...
2005-04-27 simonPatches for GTK 2. Puzzles already _built_ under GTK...
2005-04-27 simonCommand-line solver was dividing up non-square puzzles...
next