rockbox/apps/plugins/goban
2009-04-10 17:28:26 +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
display.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
display.h
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
goban.c Fix the archos builds, stranginess had happen in my local tree. 2009-02-20 23:59:33 +00:00
goban.h FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Updates the plugin keymap to use Long Home to exit plugins to be more inline with the core keymap. 2009-04-10 17:28:26 +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
sgf_output.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_output.h
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
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
SOURCES
types.h
util.c
util.h