chiark / gitweb /
sgt-puzzles.git
2013-03-31 Simon TathamUndead was not ever actually draw_update()ing to the...
2013-03-31 Simon TathamMake sure the right element of the game-type dropdown...
2013-03-31 Simon TathamIntroduce a mechanism by which calls to midend_supersed...
2013-03-31 Simon TathamReinstate a missing semicolon.
2013-03-31 Simon TathamOops. I consistently misspelled my desired lineCap...
2013-03-31 Simon TathamFix a crash when changing presets in Inertia. Turns...
2013-03-31 Simon TathamDon't forget to restore the correct selection in the...
2013-03-31 Simon TathamApply a bodge to arrange that if the user selects Custo...
2013-03-31 Simon TathamStop using the dangerously unescaped 'innerHTML' for...
2013-03-31 Simon TathamForgot to make the web-page-building scripts executable.
2013-03-30 Simon TathamNew front end! To complement the webification of my...
2013-03-30 Simon TathamIntroduce a mechanism in this source tree for building...
2013-03-30 Simon TathamEdit the paragraph in the midend_deserialise() docs...
2013-03-30 Simon TathamAdd a midend function to return the current random...
2013-03-30 Simon TathamAdd documentation for the identify_game() function...
2013-03-30 Simon TathamFound a bug in nullgame! Its vestigial game_redraw...
2013-03-11 Simon TathamRemove a redundant and also erroneous memset.
2013-03-10 Jacob NevinsClarify instructions for 'Range' -- I initially read...
2013-03-10 Jacob NevinsMake Unruly's keyboard controls match the documentation...
2013-03-10 Jacob NevinsFix entering pencil marks from the keyboard; the cursor...
2013-02-24 Simon TathamStop using CLUE2CHAR to translate clues into text;...
2013-01-19 Simon TathamStop the analysis pass in Loopy's redraw routine from...
2013-01-19 Simon TathamBring Pearl's game-completion handling in line with...
2013-01-19 Simon TathamRevamp of the Windows command-line parsing and puzzle...
2013-01-09 Simon TathamPattern's display was broken for non-square puzzles...
2012-12-28 Simon TathamActually do what the comment says at the top of main...
2012-11-21 Simon TathamFix overnight build failure last night, by making the...
2012-11-20 Simon TathamWork around an annoying GTK behaviour I noticed the...
2012-11-03 Simon TathamA user points out that I could usefully clarify the...
2012-10-07 Simon TathamRemove an unused variable spotted by gcc 4.6.3.
2012-10-07 Simon TathamNew puzzle! 'Unruly', contributed by Lennard Sprong...
2012-09-10 Simon TathamMake indentation consistent. (Somehow I forgot to do...
2012-09-10 Simon TathamForgot to add the new 'const' in the unfinished subdire...
2012-09-09 Simon TathamOops, forgot to initialise changed_ascii on all paths...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2012-09-09 Jacob NevinsMinor tweaks to Undead docs.
2012-09-08 Simon TathamNew puzzle! Contributed by Steffen Bauer, an implementa...
2012-08-17 Simon TathamFor the convenience of Linux package maintainers, add...
2012-08-17 Simon TathamFix implicit split to @_. Also add 'use warnings',...
2012-07-29 Simon TathamDon't fail an assertion when setting up the provided...
2012-06-10 Simon TathamVary the behaviour of Mines's solve function depending...
2012-06-06 Simon TathamFix a bug introduced by r9495 in which we try to write...
2012-06-01 Simon TathamAdd a hacky environment variable that lets me arrange...
2012-06-01 Simon TathamRemove the speed optimisation in the stage 3 solver...
2012-06-01 Simon TathamAnother uninitialised-variable fix, this one pointing...
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...
next