chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / unfinished /
2015-01-13 Simon TathamPut the game summaries from the website into gamedesc...
2014-12-18 Simon TathamPermit selecting a diagonal of squares at once in Group.
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-06-30 Simon TathamAdd a mechanism to the automake system to allow 'make...
2013-06-08 Simon TathamRemove spurious "unfinished/" that appeared at the...
2013-06-08 Simon TathamRename wingames.lst to gamedesc.txt, and add a couple...
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-10 Simon TathamForgot to add the new 'const' in the unfinished subdire...
2012-01-22 Simon TathamNew puzzle! Or rather, new-ish, because this one has...
2011-12-21 Simon TathamIn Group, the keyboard-controlled cursor should respect...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-05-04 Simon TathamFix warnings generated by gcc 4.6.0 about variables...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2011-02-08 Simon TathamAnother UI feature for Group: now you can click between...
2011-01-09 Simon TathamFix error highlighting after table rearrangement.
2011-01-08 Simon TathamAdd the ability to reorder the rows and columns in...
2010-09-20 Simon TathamMemory leak fixes from Jonas Koelker.
2010-06-27 Simon TathamSome minor fixes to the unfinished Pearl solver:
2010-01-09 Simon TathamOops. Uncomment the difficulty exceptions! (Also add...
2010-01-05 Simon TathamProof that check_errors() is sufficient.
2010-01-05 Simon TathamRefer to group elements by letters instead of numbers...
2010-01-05 Simon TathamAdd an even more evil (!) game mode, in which it's...
2010-01-05 Simon TathamYikes! Fix a misaimed 'sizeof' which I only got away...
2010-01-01 Simon TathamCouple of missing 'static's.
2009-12-30 Simon TathamNew puzzle in 'unfinished'. Essentially, Sudoku for...
2009-01-06 Simon TathamBring the unfinished .R files into line with the curren...
2008-11-16 Simon TathamPatch from Lee Dowling to implement mouse control in...
2008-11-16 Simon TathamTake out some lurking "nullgame" holdovers from unfinis...
2008-09-13 Simon TathamSince the lack of this has caused portability issues...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-07-05 Simon TathamCorrection from James H: sqrt(0) shouldn't occur any...
2008-07-05 Simon TathamMore operations and bug fixes from James H.
2008-06-24 Simon TathamJames H has helpfully provided yet more silly operators...
2008-06-23 Simon TathamAn option to enable a debugging mode for the BFS.
2008-06-09 Simon TathamNew -A mode permitting even madder operators, and also...
2008-04-07 Simon TathamSubstantial reworking of Solo so that it implements...
2007-08-25 Simon TathamA rigorous proof. Totally unimportant to the code,...
2007-08-25 Simon TathamFix an inaccurate comment.
2007-08-25 Simon TathamI've just realised that my deliberate avoidance of...
2007-08-25 Simon TathamCommit my work so far on a generator for Nikoli's ...
2007-08-18 Simon TathamAhem. Finishing writing the comment _before_ checkin...
2007-08-18 Simon TathamAllow a 1-omino to be completely destroyed and recreate...
2007-08-18 Simon TathamBetter test-mode diagnostics.
2007-08-18 Simon TathamA piece of library code which constructs a random divis...
2007-06-29 Simon TathamOptimiser placation.
2007-05-12 Simon TathamMore forgiving selection of dragging targets.
2007-05-12 Simon TathamGraphics tweak: make the top-right and bottom-left...
2007-05-12 Simon TathamIn-game user interface to the solver.
2007-05-12 Simon TathamRemove the check for disconnected pieces; it's over...
2007-05-07 Simon TathamStand-alone slidesolver.
2007-05-07 Simon TathamAdd an optional move limit during game generation.
2007-05-07 Simon TathamSlight solver speedup by tracking more carefully which...
2007-05-07 Simon TathamClose-to-finished auto-generating implementation of...
2007-02-22 Jacob NevinsRemove spurious semicolons from macros; their upset...
2006-12-29 Jacob NevinsBring .R files for nullgame and unfinished puzzles...
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
2006-10-29 Simon TathamI'm sick and tired of having unfinished puzzle code...