aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* For the convenience of Linux package maintainers, add to Makefile.gtkSimon Tatham2012-08-17
* Fix implicit split to @_. Also add 'use warnings', which would haveSimon Tatham2012-08-17
* Don't fail an assertion when setting up the provided clues at theSimon Tatham2012-07-29
* Vary the behaviour of Mines's solve function depending on whether theSimon Tatham2012-06-10
* Fix a bug introduced by r9495 in which we try to write temporary NULsSimon Tatham2012-06-06
* Add a hacky environment variable that lets me arrange a soak-test of aSimon Tatham2012-06-01
* Remove the speed optimisation in the stage 3 solver which makes theSimon Tatham2012-06-01
* Another uninitialised-variable fix, this one pointing out a real bug.Simon Tatham2012-06-01
* Add pointless initialisations to placate a gcc warning.Simon Tatham2012-06-01
* Write a comment outlining a design for a rewritten faster solver.Simon Tatham2012-05-31
* Bridges solver enhancement. In the stage 3 solver, we were consideringSimon Tatham2012-05-31
* Bridges solver fix: in map_update_possibles, collect values fromSimon Tatham2012-05-31
* Patch from Jonas Koelker to improve Filling's error highlighting: asSimon Tatham2012-05-14
* Patch from Jonas Koelker for the developer docs, fixing a couple ofSimon Tatham2012-05-14
* GNUstep compatibility: ensure both endpoints are actually drawn bySimon Tatham2012-05-06
* GNUstep compatibility: add a missing #include.Simon Tatham2012-05-06
* GNUstep compatibility: avoid attempting blitter_save with a partiallySimon Tatham2012-05-06
* GNUstep compatibility: stop using the API feature isFlipped/setFlippedSimon Tatham2012-05-06
* GNUstep compatibility: remove an unused variable which the compilerSimon Tatham2012-05-06
* GNUstep compatibility: comment out some API calls that GNUstepSimon Tatham2012-05-06
* GNUstep compatibility: spell null selectors "NULL", not "nil".Simon Tatham2012-05-06
* Add a section to mkfiles.pl to build a makefile that compiles the OS XSimon Tatham2012-05-06
* Stop using the deprecated NSString stringWithCString: methods.Simon Tatham2012-05-06
* Update the OS X makefile so I can build on Lion. Regrettably thatSimon Tatham2012-05-06
* Permit users to reconfigure the default setting for each puzzle usingSimon Tatham2012-04-10
* Add a difficulty exception to prevent Pearl spinning forever whenSimon Tatham2012-04-08
* Typo fix from Helge Kreutzmann, forwarded from Debian.Simon Tatham2012-04-08
* Increase by 1 pixel the clip rectangle used to draw and erase theSimon Tatham2012-04-08
* Swap a 'max' for a 'min', fixing an out-of-range colour componentSimon Tatham2012-04-08
* Increase by 1 in every direction the size of the blitter used to saveSimon Tatham2012-04-08
* Add an explicit -lm to the link lines in Makefile.gtk, after two usersSimon Tatham2012-04-07
* Fix redundant redrawing in Pegs. Apparently it has always redrawnSimon Tatham2012-04-07
* Change some instances of 'print $thing' to 'print $thing || ""', toSimon Tatham2012-04-07
* Error checking in Pattern, which was until now the only remaining gameSimon Tatham2012-04-06
* Comment the Mac build out of Buildscr, since I no longer have aSimon Tatham2012-04-03
* Patch from Jonas Koelker to add keyboard control support to Pearl.Simon Tatham2012-02-19
* Tweak a conditional expression in pearl.c to work around a display bugSimon Tatham2012-02-17
* Fix one-character typo in r9405 which was breaking right-clicks.Simon Tatham2012-02-13
* David Nickerson reports odd behaviour involving a drag start pointSimon Tatham2012-02-08
* Correct kdiff setting.Simon Tatham2012-02-02
* Don't try to run solver_killer_sums on a Killer cage with only oneSimon Tatham2012-02-02
* Fix a couple of typos in messages.Simon Tatham2012-02-02
* David Nickerson reports that it's possible to lay a line over a 'noSimon Tatham2012-02-02
* Sort out a bit of confusion between mouse- and keyboard-driven dragsSimon Tatham2012-01-31
* Move a debug statement at the end of new_clues from the caller (justSimon Tatham2012-01-31
* Add comments suggesting some solver upgrades to Light Up (perhaps forSimon Tatham2012-01-23
* The Light Up solver limits its recursion depth, so if it fails to findSimon Tatham2012-01-23
* Fix default parameter assignment in Light Up when validating anSimon Tatham2012-01-23
* Trivial and silly patch to allow users to configure the SignpostSimon Tatham2012-01-22
* It's a new year.Jacob Nevins2012-01-22