chiark / gitweb /
sgt-puzzles.git
2017-10-03 Ian JacksonUpdate changelog for 20170923.ff218728-0+iwj2~3.gbpc58e... master
2017-10-03 Ian JacksonMerge branch 'master' of https://git.tartarus.org/simon...
2017-10-01 Simon TathamMake the code base clean under -Wwrite-strings.
2017-10-01 Simon TathamAssorted char * -> const char * API changes.
2017-10-01 Simon TathamReturn error messages as 'const char *', not 'char *'.
2017-10-01 Simon TathamUse a proper union in struct config_item.
2017-10-01 Simon TathamNew name UI_UPDATE for interpret_move's return "".
2017-10-01 Simon TathamFix an int->pointer cast warning in windows.c.
2017-10-01 Simon TathamMake newgame_undo_buf 'char *', not 'void *'.
2017-10-01 Simon TathamForbid undo of new-game if it would change the params.
2017-10-01 Simon TathamStyle tweaks to the newgame_undo patch.
2017-10-01 Ian Jacksonmidend: Allow "new game" to be undone
2017-10-01 Simon Tathammidend_deserialise: accept an extra validation function.
2017-10-01 Simon Tathammidend_deserialise: keep deserialised data in a struct.
2017-10-01 Simon Tathamdeserialise: use the right one of {,c}params.
2017-09-30 Ian Jacksontracks: Make error clue background white
2017-09-30 Ian Jacksontracks: Greyscale colour initialisation: line up columns
2017-09-30 Ian Jacksontracks.c: draw_clue: Introduce bg parameter
2017-09-30 Simon TathamFix changing puzzle size in a maximised GTK3 window.
2017-09-30 Simon TathamFix auto-selection of presets in GTK.
2017-09-30 Ian JacksonUpdate changelog for 20170923.ff218728-0+iwj2~2.gbpdf5c...
2017-09-30 Ian Jacksonmidend: Allow "new game" to be undone
2017-09-30 Ian Jacksontracks: Make error clue background white
2017-09-30 Ian Jacksontracks: Greyscale colour initialisation: line up columns
2017-09-30 Ian Jacksontracks.c: draw_clue: Introduce bg parameter
2017-09-30 Simon TathamNet: rewrite the drawing code for better scalability.
2017-09-30 Ian JacksonUpdate changelog for 20170923.ff218728-0+iwj2~1.gbpc10c...
2017-09-30 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-09-30 Ian JacksonRevert "RFH: tracks: Grid line width problems"
2017-09-29 Simon TathamNet: reference-count the barriers array.
2017-09-29 Simon Tathamtracks: thicken the lines of the grid itself.
2017-09-29 Simon TathamFix a typo in devel.but.
2017-09-29 Ian Jacksontracks: Roughly double the thickness of the "no track...
2017-09-29 Ian Jacksontracks: Scale thickness of "no track here" crosses
2017-09-29 Ian Jacksondraw_thick_line: Bound thickness by 1.0 below
2017-09-29 Ian JacksonRFH: tracks: Grid line width problems
2017-09-29 Ian Jacksontracks: Roughly double the thickness of the "no track...
2017-09-29 Ian Jacksontracks: Scale thickness of "no track here" crosses
2017-09-29 Ian Jacksondraw_thick_line: Bound thickness by 1.0 below
2017-09-24 Simon TathamAvoid macro-generating a trailing comma in an enum.
2017-09-24 Ian Jacksonchangelog: document last change for-aldabra
2017-09-24 Ian JacksonRevert "Switch to using Halibut's new direct .CHM gener...
2017-09-24 Ian Jacksonremove -pedantic
2017-09-24 Ian Jacksonchangelog: version
2017-09-24 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-09-24 Ian Jacksonchangelog: version
2017-09-24 Ian Jacksondeclare ff Merge commit '7cae89f' into HEAD
2017-09-23 Simon TathamPattern: randomise rounding bias in generate().
2017-09-23 Simon TathamPattern: missing special case in the solver.
2017-09-20 Simon TathamBuild test HTML wrapper pages for the Javascript puzzles.
2017-09-20 Simon TathamMap Ctrl-Shift-Z to Redo.
2017-09-20 Simon TathamGenerate special fake keypresses from menu options.
2017-09-14 Simon TathamCall game_id_change_notify_function after deserialisation.
2017-09-07 Simon TathamFix borders on the HTML menu bar.
2017-09-06 Simon TathamHTML: move 'New game' back out of the drop-down menu.
2017-09-05 Simon TathamMake the images on the web page link to the JS puzzles.
2017-09-05 Simon TathamSupport for loading games in Javascript puzzles.
2017-09-05 Simon TathamSupport for saving games in Javascript puzzles.
2017-09-05 Simon TathamFactor some HTML dialog functions out of emcclib.
2017-09-05 Simon TathamOrganise the JS menus/buttons bar more like a menu.
2017-09-04 Simon TathamMines: show the number of safe squares left, if it...
2017-08-24 Simon TathamSwitch the Windows builds over to clang-cl.
2017-08-24 Simon TathamSet up a clang-cl makefile.
2017-08-24 Simon TathamWin64-cleanness: switch to {Get,Set}WindowLongPtr.
2017-08-24 Simon TathamDiscontinue the Inno Setup Puzzles installer.
2017-08-24 Simon TathamNet: fix assertion failure on insoluble puzzles.
2017-06-05 Phil BordelonMake cellsize a char.
2017-05-13 Simon TathamSwitch to using Halibut's new direct .CHM generation.
2017-05-07 Simon TathamSwitch chiark URLs to https.
2017-05-05 Simon TathamFix infinite-loop bug in Loopy's autofollow feature.
2017-04-30 Simon TathamNitpicks to the previous commit.
2017-04-30 Franklin WeiWork around non-compliant sprintf().
2017-04-26 Simon TathamLoopy: optional 'autofollow' UI feature.
2017-04-26 Simon TathamUse the new hierarchical preset menu feature in Loopy.
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2017-04-26 Simon TathamJavascript puzzles: switch to a CSS-based drop-down...
2017-04-24 Simon TathamUse symbolic enum values in the Loopy presets array.
2017-04-24 Simon TathamNew Loopy tiling: 'Great Great Dodecagonal'.
2017-03-13 Simon TathamNet: rework status line to cope with empty squares.
2017-03-12 Simon TathamNet: fix completion check if top left square is empty.
2017-02-27 Simon TathamGTK API deprecation: in GTK 3.22, stop using gdk_cairo_...
2017-02-27 Simon TathamGTK API deprecation: use GtkCssProvider for window...
2017-01-17 Ben Hutchings_show-debian-version-number
2017-01-17 Ben Hutchings_slant-shade-filled
2017-01-17 Ben Hutchings_online-help
2017-01-17 Ben Hutchings_make-more-docs
2017-01-17 Ben Hutchings_translate-docs
2017-01-17 Ben Hutchingsfix-ftbfs-with-gcc-6
2017-01-17 Ben Hutchings_fix-pearl-min-dimensions
2017-01-17 Ben Hutchingssgt-puzzles (20161228.7cae89f-1) unstable; urgency...
2017-01-17 Ben HutchingsImport sgt-puzzles_20161228.7cae89f.orig.tar.gz
2017-01-17 Ben HutchingsImport sgt-puzzles_20161228.7cae89f-1.debian.tar.xz
2016-12-27 Simon TathamAdd some missing calls to midend_redraw().
2016-12-16 Simon TathamFix missing error highlights (+ array underrun!) in...
2016-12-11 Simon TathamCorrect a logic error in Unequal game desc validation.
2016-12-06 Khem RajClarify conditions to avoid compiler errors
2016-12-03 Simon TathamStop using deprecated GTK 3 geometry-based functions.
2016-10-30 Simon TathamClarify the Black Box rules slightly.
2016-10-28 Simon TathamFix completion checking in Killer Solo.
2016-04-28 Simon TathamAccount for disconnected paths in Loopy and Pearl error...
next