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