chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / filling.c
2015-10-21 Simon TathamFix array overruns in the new Filling solver pass.
2015-10-20 Simon TathamEnhance Filling's solver to handle large ghost regions.
2015-10-18 Jonas KölkerProduce shorter Filling descriptions by run-length...
2015-10-03 Jonas KölkerRender Filling presets as 'WxH', not 'HxW'.
2015-10-03 Jonas KölkerGreatly improve and speed up the Filling instance gener...
2015-10-03 Jonas KölkerGreatly increase the speed of the Filling solver.
2015-10-03 Jonas KölkerFilling: enable keyboard-driven cursor dragging mode.
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...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2012-05-14 Simon TathamPatch from Jonas Koelker to improve Filling's error...
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...
2010-04-17 Simon TathamFix incorrect uses of ctype.h (passing it uncast chars...
2009-12-20 Simon TathamJonas Koelker points out that the backspace key didn...
2009-07-01 Simon TathamMore defensive-coding fixes from James H.
2009-06-17 Simon TathamMemory management and other fixes from James H.
2009-01-14 Simon TathamKeyboard interface for Filling, from James H.
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-02-10 Jacob NevinsUI change to Filling: allow multiple squares to be...
2007-05-20 Simon TathamUpdates and improvements from Jonas Koelker.
2007-03-01 Simon TathamBound edge thicknesses below so that they're always...
2007-02-28 Jacob NevinsFix some border drawing issues.
2007-02-28 Simon TathamGeneral cleanups patch from James H:
2007-02-27 Simon TathamThis game requires the numpad.
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2007-02-25 Simon TathamHardwiring the grid line width to 1 is really bad for...
2007-02-25 Simon TathamDon't create an undo-chain entry for a move with no...
2007-02-25 Simon TathamNew puzzle: `Filling', a Fillomino implementation by...