chiark / gitweb /
sgt-puzzles.git
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...
2010-05-29 Simon TathamPatch from Mark Wooding to add documentation of the new
2010-05-29 Simon TathamPatch from Mark Wooding to add antialiasing-safety...
2010-05-29 Simon TathamPatch from Mark Wooding to reorganise Loopy's redraw...
2010-05-29 Simon TathamPatch from Mark Wooding to introduce a draw_thick_line...
2010-05-29 Simon TathamPatch from Mark Wooding to (optionally at compile time...
2010-05-29 Simon TathamPatch from Mark Wooding to disable GTK's internal doubl...
2010-05-29 Simon TathamPatch from Mark Wooding to use GTK stock items for...
2010-05-29 Simon TathamMake mkfiles.pl clean under 'perl -w'. Fixes one minor...
2010-05-16 Simon TathamPatch from Ben Hutchings to fix an error-checking goof...
2010-05-09 Simon TathamA user points out that Signpost doesn't in fact use...
2010-04-26 Simon TathamFix a build-breaking bug I introduced to the OS X makef...
2010-04-25 Simon TathamModification of a patch from Debian: eliminate the...
2010-04-25 Simon TathamPatch idea from Debian, but modified considerably in...
2010-04-25 Simon TathamPatch from Debian, to bring the use of the X selection...
2010-04-18 Simon TathamWording tweaks inspired by (but not the same as) some...
2010-04-18 Simon TathamPatch from Ben Hutchings: explicitly initialise somethi...
2010-04-17 Simon TathamFix incorrect uses of ctype.h (passing it uncast chars...
2010-04-17 Simon TathamFix from James H for an assertion failure during Signpost
2010-04-02 Simon TathamAdd '-v' option to patternsolver, to make it show its...
2010-04-02 Simon TathamDylan O'Donnell reports that Signpost hangs on trying...
2010-03-21 Simon TathamChris Boyle reports an off-by-two error ('a Qui-Gon...
2010-03-21 Simon TathamError highlighting bug in Bridges: when counting the...
2010-02-24 Simon TathamAnother w/h transposition typo.
2010-02-24 Simon TathamTypo affecting gameplay on grids wider than they are...
2010-02-22 Simon TathamFixes from James H to the numbering of squares, in...
2010-02-18 Simon TathamFix build failure on MacOS by initialising a variable...
2010-02-17 Simon TathamA proper fix from James H for the negative number issue...
2010-02-17 Jacob NevinsTypo fix (from Debian).
2010-02-16 Simon TathamCapitalisation glitch.
2010-02-16 Simon Tatham'Fix' an assertion failure during play: accidentally...
2010-02-16 Simon TathamDocs and comments fixes from James H.
2010-02-15 Simon TathamUpdates to the new-puzzle checklist, since the world...
2010-02-15 Simon TathamNew puzzle! Setting what might be a record for how...
2010-01-19 Simon TathamPatch inspired by one from James H: remove spurious...
2010-01-18 Simon TathamFix from James H: the shared code between drawing and...
2010-01-18 Simon TathamFix from James H: in printing mode, the shared code...
2010-01-18 Simon TathamMemory leak fix from James H.
2010-01-17 Simon TathamPatch from James H to fix a bug in which ambiguous...
2010-01-16 Jacob NevinsTypo/formatting fixes for Magnets documentation.
2010-01-16 Simon TathamHighlight the sides as well as the top of a tower when...
2010-01-13 Simon TathamDon't use payload strings directly as the format for...
2010-01-13 Simon TathamPlacate optimiser.
2010-01-13 Simon TathamNew puzzle from James H: 'Magnets'.
2010-01-12 Simon TathamCouple of small changes to Singles from James H which...
2010-01-12 Simon TathamPatch from James H: make the Windows debugging output...
2010-01-12 Simon TathamAdd a couple more checks to the 3d collision detection...
2010-01-11 Jacob NevinsCorrections to Singles documentation, plus index terms.
2010-01-11 Simon TathamMisspelled keyword.
next