summaryrefslogtreecommitdiffstats
path: root/apps/plugins/superdom.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2020-04-13Silence a build warning in the superdom plugin.Solomon Peachy1-1/+1
2014-09-14Superdom: Silence warning.Michael Giacomelli1-1/+1
2014-09-14Superdom: rewrote help textFranklin Wei1-12/+26
2014-09-14Superdom: some AI improvements and other minor changesFranklin Wei1-17/+69
2014-09-14Superdom: added option for persistent unitsFranklin Wei1-4/+13
2014-09-14[WIP] Superdom: AI can now use nukesFranklin Wei1-3/+76
2014-09-14[WIP] Superdom: game improvementsFranklin Wei1-98/+212
2014-09-14Superdom: code cleanupFranklin Wei1-525/+644
2014-09-14Superdom: whitespace cleanupFranklin Wei1-664/+664
2014-07-17zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable pluginsAmaury Pouly1-0/+8
2014-06-30Introduce plugin keymaps for the Sony NWZ SeriesNils Stec1-0/+8
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-3/+1
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2014-04-06Complete Plugin Keymaps for Creative Zen X-Fi3David Jilke1-0/+8
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-1/+1
2012-04-19hm801: Add support for plugins.Andrew Ryabinin1-1/+2
2012-04-19hm60x: Add support for plugins.Andrew Ryabinin1-0/+8
2012-04-14superdom plugin: make functions/variables static where possibleBertrik Sikken1-43/+43
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-1/+2
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-0/+8
2011-10-02fuze+: add superdom keymapAmaury Pouly1-0/+8
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+8
2010-11-02Commit a few more GoGear HDD6330 keymaps.Robert Menes1-0/+8
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-15/+7
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-06-18use int instead of enum.Teruaki Kawashima1-1/+2
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-02-22some changes to use of display_text.Teruaki Kawashima1-9/+1
2010-02-13Packard Bell Vibe 500: More plugin keymaps (second portion).Szymon Dziok1-0/+8
2010-02-05superdom: check range of input in get_number(). stop scrolling text when leav...Teruaki Kawashima1-22/+26
2010-02-04superdom: fix bug that "Human starting factories" setting is ignored (part of...Teruaki Kawashima1-4/+4
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima1-1/+1
2009-12-03Another round of plugin keymaps for the Philips GoGear SA9200.Robert Menes1-0/+8
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-1/+1
2009-08-31pegbox, sliding_puzzle, sokoban, solitaire, sudoku, and superdom: Add support...Karl Kurbjun1-1/+1
2009-08-29Correct superdom conflictKarl Kurbjun1-10/+10
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-0/+8
2009-08-02Superdom: introduce new enum for value to be returned in many places instead ...Teruaki Kawashima1-326/+268
2009-07-23Superdom: Add support for 640x480 and 480x640 screens, simplify screen defines.Karl Kurbjun1-33/+17
2009-07-14use lib display text to display help messages (FS#10099).Teruaki Kawashima1-43/+10
2009-05-16FS#9971 superdom fixes from Teruaki Kawashima.Andrew Mahone1-890/+740
2009-04-10FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz1-2/+9
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere1-1/+4
2009-02-26Accept the first patch at FS#9953 - Add Playback Control to more plugins, by...Thomas Martitz1-1/+5
2009-01-16loader-initialized global plugin API:Andrew Mahone1-4/+1