aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* grid.c: fix size miscalculation in Floret tiling.Simon Tatham2020-04-12
* GTK 3: handle nontrivial window scale factors.Simon Tatham2020-04-07
* Mines: add validation for negative mine count.Simon Tatham2020-03-17
* Tracks: fix a small memory leak.Simon Tatham2020-02-26
* Tracks: add reverse neighbour deduction in hard mode.Simon Tatham2020-02-26
* Tracks: new parity-based deduction.Simon Tatham2020-02-26
* Tracks: new neighbour-based deduction.Simon Tatham2020-02-26
* Tracks: add standalone solver program.Simon Tatham2020-02-26
* Tracks: make solver return max difficulty used.Simon Tatham2020-02-26
* Improve const-correctness in printing API.Asher Gordon2019-12-30
* Add printing support for GTK.Asher Gordon2019-12-30
* Update the copyright holders list in puzzles.but.Simon Tatham2019-12-28
* Don't segfault when no icons are available.Asher Gordon2019-12-25
* Make --screenshot work even in (Cairo) GTK2 builds.Simon Tatham2019-11-13
* .gitignore: add more autotools detritus.Simon Tatham2019-11-13
* Fix build failure reported in gcc 9.Simon Tatham2019-09-01
* Fix build failure in C90 mode.Simon Tatham2019-04-14
* Dominosa: move set analysis with doubles into Extreme.Simon Tatham2019-04-13
* Dominosa: add area-parity deductions, at Basic level.Simon Tatham2019-04-13
* findloop: alternative query function.Simon Tatham2019-04-13
* Dominosa: another forcing-chain based deduction.Simon Tatham2019-04-13
* Dominosa: another local deduction in Basic level.Simon Tatham2019-04-13
* Javascript frontend: make Shift- and Ctrl-click work.Simon Tatham2019-04-12
* Dominosa: further forms of set analysis.Simon Tatham2019-04-11
* Dominosa: be more careful about >= Hard layout.Simon Tatham2019-04-11
* Dominosa: max-difficulty option in the solver.Simon Tatham2019-04-11
* Dominosa: more sophisticated grid layout in >= Hard mode.Simon Tatham2019-04-10
* Dominosa: add presets for Hard and Extreme difficulty.Simon Tatham2019-04-05
* Dominosa: prevent hangs generating tiny hard puzzles.Simon Tatham2019-04-05
* Dominosa: add an Extreme difficulty, with forcing chains.Simon Tatham2019-04-05
* Fix a handful of memory leaks in the midend.Simon Tatham2019-04-05
* New utility routine: sort with a context parameter.Simon Tatham2019-04-05
* Dominosa: update the to-do list.Simon Tatham2019-04-04
* Dominosa: allow set analysis even with adjacency.Simon Tatham2019-04-04
* Dominosa: add a Hard difficulty which can do set analysis.Simon Tatham2019-04-04
* Dominosa: new deduction deduce_local_duplicate().Simon Tatham2019-04-04
* Dominosa: introduce a difficulty system.Simon Tatham2019-04-04
* Dominosa: rewrite the solver.Simon Tatham2019-04-04
* Dominosa: add a command-line solver.Simon Tatham2019-04-04
* Galaxies: prevent creation of empty undo-chain items.Simon Tatham2019-02-18
* Pegs: clear ui->cur_jumping on undo or redo.Simon Tatham2019-02-10
* benchmark.pl: replace use of Perl <> with <<>>.Simon Tatham2019-01-25
* Replace fe->preset_menu when we change midend.Simon Tatham2018-12-12
* Fix GTK 2 crash introduced by previous commit.Simon Tatham2018-11-25
* Don't initialise GTK in --screenshot mode.Simon Tatham2018-11-23
* Add missing 'static' to game-internal declarations.Simon Tatham2018-11-13
* Unruly, Group: reference-count the 'immutable' array.Simon Tatham2018-11-13
* Add missing binary 'matching' to .gitignore.Simon Tatham2018-11-13
* Add a missing const in unfinished/sokoban.c.Simon Tatham2018-11-13
* Use C99 bool within source modules.Simon Tatham2018-11-13