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
*
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
*
Reference my just-published article about aperiodic tilings.
Simon Tatham
2023-04-10
*
Don't allow zero clues in Pattern
Ben Harris
2023-04-08
*
Net: validate co-ordinates in decode_ui()
Ben Harris
2023-04-08
*
Add a game_state argument to decode_ui()
Ben Harris
2023-04-08
*
Make encode_ui() and decode_ui() optional in back-ends
Ben Harris
2023-04-08
*
Net: assert that cx and cy are in range in compute_active()
Ben Harris
2023-04-08
*
js: explicitly tell Emscripten which browsers to target
Ben Harris
2023-04-06
*
js: set -s ENVIRONMENT=web in Emscripten
Ben Harris
2023-04-06
*
Fall back to <math.h> if <tgmath.h> doesn't work.
Simon Tatham
2023-04-06
*
Remove obsolete testbuild.c.
Simon Tatham
2023-04-06
*
KaiOS: include extra copyright notices in manual
Ben Harris
2023-04-06
*
Replace <math.h> with <tgmath.h> throughout
Ben Harris
2023-04-04
*
js: stop using EXTRA_EXPORTED_RUNTIME_METHODS
Ben Harris
2023-04-03
*
js: use the "load" event for loading save files
Ben Harris
2023-04-03
*
js: Load save files into the C side incrementally
Ben Harris
2023-04-03
*
js: load games using FileReader.readAsArrayBuffer()
Ben Harris
2023-04-02
*
hat-test: more scaling and clipping options.
Simon Tatham
2023-04-02
*
hat-test: fix array underrun.
Simon Tatham
2023-04-02
*
Remove penrose_count_tiles().
Simon Tatham
2023-04-02
*
Move other test main()s out of library source files.
Simon Tatham
2023-04-02
*
Move hat-test into its own source file.
Simon Tatham
2023-04-02
*
Magnets: add a check that magnets don't wrap between lines
Ben Harris
2023-04-01
*
Correct a range check in Magnets' layout verification
Ben Harris
2023-03-31
*
hat-test: option to generate four-coloured hat tilings.
Simon Tatham
2023-03-31
*
Require a grid description for hats grid
Ben Harris
2023-03-31
*
hat-test: allow choosing a random number seed.
Simon Tatham
2023-03-30
*
Hats: choose the tiling's starting hat more uniformly.
Simon Tatham
2023-03-30
*
Hats: factor out the parent-choosing system.
Simon Tatham
2023-03-30
*
Loopy: widen clip rectangle for redrawing clues.
Simon Tatham
2023-03-28
*
hat-test: alternative data output mode to write Python.
Simon Tatham
2023-03-28
[next]