rockbox/apps/plugins/puzzles/SOURCES.games
Franklin Wei be5457b5eb puzzles: resync with Simon's upstream e00cb46 from 25 Sep 2025.
Notably, this enables "Group".

This also includes some changes to the Rockbox frontend:

- Removes extraneous underline from Extensive Help text.

- Implements a workaround for an upstream breaking change that removes
  the BLITTER_FROMSAVED flag. We depend on this for mouse mode. This
  is apparently the only place this flag was ever used. Note that I've
  hardcoded an arbitrary negative value for BLITTER_FROMSAVED instead
  of -1, for the reason Ben Harris mentioned in his commit removing it
  from the upstream source tree.

- Adds an implicit clip() to the game region when drawing a
  puzzle. This fixes a bug in Untangle where dragging a point off
  screen leads to ugly lines outside the play area.

- Implements "Quick Help" for unfinished plugins (but not "Extensive
  Help").

- Documents the need to disable unfinished plugins in resync.sh (weak
  symbols on win32).

Change-Id: Ic318a5db4b15acb437a3f951fbc9b7919c6fa652
2025-10-01 00:49:19 -04:00

55 lines
775 B
Text

src/blackbox.c
src/bridges.c
src/cube.c
src/dominosa.c
src/fifteen.c
src/filling.c
src/flip.c
src/flood.c
src/galaxies.c
src/guess.c
src/inertia.c
src/keen.c
src/lightup.c
#if PLUGIN_BUFFER_SIZE > 0x14000
src/loopy.c
#endif
src/magnets.c
src/map.c
src/mines.c
src/mosaic.c
src/net.c
src/netslide.c
src/palisade.c
src/pattern.c
#if PLUGIN_BUFFER_SIZE > 0x14000
src/pearl.c
#endif
src/pegs.c
src/range.c
src/rect.c
src/samegame.c
src/signpost.c
src/singles.c
src/sixteen.c
src/slant.c
#if PLUGIN_BUFFER_SIZE > 0x14000
src/solo.c
#endif
src/tents.c
src/towers.c
src/tracks.c
src/twiddle.c
src/undead.c
src/unequal.c
src/unruly.c
src/untangle.c
#ifndef WIN32
src/unfinished/group.c
#endif
#ifndef WIN32
src/unfinished/slide.c
#endif
#ifndef WIN32
src/unfinished/sokoban.c
#endif