first maemo release
authorReto Zingg <g.d0b3rm4n@gmail.com>
Mon, 5 Oct 2009 14:59:17 +0000 (17:59 +0300)
committerReto Zingg <g.d0b3rm4n@gmail.com>
Mon, 5 Oct 2009 14:59:17 +0000 (17:59 +0300)
commit66af6797cf06ac9da06118ee4e99e1419fd03477
treebdff60c6b1a141df46010e80cfaab673dc3350fd
parent00fc7cef4ddfd2f1d2512adc3255fae8c74f6bd2
first maemo release
35 files changed:
.gitignore [new file with mode: 0644]
COPYING
Makefile [new file with mode: 0644]
TODO [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/maemo-mancala.docs [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
maemo/com.nokia.mancala.service [new file with mode: 0644]
maemo/mancala.desktop [new file with mode: 0644]
res/pick.wav [new file with mode: 0644]
res/stone00.png
res/stone01.png
res/stone02.png
res/stone03.png
res/stone04.png
res/stone05.png
res/stone06.png
res/stone07.png
res/stone08.png
res/stone09.png
res/stone10.png
res/tile.png
src/Makefile
src/graphics.c
src/main.c [new file with mode: 0644]
src/main.h [new file with mode: 0644]
src/mancala.c
src/play.c
src/play.h
src/sounds.c [new file with mode: 0644]
src/sounds.h [new file with mode: 0644]