sgt/puzzles
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...
2005-01-23 simonAh, no, _that_ fixes the malloc problem. I'd forgotten...
2005-01-23 simonI _think_ this has just fixed an uninitialised-memory...
2005-01-23 simonDynamically frob the menu bar to achieve selection...
2005-01-23 simonFlesh out the menus a bit.
2005-01-22 simonUpdate TODO.
2005-01-22 simonInitial checkin of a Mac OS X port of puzzles, using...
2005-01-22 simonArrange that we really _can_ compile all the puzzles...
2005-01-17 simonRather than each game backend file exporting a whole...
2004-12-22 jacobAdd a `jumble' key (`J') to Net, which scrambles the...
2004-12-17 jacobAdd grotty casts to prevent negative -> large positive...
2004-12-08 jacobTweak Pattern doc for consistency with other puzzles.
2004-12-08 simonBah; r4954 introduced an array overrun.
2004-12-08 simonGame completion detection was occasionally failing...
2004-12-07 simonNew puzzle: `pattern'.
2004-11-18 simonMove MODULE files out of individual project directories...
2004-11-16 simonRemove .cvsignore files on all active branches.
2004-11-16 simonCVS revision numbers, stored as `cvs2svn:cvs-rev' prope...
2004-09-06 simonMove the deactivate_timer() call from window_destroy...
2004-09-01 simonDeactivate the timer when we destroy the puzzle window...
2004-08-17 simonNow we have the `dir' parameter, we should use it where...
2004-08-17 simonRemove extraneous underscores at start and end of Recta...
2004-08-16 jacobNet's redraw function now uses the `dir' argument to...
2004-08-16 jacobAfter discussion with Simon, the game redraw functions...
2004-08-16 jacobUI nit: make cursor visible upon use of A/S/D keyboard...
2004-08-16 simonThis repository needs to have a copy of mkfiles.pl...
2004-08-16 simonClarify that difficulty does not increase forever as...
2004-08-16 simonRobustness in the face of a completely configurable...
2004-08-16 simonMoved my puzzle collection out into ixion's main CVS...
2004-08-16 simonJust for convenience, a docs Makefile, outside the...
2004-08-16 simonFold in the expanded-grid mechanism for generating...
2004-08-16 simonAdded a help file, mostly thanks to Jacob.
2004-07-30 simonFailed to connect up the `destroy' signal in error_box...
2004-07-05 simonHACKING should be in .cvsignore.
2004-05-26 simonRichard B's utterly evil `netslide': cross between...
2004-05-24 simonAdded the beginnings of a hacking guide.
2004-05-22 simonmakedist.sh should be silent.
2004-05-22 simonFix a memory leak.
2004-05-20 simonNow that we have string-encodable game parameters,...
2004-05-19 simonIntroduce routines in each game module to encode a...
2004-05-12 simonFix `visible' calculation (again).
2004-05-12 simonAhem. Seed validation was completely broken.
2004-05-12 simonDuring redraws, I now do corner analysis centrally...
2004-05-12 simonRemove vestigial code from the previous attempt at...
2004-05-12 simonFiddle with the coordinate system to see if I can impro...
2004-05-12 simonFlash on completion. Two people actually complained...
2004-05-11 simonMissing draw_update call.
2004-05-11 simonRename the Windows Net executable, due to its clash...
2004-05-11 simonNow we have the UI abstraction, use it to implement...
2004-05-11 simonAnd I _always_ forget to clear the background when...
2004-05-11 simonCosmetic fixes for Windows.
2004-05-11 simonDon't rush move animation to a conclusion on a subseque...
2004-05-11 simonWe should turn off the dragging variables in the UI...
2004-05-11 simonRectangles is now actually playable, since I've used...
2004-05-11 simonOops - missed a bit in the GTK front end :-)
2004-05-11 simonFramework alteration: we now support a `game_ui' struct...
2004-05-11 simonAdded a new game, `Rectangles', taken from nikoli.co.jp.
2004-05-04 simonForgot to initialise the font variables in the Windows...
2004-05-04 simonForgot to set up the initial value of checkboxes.
2004-05-04 simondupstr() should take a const char *. In particular...
2004-05-04 simonNet puzzles more than 32 tiles wide weren't working...
2004-05-04 simonPeter Maydell points out that the README misspells...
2004-05-04 simonUninitialised variable caused ultra-wide windows. Silly.
2004-05-03 simonAdd a README.
2004-05-03 simonShell script to prepare a source distribution archive.
2004-05-03 simonAdd a licence file.
2004-05-03 simonRedraws during undo in Sixteen had been broken by my...
2004-05-03 simonGTK and Windows appear to handle timers very differently:
2004-05-03 simonMake Return and Escape work reliably in GTK dialog...
2004-05-03 simonThe Windows RNG turns out to only give about 16 bits...
2004-05-03 simonImplement selection of game seeds, by reusing the confi...
2004-05-03 simon`Fifteen' was getting the parity wrong on any size...
2004-05-03 simonGame configuration box for Windows, by constructing...
2004-05-02 simon`BOOLEAN' is a term already used by Win32. Bah. Change...
2004-05-01 simonConfiguration dialog box, on the GTK front end only...
2004-05-01 simonRemove arbitrary restriction on Net minimum game size...
next