sgt/puzzles
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...
2005-04-27 simonPattern also contains an internal solver, so here's...
2005-04-26 simonThe command-line solver's difficulty gradings now use...
2005-04-26 simonImplement the remaining modes of reasoning in nsolve...
2005-04-26 simonFix trivial UI glitch involving clicking on the border...
2005-04-25 simonRemove some legacy debugging code which was breaking...
2005-04-25 simonOops; _actually_ add the reasoning mode I mentioned...
2005-04-25 simonVarious changes prompted by my boss taking an interest:
2005-04-24 simonOutstandingly cute mathematical transformation which...
2005-04-24 simonIntroduce configurable symmetry type in generated puzzl...
2005-04-23 jacobDoc tweaks for Solo.
2005-04-23 simonSimplify clip region handling under Windows, which...
2005-04-23 simonVisual C points out a couple of typos.
2005-04-23 simonInitial checkin of `Solo', the number-placing puzzle...
2005-03-15 simonOops. Just noticed that the Windows front end completel...
2005-02-24 simonStop the Pattern grid generation from generating an...
2005-02-24 simonFixes in grid generation for pedantic special cases...
2005-02-05 simonI've found NSView's setNeedsDisplayInRect: method,...
2005-01-25 simonNeed to impose a _maximum_ width on edit boxes, as...
2005-01-25 simonSanitising the mouse input data was a good idea, but my
2005-01-25 simonInclude code in midend.c to sanitise streams of mouse...
2005-01-25 simonAhem. Lots of stuff, including the new OS X sources...
2005-01-24 simonUpdates for OS X port (including updating copyright...
2005-01-24 simonAhem. Rogue copy and paste was causing preset menu...
2005-01-24 simon`make release' target, which builds a .dmg disk image...
2005-01-24 simonHelp should have the shortcut Command-?.
2005-01-24 simonImprove OS X help: split back up into multiple files...
2005-01-24 simonThe #definition of COMBINED was done very badly: it...
2005-01-24 simonFirst cut at online help under OS X. I just built the...
2005-01-24 simonThe main grid outline in Pattern was asymmetric between...
2005-01-24 simonFix two window-resizing bugs introduced by the addition...
2005-01-24 simonImprove fatal error handling.
2005-01-24 simonAdded a dock menu which makes it more convenient to...
2005-01-24 simonStatus bar support.
2005-01-23 simonImplemented the configurable dialog box mechanism,...
2005-01-23 simonAdded a framework for putting things other than the...
next