chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / galaxies.c
2017-09-24 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2017-01-17 Ben Hutchingssgt-puzzles (20161228.7cae89f-1) unstable; urgency...
2017-01-17 Ben HutchingsImport sgt-puzzles_20161228.7cae89f.orig.tar.gz
2015-09-26 Chris BoyleEnforce more than one dot in Galaxies puzzles.
2015-05-11 Kevin LylesHandle replacing an existing arrow
2015-05-11 Kevin LylesFix the extra arrow hanging around while moving the...
2015-05-11 Kevin LylesMark some arguments constant
2015-05-11 Kevin LylesFix the issue with adding only one arrow when the other...
2015-05-11 Kevin LylesAdd/remove the opposite arrow when you let go
2015-05-11 Kevin LylesDraw the opposite arrow only while dragging
2015-05-11 Kevin LylesMoved all function declarations to the top of the file
2015-05-11 Kevin LylesUse the game_state and space typedefs
2015-05-11 Kevin LylesAlways use ret instead of state in execute_move
2015-05-11 Kevin LylesFixed a typo in a comment
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2012-04-08 Simon TathamSwap a 'max' for a 'min', fixing an out-of-range colour...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2009-06-17 Simon TathamMemory management and other fixes from James H.
2009-01-15 Simon TathamKeyboard cursor support in Galaxies, by James H.
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-04-07 Simon TathamRevise the printing colour framework so that we can...
2007-03-23 Simon TathamKyle Brazell points out that the completion checker...
2007-03-03 Simon TathamMy favourite kind of patch, from James H: one which...
2007-03-02 Jacob NevinsFix problems with arrow UI with non-square grid.
2007-03-01 Simon TathamSilliness! Here's a somewhat hacky patch which builds...
2007-03-01 Simon TathamCleanup patch from James H: disable the `s' key, which...
2007-03-01 Simon TathamBound edge thicknesses below so that they're always...
2007-02-28 Simon TathamGeneral cleanups patch from James H:
2007-02-28 Simon TathamGary Wong points out a couple of minor errors in the...
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2007-02-25 Simon TathamGalaxies doesn't print in colour.
2007-02-25 Jacob NevinsFix a UI glitch where dragging an existing arrow could...
2007-02-24 Simon TathamSomehow I let a couple of // comments get past me when...
2007-02-22 Simon TathamAnd fix the error _I_ made in r7311. I should stop...
2007-02-22 Simon TathamPart of r7310 completely changed the careful semantics...
2007-02-22 Simon TathamPatch from James H to make the Palm compiler stop objec...
2007-02-22 Simon TathamWe may reluctantly permit the returning of a too-easy...
2007-02-22 Simon TathamAdd James Harvey's excellent new puzzle, `Galaxies'.