aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h (follow)
Commit message (Expand)AuthorAge
* Add a macro of an upper bound on the formatted length of an integerBen Harris2023-01-02
* Expose colour_mix() to backends (and others)Ben Harris2022-12-29
* New backend function: current_key_label()Ben Harris2022-12-09
* Correct a comment: draw_rect_outline() uses draw_polygon()Ben Harris2022-11-10
* Add a way for midend_process_key() to report whether it handled a keypressBen Harris2022-11-08
* Teach the mid-end about device pixel ratiosBen Harris2022-11-08
* Add 'const' to the draw_polygon coords array parameter.Simon Tatham2021-09-13
* Remove leftover Windows CE cruft.Simon Tatham2021-05-21
* Add method for frontends to query the backend's cursor location.Franklin Wei2020-12-07
* Improve const-correctness in printing API.Asher Gordon2019-12-30
* Add printing support for GTK.Asher Gordon2019-12-30
* findloop: alternative query function.Simon Tatham2019-04-13
* New utility routine: sort with a context parameter.Simon Tatham2019-04-05
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in misc.c functions.Simon Tatham2018-11-13
* Adopt C99 bool in the findloop API.Simon Tatham2018-11-13
* Adopt C99 bool in the edsf API.Simon Tatham2018-11-13
* Adopt C99 bool in the printing API.Simon Tatham2018-11-13
* Adopt C99 bool in the midend API.Simon Tatham2018-11-13
* Adopt C99 bool in the game backend API.Simon Tatham2018-11-13
* Add a #include of <stdbool.h>.Simon Tatham2018-11-13
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Move fgetline out into misc.c.Simon Tatham2018-04-22
* Make the code base clean under -Wwrite-strings.Simon Tatham2017-10-01
* 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
* Generate special fake keypresses from menu options.Simon Tatham2017-09-20
* Work around non-compliant sprintf().Franklin Wei2017-04-30
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* New centralised loop-finder, using Tarjan's algorithm.Simon Tatham2016-02-24
* Insert a manual reference in the default status bar text.Jonas Kölker2015-10-03
* 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
* Add a new midend function to reset the tile size to the puzzle'sSimon Tatham2013-04-07
* I've just realised that the JS puzzles' permalinks were not updatingSimon Tatham2013-04-05
* Introduce a mechanism by which calls to midend_supersede_game_desc()Simon Tatham2013-03-31
* Add a midend function to return the current random seed, parallel toSimon Tatham2013-03-30
* Revamp of the Windows command-line parsing and puzzle-loading code.Simon Tatham2013-01-19
* New rule: interpret_move() is passed a pointer to the game_drawstateSimon Tatham2012-09-09
* New puzzle! Or rather, new-ish, because this one has been lying aroundSimon Tatham2012-01-22
* 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
* Add functions provided by the midend to tell a front end whether GUISimon Tatham2011-04-02
* Patch from Mark Wooding to introduce a draw_thick_line() function inSimon Tatham2010-05-29
* Introduce, and implement as usefully as I can in all front ends, aSimon Tatham2009-12-27
* Keyboard control for Dominosa (patch largely due to James H, thoughSimon Tatham2009-12-22
* Patch from James H to abstract out of Dominosa the code whichSimon Tatham2009-03-02
* Introduce some infrastructure to permit games' print functions toSimon Tatham2009-02-22