summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES.games
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-11-21 19:28:16 -0500
committerFranklin Wei <git@fwei.tk>2017-11-21 19:29:45 -0500
commite8e85c5762da65ef7fa6e49ee8cc61f132be6d34 (patch)
tree1fb2c9724e61d121fe0b4460e3e626908f94fcea /apps/plugins/puzzles/SOURCES.games
parentf4c42213062170ddfcc706b3c5ed19f47517c253 (diff)
downloadrockbox-e8e85c5762da65ef7fa6e49ee8cc61f132be6d34.tar.gz
rockbox-e8e85c5762da65ef7fa6e49ee8cc61f132be6d34.zip
puzzles: resync with upstream; add Loopy and Palisade, mouse mode
This brings a various small changes to the drawing and input code, as well as a brand new "mouse mode", where input goes to a virtual mouse cursor. Only Loopy has this mouse mode enabled by default, while other games have it hidden away under the debug menu. Some changes by me to Palisade were required to make it playable; those are included here as well. Right now, sgt-net is pushing the c200v2's upper limit on size and may have to be dropped in a future commit. Change-Id: I495d2a2125462c2985aec1ffbc54bbe3fe5133bd
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-rw-r--r--apps/plugins/puzzles/SOURCES.games20
1 files changed, 9 insertions, 11 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index 8893c3e9a4..2fbedae073 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -5,21 +5,20 @@ src/bridges.c
5src/cube.c 5src/cube.c
6src/dominosa.c 6src/dominosa.c
7src/fifteen.c 7src/fifteen.c
8/*src/filling.c*/ 8//src/filling.c /* requires numeric input */
9src/flip.c 9src/flip.c
10src/flood.c 10src/flood.c
11src/galaxies.c 11src/galaxies.c
12src/guess.c 12src/guess.c
13src/inertia.c 13src/inertia.c
14/*src/keen.c*/ 14//src/keen.c /* numeric input */
15src/lightup.c 15src/lightup.c
16/*src/loopy.c*/
17src/magnets.c 16src/magnets.c
18src/map.c 17src/map.c
19src/mines.c 18src/mines.c
20src/net.c 19src/net.c
21src/netslide.c 20src/netslide.c
22/*src/palisade.c*/ 21src/palisade.c
23src/pattern.c 22src/pattern.c
24src/pegs.c 23src/pegs.c
25src/range.c 24src/range.c
@@ -29,17 +28,16 @@ src/signpost.c
29src/singles.c 28src/singles.c
30src/sixteen.c 29src/sixteen.c
31src/slant.c 30src/slant.c
32/*src/solo.c*/
33src/tents.c 31src/tents.c
34/*src/towers.c*/ 32//src/towers.c /* numeric input */
35src/tracks.c 33src/tracks.c
36src/twiddle.c 34src/twiddle.c
37/*src/undead.c*/ 35//src/undead.c /* keyboard input */
38/*src/unequal.c*/ 36//src/unequal.c /* numeric input */
39src/unruly.c 37src/unruly.c
40src/untangle.c 38src/untangle.c
41 39
42/* disabled for now */ 40/* disabled for now (fix puzzles.make and CATEGORIES to accomodate these) */
43/*src/unfinished/group.c*/ 41/*src/unfinished/group.c*/
44/*src/unfinished/separate.c*/ 42/*src/unfinished/separate.c*/
45/*src/unfinished/slide.c*/ 43/*src/unfinished/slide.c*/
@@ -48,6 +46,6 @@ src/untangle.c
48/* no c200v2 */ 46/* no c200v2 */
49#if PLUGIN_BUFFER_SIZE > 0x14000 47#if PLUGIN_BUFFER_SIZE > 0x14000
50src/pearl.c 48src/pearl.c
51/*src/loopy.c*/ 49src/loopy.c /* mouse input */
52/*src/solo.c*/ 50//src/solo.c /* numeric input */
53#endif 51#endif