chiark / gitweb /
sgt-puzzles.git
2005-05-30 Simon Tatham`Copy' operation for Mines.
2005-05-30 Simon TathamConstrain mine count to be at most the largest number...
2005-05-30 Simon TathamFirst cut at a game timer. Yet another backend function...
2005-05-30 Simon TathamD'oh, there's always one. Remove first-click stuff...
2005-05-30 Simon TathamMines now follows the conventional approach of offering...
2005-05-30 Simon TathamNeat idea from Gareth: if you put a % on the end of...
2005-05-30 Jacob NevinsNit: "warning: extra tokens at end of #endif directive"
2005-05-30 Simon TathamInitial checkin of my Minesweeper clone, which uses...
2005-05-30 Simon TathamInfrastructure change: game_anim_length and game_flash_...
2005-05-28 Jacob NevinsAdd a limited-shuffle mode like that added to Sixteen...
2005-05-28 Simon TathamAdd the ability to use the Rectangles solver for actual...
2005-05-26 Simon TathamAdd support for Jacob's new cursor-key modifier flags...
2005-05-26 Simon TathamSorted out the barriers/corners trouble left by r5844...
2005-05-26 Jacob NevinsSince the split into random and descriptive IDs, the...
2005-05-26 Jacob NevinsAdd origin-shifting (Shift+cursors) and source-shifting...
2005-05-25 Simon TathamSupport for `pencil marks' in Solo, by right-clicking...
2005-05-24 Jacob NevinsMention NetWalk and update comment
2005-05-23 Simon TathamAvoid leading zeroes on internally generated random...
2005-05-23 Simon TathamI'm sick of `--generate' giving the same answers if...
2005-05-23 Simon TathamThe GTK `--generate' option didn't validate the game...
2005-05-23 Simon TathamNet hangs if you ask it for a 2xn or nx2 wrapping puzzl...
2005-05-22 Simon TathamAesthetic improvements, mostly suggested by Gareth.
2005-05-22 Simon TathamForgot to add print.py to the source archive. Ahem.
2005-05-22 Simon TathamAnother tweak to the solver to make it handle blank...
2005-05-22 Simon TathamSpecial case in dead-end checking which prevents the...
2005-05-22 Simon TathamThe Net solver now makes use of barrier information...
2005-05-22 Simon TathamIt occurred to me yesterday that Net could perfectly...
2005-05-21 Jacob NevinsEnsure that an old random seed isn't left around for...
2005-05-21 Simon TathamCleanups:
2005-05-21 Simon TathamSolution uniqueness for Net. Can be disabled on request...
2005-05-20 Simon TathamMove IDM_ABOUT so that it doesn't overlap the presets...
2005-05-19 Simon TathamCunning way to ensure unique solutions in generated...
2005-05-18 Simon TathamIf you paste in a random seed with different ephemeral...
2005-05-18 Simon TathamRectangles random seed IDs shouldn't bother stating...
2005-05-18 Simon Tatham--version.
2005-05-18 Simon TathamIt's a good idea to validate presets received from...
2005-05-18 Simon TathamMove the colour configuration into midend.c so that...
2005-05-18 Simon TathamStandalone solvers were broken by my recent API changes.
2005-05-17 Jacob NevinsUpdate doc for recent changes in Restart behaviour.
2005-05-17 Simon TathamAfter much thought, I've decided that `Restart' on...
2005-05-17 Jacob NevinsNull-terminate generated Net/Netslide descriptive game...
2005-05-17 Simon TathamKeyboard shortcuts for Twiddle: abcdABCD in line with...
2005-05-17 Simon TathamJust for Gareth: a means of overriding individual game...
2005-05-17 Simon Tatham`Restart' is now an undo-able action: it appends a...
2005-05-17 Jacob Nevinscomment c'n'p error
2005-05-17 Simon TathamCube's dup_game() function was missing a field. Oops.
2005-05-16 Simon TathamThe game IDs for Net (and Netslide) have always been...
2005-05-15 Simon TathamMissed a vital semicolon off the Cygwin version.c makef...
2005-05-15 Simon TathamEr, except that I already had a makedist.sh. Transferre...
2005-05-15 Simon TathamAdded automatic determination of the SVN revision numbe...
2005-05-15 Simon TathamIntroduce a versioning mechanism, and an `About' box...
2005-05-12 Simon TathamI've had two complaints that Solo ought to recognise...
2005-05-11 Simon TathamThe two Rubik-like puzzles, Sixteen and Twiddle, now...
2005-05-11 Simon TathamBah. Try the r5766 fix again, this time without the...
2005-05-11 Simon TathamCompletion flashes were occasionally failing to be...
2005-05-07 Simon Tathamsolve_game() is passed the _initial_ game state, not...
2005-05-07 Simon TathamAdd 3x3 Trivial to the presets list, and make it the...
2005-05-07 Simon TathamAha, here's a nice easy way to generate really hard...
2005-05-04 Jacob NevinsFix outdated comment
2005-05-04 Jacob NevinsAllow for trailing '\0' in game_text_format() in variou...
2005-05-04 Simon TathamThe Twiddle shuffling algorithm was theoretically parit...
2005-05-04 Jacob Nevinsmarkup typo
2005-05-02 Simon TathamI've changed my mind. For the benefit of users with...
2005-05-02 Simon TathamFix line endings when pasting on Windows.
2005-05-02 Simon TathamForgot to mention that you can undo a Solve operation.
2005-05-02 Simon TathamAhem. The `Solve' option in orientable Twiddle needs...
2005-05-02 Simon TathamSilly (but harmless) typo.
2005-05-02 Simon TathamAdded an automatic `Solve' feature to most games. This...
2005-05-02 Simon TathamOops; forgot to check in the copy-to-clipboard option...
2005-05-02 Simon TathamIntroduce the concept of a `game_aux_info' structure...
2005-05-02 Simon TathamIt's actually vitally important, it turns out, to have...
2005-05-01 Simon TathamThe addition of a `Copy' menu item on OS X was really...
2005-05-01 Simon TathamCopy-to-clipboard for Rectangles.
2005-05-01 Simon TathamCopy-to-clipboard facility for Fifteen, Sixteen and...
2005-05-01 Simon TathamIntroduced a new function in every game which formats...
2005-05-01 Simon TathamI can never remember what that `TRUE' means in the...
2005-05-01 Simon TathamRemove outdated comment :-)
2005-05-01 Simon TathamI think Windows fonts look better in bold as well.
2005-04-30 Simon TathamFix game IDs, which I broke in the orientability change...
2005-04-30 Simon TathamAfter brainstorming with Gareth, we've decided that...
2005-04-30 Simon TathamBah, and of course there's a TODO comment I forgot...
2005-04-30 Simon TathamTwiddle now has an additional mode in which tile orient...
2005-04-30 Simon TathamPango-derived fonts seem to generally look better if...
2005-04-30 Simon TathamNew puzzle: `twiddle', generalised from a random door...
2005-04-29 Simon TathamAdded a `--generate' command-line option in the GTK...
2005-04-29 Simon TathamCorrect block coordinate display when standalone solver...
2005-04-28 Simon TathamAha, even better: a Makefile hack that causes auto...
2005-04-27 Simon TathamFix inconsistent vertical centring of text in GTK ...
2005-04-27 Simon TathamPatches for GTK 2. Puzzles already _built_ under GTK...
2005-04-27 Simon TathamCommand-line solver was dividing up non-square puzzles...
2005-04-27 Simon TathamPattern also contains an internal solver, so here's...
2005-04-26 Simon TathamThe command-line solver's difficulty gradings now use...
2005-04-26 Simon TathamImplement the remaining modes of reasoning in nsolve...
2005-04-26 Simon TathamFix trivial UI glitch involving clicking on the border...
2005-04-25 Simon TathamRemove some legacy debugging code which was breaking...
2005-04-25 Simon TathamOops; _actually_ add the reasoning mode I mentioned...
2005-04-25 Simon TathamVarious changes prompted by my boss taking an interest:
2005-04-24 Simon TathamOutstandingly cute mathematical transformation which...
2005-04-24 Simon TathamIntroduce configurable symmetry type in generated puzzl...
2005-04-23 Jacob NevinsDoc tweaks for Solo.
next