1
0
Fork 0
forked from len0rd/rockbox

Accept FS#7136: Turn based strategy game - "Superdom" clone

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14144 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Will Robertson 2007-08-02 12:55:14 +00:00
parent 8789ebc4f2
commit 1685da832f
10 changed files with 2364 additions and 0 deletions

View file

@ -133,3 +133,6 @@ iriver_flash.c
#endif #endif
#endif /* iFP7xx */ #endif /* iFP7xx */
#if (LCD_WIDTH == 220) || (LCD_WIDTH == 176) || (LCD_WIDTH == 160) || (LCD_WIDTH == 320) || (LCD_WIDTH == 240)
superdom.c
#endif

View file

@ -46,6 +46,10 @@ flipit_cursor.16x13x1.bmp
#endif #endif
#endif #endif
#if LCD_WIDTH == 160 && LCD_HEIGHT == 128 && LCD_DEPTH < 16
superdom_boarditems.160x128x1.bmp
#endif
#endif /* HAVE_LCD_BITMAP */ #endif /* HAVE_LCD_BITMAP */
#if defined(SIMULATOR) && defined(__APPLE__) #if defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.bmp osx.dummy.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

View file

@ -457,4 +457,19 @@ sudoku_inverse.320x240x16.bmp
#endif #endif
#endif #endif
/* Superdom */
#if LCD_DEPTH == 16
#if ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176))
superdom_boarditems.220x176x16.bmp
#elif ((LCD_WIDTH == 176) && (LCD_HEIGHT == 132)) || \
((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
superdom_boarditems.176x132x16.bmp
#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240)
superdom_boarditems.320x240x16.bmp
#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320)
superdom_boarditems.240x320x16.bmp
#endif
#endif
#endif /* HAVE_LCD_BITMAP */ #endif /* HAVE_LCD_BITMAP */

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

2341
apps/plugins/superdom.c Normal file

File diff suppressed because it is too large Load diff

View file

@ -35,3 +35,4 @@ tzx,viewers/zxbox,12
z80,viewers/zxbox,12 z80,viewers/zxbox,12
zzz,viewers/properties,- zzz,viewers/properties,-
colours,rocks/text_editor,11 colours,rocks/text_editor,11
ssg,rocks/superdom,-