chiark / gitweb /
sgt-puzzles.git
2012-06-01 Simon TathamAdd pointless initialisations to placate a gcc warning.
2012-05-31 Simon TathamWrite a comment outlining a design for a rewritten...
2012-05-31 Simon TathamBridges solver enhancement. In the stage 3 solver,...
2012-05-31 Simon TathamBridges solver fix: in map_update_possibles, collect...
2012-05-14 Simon TathamPatch from Jonas Koelker to improve Filling's error...
2012-05-14 Simon TathamPatch from Jonas Koelker for the developer docs, fixing...
2012-05-06 Simon TathamGNUstep compatibility: ensure both endpoints are actual...
2012-05-06 Simon TathamGNUstep compatibility: add a missing #include.
2012-05-06 Simon TathamGNUstep compatibility: avoid attempting blitter_save...
2012-05-06 Simon TathamGNUstep compatibility: stop using the API feature isFli...
2012-05-06 Simon TathamGNUstep compatibility: remove an unused variable which...
2012-05-06 Simon TathamGNUstep compatibility: comment out some API calls that...
2012-05-06 Simon TathamGNUstep compatibility: spell null selectors "NULL"...
2012-05-06 Simon TathamAdd a section to mkfiles.pl to build a makefile that...
2012-05-06 Simon TathamStop using the deprecated NSString stringWithCString...
2012-05-06 Simon TathamUpdate the OS X makefile so I can build on Lion. Regret...
2012-04-10 Simon TathamPermit users to reconfigure the default setting for...
2012-04-08 Simon TathamAdd a difficulty exception to prevent Pearl spinning...
2012-04-08 Simon TathamTypo fix from Helge Kreutzmann, forwarded from Debian.
2012-04-08 Simon TathamIncrease by 1 pixel the clip rectangle used to draw...
2012-04-08 Simon TathamSwap a 'max' for a 'min', fixing an out-of-range colour...
2012-04-08 Simon TathamIncrease by 1 in every direction the size of the blitte...
2012-04-07 Simon TathamAdd an explicit -lm to the link lines in Makefile.gtk...
2012-04-07 Simon TathamFix redundant redrawing in Pegs. Apparently it has...
2012-04-07 Simon TathamChange some instances of 'print $thing' to 'print ...
2012-04-06 Simon TathamError checking in Pattern, which was until now the...
2012-04-03 Simon TathamComment the Mac build out of Buildscr, since I no longe...
2012-02-19 Simon TathamPatch from Jonas Koelker to add keyboard control suppor...
2012-02-17 Simon TathamTweak a conditional expression in pearl.c to work aroun...
2012-02-13 Simon TathamFix one-character typo in r9405 which was breaking...
2012-02-08 Simon TathamDavid Nickerson reports odd behaviour involving a drag...
2012-02-02 Simon TathamCorrect kdiff setting.
2012-02-02 Simon TathamDon't try to run solver_killer_sums on a Killer cage...
2012-02-02 Simon TathamFix a couple of typos in messages.
2012-02-02 Simon TathamDavid Nickerson reports that it's possible to lay a...
2012-01-31 Simon TathamSort out a bit of confusion between mouse- and keyboard...
2012-01-31 Simon TathamMove a debug statement at the end of new_clues from...
2012-01-23 Simon TathamAdd comments suggesting some solver upgrades to Light...
2012-01-23 Simon TathamThe Light Up solver limits its recursion depth, so...
2012-01-23 Simon TathamFix default parameter assignment in Light Up when valid...
2012-01-22 Simon TathamTrivial and silly patch to allow users to configure...
2012-01-22 Jacob NevinsIt's a new year.
2012-01-22 Simon TathamTweak right-click processing to be less finicky.
2012-01-22 Simon TathamNew puzzle! Or rather, new-ish, because this one has...
2012-01-17 Simon TathamFix a bug causing premature defeatism in the Bridges...
2011-12-28 Simon TathamAllow --save to work with --soln, causing saved game...
2011-12-28 Simon TathamFix bug in error reporting for --save caused by freeing...
2011-12-28 Simon TathamFix bug in --save caused by failure to initialise ctx...
2011-12-21 Simon TathamIn Group, the keyboard-controlled cursor should respect...
2011-09-18 Simon TathamRemove the 'cheated' flag in Range's game_ui, which...
2011-09-18 Simon TathamWhen we run out of background colours for chains and...
2011-09-18 Simon TathamPatch from Chris Boyle to fix Signpost's labelling...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-05-22 Simon TathamPass background colour as a parameter to draw_gts and...
2011-05-11 Simon TathamFix segfault in Loopy printing, introduced when I added...
2011-05-07 Simon TathamHaving played Keen a bit following the clue-generation...
2011-05-06 Simon TathamApply the rotation in Penrose grid descriptions by...
2011-05-05 Simon TathamApply a missing bit of r9164, which only broke the...
2011-05-04 Simon TathamPortability fixes, mostly from James for Palm purposes...
2011-05-04 Simon TathamHaving looked at Keen's clue selection code, I also...
2011-05-04 Simon TathamFix warnings generated by gcc 4.6.0 about variables...
2011-04-26 Simon TathamFix two memory leaks reported by Tiago Dionizio in...
2011-04-25 Simon TathamForgot to set 'has_incentre' on triangular grids, which...
2011-04-24 Simon TathamFrom James Harvey (via a period of collaborative polish...
2011-04-23 Simon TathamOops: initialise that new 'has_incentre' flag to false...
2011-04-23 Simon TathamMove most of face_text_pos() into grid.c, leaving in...
2011-04-23 Simon TathamReplace my brute-force algorithm in face_text_pos with...
2011-04-23 Simon TathamStop calling face_text_pos() for faces that don't need...
2011-04-23 Simon TathamSupport user-specified extra link flags (XLFLAGS) in...
2011-04-11 Simon TathamFix mismatch between printf format strings and argument...
2011-04-05 Simon TathamRemove a stray diagnostic.
2011-04-05 Simon TathamFix an amusing cut-and-paste error in the Java drawing...
2011-04-05 Simon TathamAdjust the yellow used for LINE_UNKNOWN so that it...
2011-04-03 Simon TathamTrivial markup fix.
2011-04-03 Simon TathamAdd a new deduction to Easy level, which is as small...
2011-04-03 Simon TathamMove up midend_is_solved() in the developer docs from...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2011-04-02 Simon TathamAdd functions provided by the midend to tell a front...
2011-04-02 Simon TathamRework the Loopy grid drawing algorithm so that it...
2011-04-02 Simon TathamImprove the algorithm for figuring out where the number...
2011-04-02 Simon TathamWhen a lot of edges meet the same point - and, in parti...
2011-02-24 Simon TathamAnother patch from Chris Moore implementing two more...
2011-02-24 Simon TathamRetire the 'middle_face' field in 'struct grid', togeth...
2011-02-23 Simon TathamPatch from Chris Moore to implement an extra grid type...
2011-02-23 Simon TathamPatch from Chris Moore to improve the generality of
2011-02-08 Simon TathamAnother UI feature for Group: now you can click between...
2011-02-03 Simon TathamThe printing function in Bridges was unable to cope...
2011-01-09 Simon TathamFix error highlighting after table rearrangement.
2011-01-08 Simon TathamAdd the ability to reorder the rows and columns in...
2011-01-06 Simon TathamIntroduce a mechanism in Buildscr for optionally buildi...
2010-11-06 Simon TathamAlso, it's ugly to blank out pieces of the applet windo...
2010-11-06 Simon TathamIn the Java front end, don't try to guess the puzzle...
2010-11-06 Simon TathamFixes to r8997: firstly, move the fix out of #ifdef...
2010-10-01 Simon TathamLiam Clarke points out that the use of the word 'radius...
2010-09-20 Simon TathamMemory leak fixes from Jonas Koelker.
2010-09-14 Simon TathamJonas Koelker reports that using the version of GTK...
2010-09-14 Simon TathamNew puzzle from Jonas Koelker: 'Range', an implementati...
2010-07-04 Simon TathamPatch from Jonas Koelker to fix a double free in magnet...
2010-06-27 Simon TathamSome minor fixes to the unfinished Pearl solver:
2010-05-30 Simon TathamSome kernels don't like my #! line. Move the -w into...
next