1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Franklin Wei 2017-04-29 18:21:56 -04:00
parent 03dd4b92be
commit 881746789a
329 changed files with 27350 additions and 1043 deletions

View file

@ -1,51 +1,51 @@
blackbox.c
bridges.c
cube.c
dominosa.c
fifteen.c
/*filling.c*/
flip.c
flood.c
galaxies.c
guess.c
inertia.c
/*keen.c*/
lightup.c
/*loopy.c*/
magnets.c
map.c
/*mines.c*/
net.c
netslide.c
/*palisade.c*/
pattern.c
pegs.c
range.c
rect.c
samegame.c
signpost.c
singles.c
sixteen.c
slant.c
/*solo.c*/
tents.c
/*towers.c*/
tracks.c
twiddle.c
/*undead.c*/
/*unequal.c*/
unruly.c
untangle.c
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
/*src/loopy.c*/
src/magnets.c
src/map.c
/*src/mines.c*/
src/net.c
src/netslide.c
/*src/palisade.c*/
src/pattern.c
src/pegs.c
src/range.c
src/rect.c
src/samegame.c
src/signpost.c
src/singles.c
src/sixteen.c
src/slant.c
/*src/solo.c*/
src/tents.c
/*src/towers.c*/
src/tracks.c
src/twiddle.c
/*src/undead.c*/
/*src/unequal.c*/
src/unruly.c
src/untangle.c
/* disabled for now */
/*unfinished/group.c*/
/*unfinished/separate.c*/
/*unfinished/slide.c*/
/*unfinished/sokoban.c*/
/*src/unfinished/group.c*/
/*src/unfinished/separate.c*/
/*src/unfinished/slide.c*/
/*src/unfinished/sokoban.c*/
/* no c200v2 */
#if PLUGIN_BUFFER_SIZE > 0x14000
pearl.c
/*loopy.c*/
/*solo.c*/
src/pearl.c
/*src/loopy.c*/
/*src/solo.c*/
#endif