aboutsummaryrefslogtreecommitdiff
path: root/singles.c (follow)
Commit message (Expand)AuthorAge
* Remove various unused game functionsBen Harris2023-01-31
* Don't request a highlight colour in games that don't need oneBen Harris2022-12-14
* New backend function: current_key_label()Ben Harris2022-12-09
* Centralise initial clearing of the puzzle window.Simon Tatham2021-04-25
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* 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 a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Make the code base clean under -Wwrite-strings.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
* Improve connectedness-error highlighting in Singles.Simon Tatham2014-09-21
* Giant const patch of doom: add a 'const' to every parameter in everySimon Tatham2013-04-13
* Add 'const' to the game_params arguments in validate_desc andSimon Tatham2013-04-12
* New rule: interpret_move() is passed a pointer to the game_drawstateSimon Tatham2012-09-09
* For the convenience of Linux package maintainers, add to Makefile.gtkSimon Tatham2012-08-17
* Changed my mind about midend_is_solved: I've now reprototyped it asSimon Tatham2011-06-19
* Add a function to every game backend which indicates whether a gameSimon Tatham2011-04-02
* Fix incorrect uses of ctype.h (passing it uncast chars, or otherSimon Tatham2010-04-17
* Patch from James H to fix a bug in which ambiguous puzzles wouldSimon Tatham2010-01-17
* Don't use payload strings directly as the format for printf.Simon Tatham2010-01-13
* Couple of small changes to Singles from James H which missed my mainSimon Tatham2010-01-12
* New puzzle from James Harvey: 'Singles', an implementation ofSimon Tatham2010-01-11