chiark / gitweb /
sgt-puzzles.git
2014-09-24 Simon TathamRemove dependencies on Subversion.
2014-09-21 Simon TathamImprove connectedness-error highlighting in Singles.
2014-09-09 Simon TathamImprove connectedness-error highlighting in Range.
2014-06-21 Simon TathamFix vertically misaligned text in Javascript puzzles.
2014-04-20 Simon TathamChange our method of calling main() in emccpre.js.
2014-04-20 Simon TathamAdd a missing #include.
2014-03-30 Simon TathamReinstate the Mac OS build step.
2014-02-22 Simon TathamFix the Automake makefile for automake 1.14.
2014-01-16 Jacob NevinsContinue the tradition of only remembering to update...
2014-01-07 Simon TathamPosition the monster counts more sensibly.
2013-11-28 Simon TathamFix a printf 64-bit-cleanness error.
2013-10-09 Simon TathamFix an edge case of divider-obsoletion in Group.
2013-10-09 Simon TathamFaintly highlight the leading diagonal of Group's grid.
2013-08-29 Jacob NevinsDocument 'Unique rows and columns' option in Unruly...
2013-07-30 Jacob NevinsFix a failure to warn about non-unique rows/columns...
2013-07-05 Simon TathamStop using a zero precision specifier with sprintf...
2013-07-02 Simon TathamMake svn-based version identification still work in...
2013-07-02 Simon TathamFix small bugs in the automake construction which were...
2013-06-30 Simon TathamAdd a check in the new configure script to enable lots...
2013-06-30 Simon TathamAdd a mechanism to the automake system to allow 'make...
2013-06-30 Simon TathamSupport building via autoconf and automake. mkfiles...
2013-06-27 Simon TathamAdjust the build script to turn the NestedVM build...
2013-06-19 Simon TathamRemove stray bashisms from the NestedVM makefile.
2013-06-08 Simon TathamRemove spurious "unfinished/" that appeared at the...
2013-06-08 Simon TathamAdd comment to remind myself (and anyone else) how...
2013-06-08 Simon TathamScript to read the new gamedesc.txt and create .desktop...
2013-06-08 Simon TathamRename wingames.lst to gamedesc.txt, and add a couple...
2013-05-10 Simon TathamFix grid generation crashes at Penrose 3x3 sizes. What...
2013-05-05 Simon TathamCorrect the comment at the top of unruly.c, which is...
2013-05-05 Simon TathamNew configuration option in Unruly, to enable a mode...
2013-04-13 Simon TathamD'oh, forgot to adjust devel.but for the const changes.
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-13 Simon TathamFix a memory management bug in Filling: in some situati...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2013-04-12 Simon TathamPatch from Rogier Goossens to speed up the Pattern...
2013-04-12 Simon TathamAdjust Keen's grid generation to constrain the maximum...
2013-04-12 Simon TathamApply some optimisation to Undead's get_unique() functi...
2013-04-11 Simon TathamIntroduce some extra testing and benchmarking command...
2013-04-11 Simon TathamRevamp the triangular grid generation in Loopy, which...
2013-04-07 Simon TathamSplit Untangle's background colour into two. COL_BACKGR...
2013-04-07 Simon TathamAdd a draggable resize handle to the JS puzzles.
2013-04-07 Simon TathamFix a typo I noticed in passing.
2013-04-07 Simon TathamAdd a new midend function to reset the tile size to...
2013-04-07 Simon TathamSmall refactor to relative_mouse_coords: now the functi...
2013-04-06 Simon TathamFix the 'puzzle doesn't work' apology, which I'd accide...
2013-04-06 Simon TathamDon't forget to NULL out the new game id notification...
2013-04-05 Simon TathamMention Safari in the list of tested browsers.
2013-04-05 Simon TathamUpdate the list of tested browsers.
2013-04-05 Simon TathamRegretfully remove my trickery with a hidden <option...
2013-04-05 Simon TathamRewrite the JS keyboard handling to cope with IE and...
2013-04-05 Simon TathamAssorted HTML/CSS fiddlings to make things work better...
2013-04-05 Simon TathamStop accidentally subtracting onscreen_canvas.offset...
2013-04-05 Simon TathamImplement debug_printf() in the Emscripten front end...
2013-04-05 Simon TathamIE doesn't default to giving focus to the puzzle canvas...
2013-04-05 Simon TathamI've just realised that the JS puzzles' permalinks...
2013-04-05 Simon TathamRemove trailing commas at the ends of initialiser lists...
2013-04-05 Simon TathamClarify header comments in the Emscripten frontend...
2013-04-03 Simon TathamTry to give a more friendly message if anything goes...
2013-04-02 Simon TathamFix a grammatical confusion on the Unruly web page.
2013-04-01 Simon TathamRewrite trim_rect() for robustness.
2013-04-01 Simon TathamGreg Hewgill points out a code path on which the angle...
2013-03-31 Simon TathamFix the icon makefile in the wake of r9795.
2013-03-31 Simon TathamA UI suggestion from Ben: label the Custom element...
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...
next