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
/
singles.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
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
*
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-10-01
*
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
*
Improve connectedness-error highlighting in Singles.
Simon Tatham
2014-09-21
*
Giant const patch of doom: add a 'const' to every parameter in every
Simon Tatham
2013-04-13
*
Add 'const' to the game_params arguments in validate_desc and
Simon Tatham
2013-04-12
*
New rule: interpret_move() is passed a pointer to the game_drawstate
Simon Tatham
2012-09-09
*
For the convenience of Linux package maintainers, add to Makefile.gtk
Simon Tatham
2012-08-17
*
Changed my mind about midend_is_solved: I've now reprototyped it as
Simon Tatham
2011-06-19
*
Add a function to every game backend which indicates whether a game
Simon Tatham
2011-04-02
*
Fix incorrect uses of ctype.h (passing it uncast chars, or other
Simon Tatham
2010-04-17
*
Patch from James H to fix a bug in which ambiguous puzzles would
Simon Tatham
2010-01-17
*
Don't use payload strings directly as the format for printf.
Simon Tatham
2010-01-13
*
Couple of small changes to Singles from James H which missed my main
Simon Tatham
2010-01-12
*
New puzzle from James Harvey: 'Singles', an implementation of
Simon Tatham
2010-01-11