aboutsummaryrefslogtreecommitdiff
path: root/flood.c (follow)
Commit message (Expand)AuthorAge
* Add more configuration parameter lower-bound checks.Franklin Wei2024-07-31
* Flood: fix interpret_move() return value for CURSOR_SELECT2Ben Harris2023-08-14
* Flood: correctly handle clicks that only hide cursorBen Harris2023-08-14
* Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in FloodBen Harris2023-08-14
* Flood: use move_cursor() for cursor movementBen Harris2023-08-13
* Flood: don't draw zero-width tile separatorsBen Harris2023-07-30
* 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
* 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
* Add an environment variable to control initial cursor visibilityBen Harris2023-03-22
* Flood: don't read off the end of some parameter stringsBen Harris2023-02-20
* Make sure that moves in Flood use only valid coloursBen Harris2023-02-14
* More validation of solve moves in FloodBen Harris2023-02-13
* Cleanly reject more ill-formed solve moves in FloodBen Harris2023-02-11
* Remove various unused game functionsBen Harris2023-01-31
* Cleanly reject ill-formed solve moves in FloodBen Harris2023-01-28
* Forbid moves that fill with the current colour in FloodBen Harris2023-01-28
* Insist that Flood grids must have non-zero sizeBen Harris2023-01-15
* Last-ditch grid-size limit for FloodBen Harris2023-01-15
* Prevent starting in a solved state in Fifteen & FloodChris Boyle2022-12-16
* 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
* 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
* Add a missing error message in Flood solve_game().Simon Tatham2015-12-24
* Fix a compile warning on ARM.Simon Tatham2015-03-24
* Improve the Flood solver.Simon Tatham2015-01-15
* Revise the Flood preset list.Simon Tatham2015-01-13
* New puzzle: 'Flood'.Simon Tatham2015-01-12