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
*
Solo: add a missing params constraint for X puzzles.
Simon Tatham
2018-04-08
*
Fix false-positive completion detection in X Solo.
Simon Tatham
2018-03-25
*
towerssolver: always print solver diagnostics in -v mode.
Simon Tatham
2018-02-26
*
latin.c: dump every solution found during recursion.
Simon Tatham
2018-02-26
*
Create 96x96 icons for gnome-shell
Adrian Heine
2018-01-21
*
Forbid undo-of-new-game after midend_set_config.
Simon Tatham
2017-12-09
*
Mark the 32-bit Windows build as runnable on XP.
Simon Tatham
2017-11-29
*
Reinstate 32-bit Windows builds of Puzzles.
Simon Tatham
2017-11-26
*
Permit redoing past an undone New Game action.
Simon Tatham
2017-11-18
*
Refactor to make me->newgame_undo a small struct.
Simon Tatham
2017-11-18
*
Standardise character encoding of source tree on UTF-8.
Simon Tatham
2017-11-18
*
New grid type: the trihexagonal tiling, or 'kagome lattice'.
Simon Tatham
2017-11-18
*
Solo: remove some overzealous assertions in the solver.
Simon Tatham
2017-10-28
*
Map: stop storing pixel coordinates in game_ui.
Simon Tatham
2017-10-28
*
Build fixes for GTK2.
Simon Tatham
2017-10-24
*
Unequal: run check_complete() after a hint move.
Simon Tatham
2017-10-20
*
fix loop condition
Stefan Bühler
2017-10-07
*
Fix assertion failure if you Undo right at startup.
Simon Tatham
2017-10-06
*
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-10-01
*
Assorted char * -> const char * API changes.
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
*
Fix an int->pointer cast warning in windows.c.
Simon Tatham
2017-10-01
*
Make newgame_undo_buf 'char *', not 'void *'.
Simon Tatham
2017-10-01
*
Forbid undo of new-game if it would change the params.
Simon Tatham
2017-10-01
*
Style tweaks to the newgame_undo patch.
Simon Tatham
2017-10-01
*
midend: Allow "new game" to be undone
Ian Jackson
2017-10-01
*
midend_deserialise: accept an extra validation function.
Simon Tatham
2017-10-01
*
midend_deserialise: keep deserialised data in a struct.
Simon Tatham
2017-10-01
*
deserialise: use the right one of {,c}params.
Simon Tatham
2017-10-01
*
tracks: Make error clue background white
Ian Jackson
2017-09-30
*
tracks: Greyscale colour initialisation: line up columns
Ian Jackson
2017-09-30
*
tracks.c: draw_clue: Introduce bg parameter
Ian Jackson
2017-09-30
*
Fix changing puzzle size in a maximised GTK3 window.
Simon Tatham
2017-09-30
*
Fix auto-selection of presets in GTK.
Simon Tatham
2017-09-30
*
Net: rewrite the drawing code for better scalability.
Simon Tatham
2017-09-30
*
Net: reference-count the barriers array.
Simon Tatham
2017-09-29
*
tracks: thicken the lines of the grid itself.
Simon Tatham
2017-09-29
*
Fix a typo in devel.but.
Simon Tatham
2017-09-29
*
tracks: Roughly double the thickness of the "no track" crosses
Ian Jackson
2017-09-29
*
tracks: Scale thickness of "no track here" crosses
Ian Jackson
2017-09-29
*
draw_thick_line: Bound thickness by 1.0 below
Ian Jackson
2017-09-29
*
Avoid macro-generating a trailing comma in an enum.
Simon Tatham
2017-09-24
*
Pattern: randomise rounding bias in generate().
Simon Tatham
2017-09-23
*
Pattern: missing special case in the solver.
Simon Tatham
2017-09-23
*
Build test HTML wrapper pages for the Javascript puzzles.
Simon Tatham
2017-09-20
*
Map Ctrl-Shift-Z to Redo.
Simon Tatham
2017-09-20
*
Generate special fake keypresses from menu options.
Simon Tatham
2017-09-20
*
Call game_id_change_notify_function after deserialisation.
Simon Tatham
2017-09-14
[next]