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
Commit message (
Expand
)
Author
Age
*
Untangle: replace manual int64 bodging with int64_t.
Simon Tatham
2023-05-01
*
Replace check of __STDC_VERSION__ with HAVE_STDINT_H.
Simon Tatham
2023-05-01
*
Loopy: slightly increase the size of dots.
Simon Tatham
2023-04-29
*
hat-test: fix memory leaks.
Simon Tatham
2023-04-29
*
Pattern: Reduce row clue spacing if there are lots of them
Ben Harris
2023-04-24
*
Pattern: switch to small font when there are many row clues
Ben Harris
2023-04-24
*
Correct a comment in Pattern's clue-drawing code
Ben Harris
2023-04-24
*
Emscripten: change the localStorage key used for preferences.
Simon Tatham
2023-04-24
*
Support user preferences in the Emscripten frontend.
Simon Tatham
2023-04-24
*
emcc.c: remove savefile_read_ctx.
Simon Tatham
2023-04-24
*
emcc.c: missing (void) in a function definition.
Simon Tatham
2023-04-24
*
Fix bounds check in buffer_append.
Simon Tatham
2023-04-24
*
Support user preferences in the Mac frontend.
Simon Tatham
2023-04-24
*
GTK save_prefs: fix a wrongly sourced error report.
Simon Tatham
2023-04-24
*
Slant: actually check ui->swap_buttons.
Simon Tatham
2023-04-23
*
GTK: stop referring to &thegame in prefs I/O functions.
Simon Tatham
2023-04-23
*
Support user preferences on Windows.
Simon Tatham
2023-04-23
*
make_prefs_path(): tolerate NULL inputs.
Simon Tatham
2023-04-23
*
Document the new Net preference.
Simon Tatham
2023-04-23
*
Net: preference for how loop highlighting interacts with locking.
Simon Tatham
2023-04-23
*
Fix failure to update me->ui when changing preferences.
Simon Tatham
2023-04-23
*
GTK: add a command-line --delete-prefs option.
Simon Tatham
2023-04-23
*
Support preferences in the GTK frontend.
Simon Tatham
2023-04-23
*
Universal preference option for one-key shortcuts.
Simon Tatham
2023-04-23
*
Keep a set of preferences in the midend.
Simon Tatham
2023-04-23
*
Require games to accept new_ui(NULL) if they have preferences.
Simon Tatham
2023-04-23
*
Generalise the midend serialisation callbacks.
Simon Tatham
2023-04-23
*
New backend functions: get_prefs and set_prefs.
Simon Tatham
2023-04-23
*
Move per-puzzle ad-hoc getenv preferences into game_ui.
Simon Tatham
2023-04-23
*
Pass a game_ui to compute_size, print_size and print.
Simon Tatham
2023-04-21
*
Missing const in configure() documentation.
Simon Tatham
2023-04-21
*
Filling: switch to using dsf_minimal in minimize_clue_set.
Simon Tatham
2023-04-21
*
Loopy: draw even faint lines using draw_thick_line.
Simon Tatham
2023-04-20
*
Turn off Leak Sanitiser in the icons build.
Simon Tatham
2023-04-20
*
Update the documentation for the dsf functions.
Simon Tatham
2023-04-20
*
Actually rewrite the dsf implementation.
Simon Tatham
2023-04-20
*
Reorganise the dsf API into three kinds of dsf.
Simon Tatham
2023-04-20
*
Introduce a new dsf_equivalent() function.
Simon Tatham
2023-04-20
*
Remove conditioned-out dsf diagnostic code.
Simon Tatham
2023-04-20
*
Remove size parameter from dsf init and copy functions.
Simon Tatham
2023-04-20
*
Store a size field inside the DSF type.
Simon Tatham
2023-04-20
*
Actually make DSF an opaque structure type.
Simon Tatham
2023-04-20
*
Declare all dsfs as a dedicated type name 'DSF'.
Simon Tatham
2023-04-20
*
Remove a direct use of dsf internals in Filling.
Simon Tatham
2023-04-20
*
Consistently use snew_dsf to allocate dsfs.
Simon Tatham
2023-04-20
*
Use a dedicated copy function to copy dsfs.
Simon Tatham
2023-04-20
*
Use a dedicated free function to free dsfs.
Simon Tatham
2023-04-20
*
Stop putting dsfs in existing scratch int arrays.
Simon Tatham
2023-04-20
*
Remove an unnecessary extern function declaration.
Simon Tatham
2023-04-20
*
Move obfuscator tests into obfusc.c.
Simon Tatham
2023-04-16
[next]