aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Unruly: Fix memory leak in dup_game()Ben Hutchings2022-07-31
* Towers: Fix indentation of some solver codeBen Hutchings2022-07-31
* Pearl: Require width or height to be at least 6 for TrickyBen Hutchings2022-07-31
* Mines: fix a typo in a comment.Simon Tatham2022-06-12
* Pearl: reorder helper functions.Simon Tatham2022-01-27
* Pearl: permit drawing a whole loop in one drag.Simon Tatham2022-01-27
* Mosaic: fix uninitialised field in dup_game().Simon Tatham2022-01-27
* Mosaic: fix inconsistently drawn keyboard cursor.Simon Tatham2022-01-27
* Windows: reinstate SetWindowPos in check_window_size.Simon Tatham2022-01-08
* windows.c: fix some mis-indented pieces of code.Simon Tatham2022-01-08
* Mosaic: fix encoding of aggressiveness in game params.Simon Tatham2022-01-08
* Try to fix flakiness in the NestedVM build.Simon Tatham2022-01-06
* Pattern: fix a compile warning about memset bounds.Simon Tatham2021-12-11
* tree234: avoid an uninitialised-variable warning.Simon Tatham2021-12-11
* gtk.c: squelch uninitialised-variable warning.Simon Tatham2021-12-11
* malloc.c: check allocation sizes against PTRDIFF_MAX.Simon Tatham2021-12-11
* malloc.c: fix copy-pasted comment from the Dawn Of Time.Simon Tatham2021-12-11
* Palisade: explicitly use 'signed char' for clues.Simon Tatham2021-12-11
* Map: add missing sresize in new_game_desc().Simon Tatham2021-12-11
* Pearl: document game options.Simon Tatham2021-10-30
* Galaxies: store game solution in the aux string.Simon Tatham2021-10-21
* Tents: fix bias in tent placement.Simon Tatham2021-10-21
* Add missing documentation of 'int dir' parameters.Simon Tatham2021-09-13
* Add 'const' to the draw_polygon coords array parameter.Simon Tatham2021-09-13
* Tents: reinstate bottom and right grid borders.Simon Tatham2021-09-10
* Fix benchmark.sh for the new cmake world.Simon Tatham2021-09-06
* Unruly: new 'Trivial' difficulty level.Simon Tatham2021-09-06
* Black Box: fix highlights in top left grid corner.Simon Tatham2021-08-28
* galaxieseditor: make 'copy to clipboard' give the game id.Simon Tatham2021-05-25
* Build a lot of conditioned-out test and helper programs.Simon Tatham2021-05-25
* Permit building GUI helper tools.Simon Tatham2021-05-25
* GTK3: fix window redraw after copying to clipboard.Simon Tatham2021-05-25
* nestedvm.cmake: fix accidental use of dynamic scope.Simon Tatham2021-05-25
* WASM: move save file encoding from JS into C.Simon Tatham2021-05-23
* WASM: fix save-file generation.Simon Tatham2021-05-22
* Galaxies: clean up draw/undraw code for dragged arrows.Simon Tatham2021-05-21
* Galaxies: avoid division by zero in draw_arrow().Simon Tatham2021-05-21
* Remove leftover Windows CE cruft.Simon Tatham2021-05-21
* Galaxies: disallow placing an edge touching a dot.Simon Tatham2021-05-20
* Toolchain file for MinGW cross-compilation.Jacob Nevins2021-04-27
* Reinsert some missing screen-clears.Simon Tatham2021-04-27
* Mosaic: implement game_status.Simon Tatham2021-04-26
* Mosaic: use signed char for clue values.Simon Tatham2021-04-26
* Update copyright years.Simon Tatham2021-04-25
* Centralise initial clearing of the puzzle window.Simon Tatham2021-04-25
* Docs: fix Mosaic copy-and-paste error.Jacob Nevins2021-04-25
* New puzzle: 'Mosaic'.Simon Tatham2021-04-25
* wasm/js/emscripten: Fix page loading raceIan Jackson2021-04-22
* New grid type: compass dodecagonalMichael Quevillon2021-04-22
* Suppress too-noisy Visual Studio warnings.Simon Tatham2021-04-19