summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES.games
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-04-29 18:21:56 -0400
committerFranklin Wei <git@fwei.tk>2017-04-29 18:24:42 -0400
commit881746789a489fad85aae8317555f73dbe261556 (patch)
treecec2946362c4698c8db3c10f3242ef546c2c22dd /apps/plugins/puzzles/SOURCES.games
parent03dd4b92be7dcd5c8ab06da3810887060e06abd5 (diff)
downloadrockbox-881746789a489fad85aae8317555f73dbe261556.tar.gz
rockbox-881746789a489fad85aae8317555f73dbe261556.zip
puzzles: refactor and resync with upstream
This brings puzzles up-to-date with upstream revision 2d333750272c3967cfd5cd3677572cddeaad5932, though certain changes made by me, including cursor-only Untangle and some compilation fixes remain. Upstream code has been moved to its separate subdirectory and future syncs can be done by simply copying over the new sources. Change-Id: Ia6506ca5f78c3627165ea6791d38db414ace0804
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-rw-r--r--apps/plugins/puzzles/SOURCES.games90
1 files changed, 45 insertions, 45 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index c14d15b9a1..5f8c58b477 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -1,51 +1,51 @@
1blackbox.c 1src/blackbox.c
2bridges.c 2src/bridges.c
3cube.c 3src/cube.c
4dominosa.c 4src/dominosa.c
5fifteen.c 5src/fifteen.c
6/*filling.c*/ 6/*src/filling.c*/
7flip.c 7src/flip.c
8flood.c 8src/flood.c
9galaxies.c 9src/galaxies.c
10guess.c 10src/guess.c
11inertia.c 11src/inertia.c
12/*keen.c*/ 12/*src/keen.c*/
13lightup.c 13src/lightup.c
14/*loopy.c*/ 14/*src/loopy.c*/
15magnets.c 15src/magnets.c
16map.c 16src/map.c
17/*mines.c*/ 17/*src/mines.c*/
18net.c 18src/net.c
19netslide.c 19src/netslide.c
20/*palisade.c*/ 20/*src/palisade.c*/
21pattern.c 21src/pattern.c
22pegs.c 22src/pegs.c
23range.c 23src/range.c
24rect.c 24src/rect.c
25samegame.c 25src/samegame.c
26signpost.c 26src/signpost.c
27singles.c 27src/singles.c
28sixteen.c 28src/sixteen.c
29slant.c 29src/slant.c
30/*solo.c*/ 30/*src/solo.c*/
31tents.c 31src/tents.c
32/*towers.c*/ 32/*src/towers.c*/
33tracks.c 33src/tracks.c
34twiddle.c 34src/twiddle.c
35/*undead.c*/ 35/*src/undead.c*/
36/*unequal.c*/ 36/*src/unequal.c*/
37unruly.c 37src/unruly.c
38untangle.c 38src/untangle.c
39 39
40/* disabled for now */ 40/* disabled for now */
41/*unfinished/group.c*/ 41/*src/unfinished/group.c*/
42/*unfinished/separate.c*/ 42/*src/unfinished/separate.c*/
43/*unfinished/slide.c*/ 43/*src/unfinished/slide.c*/
44/*unfinished/sokoban.c*/ 44/*src/unfinished/sokoban.c*/
45 45
46/* no c200v2 */ 46/* no c200v2 */
47#if PLUGIN_BUFFER_SIZE > 0x14000 47#if PLUGIN_BUFFER_SIZE > 0x14000
48pearl.c 48src/pearl.c
49/*loopy.c*/ 49/*src/loopy.c*/
50/*solo.c*/ 50/*src/solo.c*/
51#endif 51#endif