summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES.games
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-01-04 20:31:06 -0500
committerFranklin Wei <git@fwei.tk>2017-01-04 20:36:04 -0500
commit31907283a4bb3aaa69a5b9cc1c1606271fb58660 (patch)
treea3a94baac3a95c0e0d257a827fdecb1ffc33033b /apps/plugins/puzzles/SOURCES.games
parentad2297d353412dd20fc439b8053b25b18872069c (diff)
downloadrockbox-31907283a4bb3aaa69a5b9cc1c1606271fb58660.tar.gz
rockbox-31907283a4bb3aaa69a5b9cc1c1606271fb58660.zip
puzzles: fix a few things
- old acos() function was broken, replaced with a call to atan2(); this fixes "Cube!" - Makefile extended to support building "unfinished games", but not enabled - a backdrop issue fixed in rockbox.c Change-Id: I9393e958d43de32f4ccf18e1cb409f75c2e1ed3c
Diffstat (limited to 'apps/plugins/puzzles/SOURCES.games')
-rw-r--r--apps/plugins/puzzles/SOURCES.games6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games
index d228138528..26f74e4005 100644
--- a/apps/plugins/puzzles/SOURCES.games
+++ b/apps/plugins/puzzles/SOURCES.games
@@ -39,3 +39,9 @@ twiddle.c
39/*unequal.c*/ 39/*unequal.c*/
40unruly.c 40unruly.c
41/*untangle.c*/ 41/*untangle.c*/
42
43/* disabled for now */
44/*unfinished/group.c*/
45/*unfinished/separate.c*/
46/*unfinished/slide.c*/
47/*unfinished/sokoban.c*/