New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game...
commit864b2ae2d1c9194ea616971d72766533d51b547d
authormoos <moos@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Feb 2009 16:03:17 +0000 (11 16:03 +0000)
committermoos <moos@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Feb 2009 16:03:17 +0000 (11 16:03 +0000)
tree1c55cb7e69ed11391f77187c86ff8c435ed85877
parentf20eff352fbcaf08bb62d6367b77358c616a8868
New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19972 a1c6a512-1295-4272-9138-f99709370657
25 files changed:
apps/plugins/goban/SOURCES [new file with mode: 0644]
apps/plugins/goban/board.c [new file with mode: 0644]
apps/plugins/goban/board.h [new file with mode: 0644]
apps/plugins/goban/display.c [new file with mode: 0644]
apps/plugins/goban/display.h [new file with mode: 0644]
apps/plugins/goban/game.c [new file with mode: 0644]
apps/plugins/goban/game.h [new file with mode: 0644]
apps/plugins/goban/goban.c [new file with mode: 0644]
apps/plugins/goban/goban.h [new file with mode: 0644]
apps/plugins/goban/goban.make [new file with mode: 0644]
apps/plugins/goban/sgf.c [new file with mode: 0644]
apps/plugins/goban/sgf.h [new file with mode: 0644]
apps/plugins/goban/sgf_output.c [new file with mode: 0644]
apps/plugins/goban/sgf_output.h [new file with mode: 0644]
apps/plugins/goban/sgf_parse.c [new file with mode: 0644]
apps/plugins/goban/sgf_parse.h [new file with mode: 0644]
apps/plugins/goban/sgf_storage.c [new file with mode: 0644]
apps/plugins/goban/sgf_storage.h [new file with mode: 0644]
apps/plugins/goban/types.h [new file with mode: 0644]
apps/plugins/goban/util.c [new file with mode: 0644]
apps/plugins/goban/util.h [new file with mode: 0644]
apps/plugins/viewers.config
docs/CREDITS
manual/plugins/goban.tex [new file with mode: 0644]
manual/plugins/main.tex