chiark / gitweb /
sgt-puzzles.git
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...
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...
next