From ea0e3704a8aacf87f20ba87e3b33bc4b3966c731 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 11 Aug 2024 23:34:57 -0400 Subject: puzzles: resync with upstream 262f709. This is the first resync with a fully unmodified upstream repo. This includes a new scanline polygon renderer in the upstream puzzles distribution. This allows us to get rid of the monstrosity of a polygon renderer we had been shipping in rockbox.c. Change-Id: I23628c74bb5ff7a9e7932bf16d68a1c867c49969 --- apps/plugins/puzzles/src/puzzles.but | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'apps/plugins/puzzles/src/puzzles.but') diff --git a/apps/plugins/puzzles/src/puzzles.but b/apps/plugins/puzzles/src/puzzles.but index fa9384252e..0eb3511cc0 100644 --- a/apps/plugins/puzzles/src/puzzles.but +++ b/apps/plugins/puzzles/src/puzzles.but @@ -3442,7 +3442,7 @@ real challenge, set this value to 0 and then try to solve a grid in } -\C{tracks} \i{Train Tracks} +\C{tracks} \i{Tracks} \cfg{winhelp-topic}{games.tracks} @@ -3454,9 +3454,9 @@ clues to the top and right of the grid. There are only straight and 90 degree curved rails, and the track may not cross itself. -Train Tracks was contributed to this collection by James Harvey. +Tracks was contributed to this collection by James Harvey. -\H{tracks-controls} \I{controls, for Tracks}Train Tracks controls +\H{tracks-controls} \I{controls, for Tracks}Tracks controls Left-clicking on an edge between two squares adds a track segment between the two squares. Right-clicking on an edge adds a cross on the edge, @@ -3473,7 +3473,7 @@ columns to match the clue. (All the actions described in \k{common-actions} are also available.) -\H{tracks-parameters} \I{parameters, for Tracks}Train Tracks parameters +\H{tracks-parameters} \I{parameters, for Tracks}Tracks parameters These parameters are available from the \q{Custom...} option on the \q{Type} menu. @@ -3490,12 +3490,12 @@ that would lead to impossible crossings later. \dt \e{Disallow consecutive 1 clues} -\dd Controls whether the Train Tracks game generation permits two -adjacent rows or columns to have a 1 clue, or permits the row or -column of the track's endpoint to have a 1 clue. By default this is -not permitted, to avoid long straight boring segments of track and -make the games more twiddly and interesting. If you want to restore -the possibility, turn this option off. +\dd Controls whether the Tracks game generation permits two adjacent +rows or columns to have a 1 clue, or permits the row or column of the +track's endpoint to have a 1 clue. By default this is not permitted, +to avoid long straight boring segments of track and make the games +more twiddly and interesting. If you want to restore the possibility, +turn this option off. \C{palisade} \i{Palisade} -- cgit v1.2.3