chiark / gitweb /
sgt-puzzles.git
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.
2005-04-23 Simon TathamSimplify clip region handling under Windows, which...
2005-04-23 Simon TathamVisual C points out a couple of typos.
2005-04-23 Simon TathamInitial checkin of `Solo', the number-placing puzzle...
2005-03-15 Simon TathamOops. Just noticed that the Windows front end completel...
2005-02-24 Simon TathamStop the Pattern grid generation from generating an...
2005-02-24 Simon TathamFixes in grid generation for pedantic special cases...
2005-02-05 Simon TathamI've found NSView's setNeedsDisplayInRect: method,...
2005-01-25 Simon TathamNeed to impose a _maximum_ width on edit boxes, as...
2005-01-25 Simon TathamSanitising the mouse input data was a good idea, but my
2005-01-25 Simon TathamInclude code in midend.c to sanitise streams of mouse...
2005-01-25 Simon TathamAhem. Lots of stuff, including the new OS X sources...
2005-01-24 Simon TathamUpdates for OS X port (including updating copyright...
2005-01-24 Simon TathamAhem. Rogue copy and paste was causing preset menu...
2005-01-24 Simon Tatham`make release' target, which builds a .dmg disk image...
2005-01-24 Simon TathamHelp should have the shortcut Command-?.
2005-01-24 Simon TathamImprove OS X help: split back up into multiple files...
2005-01-24 Simon TathamThe #definition of COMBINED was done very badly: it...
2005-01-24 Simon TathamFirst cut at online help under OS X. I just built the...
2005-01-24 Simon TathamThe main grid outline in Pattern was asymmetric between...
2005-01-24 Simon TathamFix two window-resizing bugs introduced by the addition...
2005-01-24 Simon TathamImprove fatal error handling.
2005-01-24 Simon TathamAdded a dock menu which makes it more convenient to...
2005-01-24 Simon TathamStatus bar support.
2005-01-23 Simon TathamImplemented the configurable dialog box mechanism,...
2005-01-23 Simon TathamAdded a framework for putting things other than the...
2005-01-23 Simon TathamAh, no, _that_ fixes the malloc problem. I'd forgotten...
2005-01-23 Simon TathamI _think_ this has just fixed an uninitialised-memory...
2005-01-23 Simon TathamDynamically frob the menu bar to achieve selection...
2005-01-23 Simon TathamFlesh out the menus a bit.
2005-01-22 Simon TathamUpdate TODO.
2005-01-22 Simon TathamInitial checkin of a Mac OS X port of puzzles, using...
2005-01-22 Simon TathamArrange that we really _can_ compile all the puzzles...
2005-01-17 Simon TathamRather than each game backend file exporting a whole...
2004-12-22 Jacob NevinsAdd a `jumble' key (`J') to Net, which scrambles the...
2004-12-17 Jacob NevinsAdd grotty casts to prevent negative -> large positive...
2004-12-08 Jacob NevinsTweak Pattern doc for consistency with other puzzles.
2004-12-08 Simon TathamBah; r4954 introduced an array overrun.
2004-12-08 Simon TathamGame completion detection was occasionally failing...
2004-12-07 Simon TathamNew puzzle: `pattern'.
2004-11-18 Simon TathamMove MODULE files out of individual project directories...
2004-11-16 Simon TathamRemove .cvsignore files on all active branches.
2004-09-06 Simon TathamMove the deactivate_timer() call from window_destroy...
2004-09-01 Simon TathamDeactivate the timer when we destroy the puzzle window...
2004-08-17 Simon TathamNow we have the `dir' parameter, we should use it where...
2004-08-17 Simon TathamRemove extraneous underscores at start and end of Recta...
2004-08-16 Jacob NevinsNet's redraw function now uses the `dir' argument to...
2004-08-16 Jacob NevinsAfter discussion with Simon, the game redraw functions...
2004-08-16 Jacob NevinsUI nit: make cursor visible upon use of A/S/D keyboard...
2004-08-16 Simon TathamThis repository needs to have a copy of mkfiles.pl...
2004-08-16 Simon TathamClarify that difficulty does not increase forever as...
2004-08-16 Simon TathamRobustness in the face of a completely configurable...
2004-08-16 Simon TathamMoved my puzzle collection out into ixion's main CVS...
2004-08-16 Simon TathamJust for convenience, a docs Makefile, outside the...
2004-08-16 Simon TathamFold in the expanded-grid mechanism for generating...
2004-08-16 Simon TathamAdded a help file, mostly thanks to Jacob.
2004-07-30 Simon TathamFailed to connect up the `destroy' signal in error_box...
2004-07-05 Simon TathamHACKING should be in .cvsignore.
2004-05-26 Simon TathamRichard B's utterly evil `netslide': cross between...
2004-05-24 Simon TathamAdded the beginnings of a hacking guide.
2004-05-22 Simon Tathammakedist.sh should be silent.
2004-05-22 Simon TathamFix a memory leak.
2004-05-20 Simon TathamNow that we have string-encodable game parameters,...
2004-05-19 Simon TathamIntroduce routines in each game module to encode a...
2004-05-12 Simon TathamFix `visible' calculation (again).
2004-05-12 Simon TathamAhem. Seed validation was completely broken.
2004-05-12 Simon TathamDuring redraws, I now do corner analysis centrally...
next