aboutsummaryrefslogtreecommitdiff
path: root/unfinished (follow)
Commit message (Expand)AuthorAge
* Refactor `button & ~MOD_MASK' as `STRIP_BUTTON_MODIFIERS(button)'.Franklin Wei2024-07-31
* Group: make keyboard play work again.Simon Tatham2023-08-13
* Keen, Solo, Towers, Undead, Unequal, Group: new UI preference.Simon Tatham2023-08-13
* move_cursor(): handle visible flag; return useful valueBen Harris2023-08-09
* Rename UI_UPDATE as MOVE_UI_UPDATEBen Harris2023-06-11
* New backend functions: get_prefs and set_prefs.Simon Tatham2023-04-23
* Pass a game_ui to compute_size, print_size and print.Simon Tatham2023-04-21
* Reorganise the dsf API into three kinds of dsf.Simon Tatham2023-04-20
* Remove size parameter from dsf init and copy functions.Simon Tatham2023-04-20
* Declare all dsfs as a dedicated type name 'DSF'.Simon Tatham2023-04-20
* Use a dedicated free function to free dsfs.Simon Tatham2023-04-20
* Remove an unnecessary extern function declaration.Simon Tatham2023-04-20
* Make encode_ui() and decode_ui() optional in back-endsBen Harris2023-04-08
* Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham2023-04-06
* Replace <math.h> with <tgmath.h> throughoutBen Harris2023-04-04
* Replace a buch of "const static" with "static const"Ben Harris2023-02-18
* Mark many more function (and some objects) staticBen Harris2023-02-18
* latin_solver_alloc: handle clashing numbers in input grid.Simon Tatham2023-02-05
* New backend function: current_key_label()Ben Harris2022-12-09
* Centralise initial clearing of the puzzle window.Simon Tatham2021-04-25
* Migrate to a CMake-based build system.Simon Tatham2021-03-29
* Fix bit rot in the 'unfinished' subdir.Simon Tatham2021-03-29
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* Group: fix assertion failure in Unreasonable generation.Simon Tatham2020-06-09
* Group: hard-mode identity deduction.Simon Tatham2020-05-23
* Group: fill in the latin.c validator function.Simon Tatham2020-05-23
* latin.c: call a user-provided validator function. [NFC]Simon Tatham2020-05-23
* groupsolver: show working when using -v on ambiguous puzzles.Simon Tatham2020-05-22
* Group: fix loop bounds in the solver.Simon Tatham2020-05-20
* Group: add a special deduction about the group identity.Simon Tatham2020-05-20
* unfinished/path: some jottings towards a solver.Simon Tatham2020-05-12
* Unruly, Group: reference-count the 'immutable' array.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
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in the game backend API.Simon Tatham2018-11-13
* Add request_keys() to the rest of the unfinished games.Franklin Wei2018-04-24
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Recipe: centralise dependencies for latin.c.Simon Tatham2018-04-22
* Assorted char * -> const char * API changes.Simon Tatham2017-10-01
* Return error messages as 'const char *', not 'char *'.Simon Tatham2017-10-01
* Use a proper union in struct config_item.Simon Tatham2017-10-01
* New name UI_UPDATE for interpret_move's return "".Simon Tatham2017-10-01
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* Put the game summaries from the website into gamedesc.txt.Simon Tatham2015-01-13
* Permit selecting a diagonal of squares at once in Group.Simon Tatham2014-12-18
* Fix a printf 64-bit-cleanness error.Simon Tatham2013-11-28
* Fix an edge case of divider-obsoletion in Group.Simon Tatham2013-10-09
* Faintly highlight the leading diagonal of Group's grid.Simon Tatham2013-10-09
* Add a mechanism to the automake system to allow 'make install' to onlySimon Tatham2013-06-30