rockbox/apps/plugins/goban
Karl Kurbjun 0f70c4d4cc Goban: Rename save file extension back to sgf to match other applications.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22181 a1c6a512-1295-4272-9138-f99709370657
2009-08-06 05:02:52 +00:00
..
board.c FS#9930 by Joshua Simmons: Code clean up the goban plugin a bit, mostly by improving comments. No functional changes. 2009-02-19 23:51:47 +00:00
board.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
display.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
display.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
game.c FS#9930 by Joshua Simmons: Code clean up the goban plugin a bit, mostly by improving comments. No functional changes. 2009-02-19 23:51:47 +00:00
game.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
goban.c Goban: Change save location and file names to fit more in line with the rest of the plugins 2009-08-05 15:04:20 +00:00
goban.h Goban: Rename save file extension back to sgf to match other applications. 2009-08-06 05:02:52 +00:00
goban.make Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. 2009-03-02 00:16:44 +00:00
sgf.c Goban plugin: Fixes a display issue with comments containing '\r' by Joshua Simmons. 2009-02-13 13:24:12 +00:00
sgf.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
sgf_output.c FS#10080 2009-07-14 13:57:45 +00:00
sgf_output.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
sgf_parse.c FS#9930 by Joshua Simmons: Code clean up the goban plugin a bit, mostly by improving comments. No functional changes. 2009-02-19 23:51:47 +00:00
sgf_parse.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
sgf_storage.c FS#9901 by Joshua Simmons for the Goban plugin: Goban overlay for the Archos targets. 2009-02-20 23:14:09 +00:00
sgf_storage.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
SOURCES New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
types.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
util.c New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
util.h New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00