aboutsummaryrefslogtreecommitdiff
path: root/flood.c (unfollow)
Commit message (Expand)Author
2024-07-31Add more configuration parameter lower-bound checks.Franklin Wei
2023-08-14Flood: fix interpret_move() return value for CURSOR_SELECT2Ben Harris
2023-08-14Flood: correctly handle clicks that only hide cursorBen Harris
2023-08-14Distinguish MOVE_UNUSED from MOVE_NO_EFFECT in FloodBen Harris
2023-08-13Flood: use move_cursor() for cursor movementBen Harris
2023-07-30Flood: don't draw zero-width tile separatorsBen Harris
2023-06-11Rename UI_UPDATE as MOVE_UI_UPDATEBen Harris
2023-04-23New backend functions: get_prefs and set_prefs.Simon Tatham
2023-04-21Pass a game_ui to compute_size, print_size and print.Simon Tatham
2023-04-08Make encode_ui() and decode_ui() optional in back-endsBen Harris
2023-04-06Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham
2023-04-04Replace <math.h> with <tgmath.h> throughoutBen Harris
2023-03-22Add an environment variable to control initial cursor visibilityBen Harris
2023-02-20Flood: don't read off the end of some parameter stringsBen Harris
2023-02-14Make sure that moves in Flood use only valid coloursBen Harris
2023-02-13More validation of solve moves in FloodBen Harris
2023-02-11Cleanly reject more ill-formed solve moves in FloodBen Harris
2023-01-31Remove various unused game functionsBen Harris
2023-01-28Cleanly reject ill-formed solve moves in FloodBen Harris
2023-01-28Forbid moves that fill with the current colour in FloodBen Harris
2023-01-15Insist that Flood grids must have non-zero sizeBen Harris
2023-01-15Last-ditch grid-size limit for FloodBen Harris
2022-12-16Prevent starting in a solved state in Fifteen & FloodChris Boyle
2022-12-09New backend function: current_key_label()Ben Harris
2021-04-25Centralise initial clearing of the puzzle window.Simon Tatham
2020-12-07Add method for frontends to query the backend's cursor location.Franklin Wei
2018-11-13Use C99 bool within source modules.Simon Tatham
2018-11-13Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham
2018-11-13Adopt C99 bool in the game backend API.Simon Tatham
2018-04-22Add a request_keys() function with a midend wrapper.Franklin Wei
2017-10-01Return error messages as 'const char *', not 'char *'.Simon Tatham
2017-10-01Use a proper union in struct config_item.Simon Tatham
2017-10-01New name UI_UPDATE for interpret_move's return "".Simon Tatham
2017-04-26Rework the preset menu system to permit submenus.Simon Tatham
2015-12-24Add a missing error message in Flood solve_game().Simon Tatham
2015-03-24Fix a compile warning on ARM.Simon Tatham
2015-01-15Improve the Flood solver.Simon Tatham
2015-01-13Revise the Flood preset list.Simon Tatham
2015-01-12New puzzle: 'Flood'.Simon Tatham