summaryrefslogtreecommitdiffstats
path: root/apps/plugins/robotfindskitten.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-28robotfindskitten: clear message line before cinema sceneFranklin Wei1-1/+3
2011-01-22Declaration of 'pause' from robotfindskitten has conflicting types for 'pause...Thomas Martitz1-4/+4
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-4/+2
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-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-50/+4
2010-02-22some changes to use of display_text.Teruaki Kawashima1-2/+1
2009-12-18make sure plugin reset backlight setting before exit. do code polish.Teruaki Kawashima1-1/+1
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-0/+12
2009-07-14use lib display text to display help messages (FS#10099).Teruaki Kawashima1-35/+14
2009-04-10FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz1-1/+1
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-2/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-9/+3
2009-01-0919421 missed a few commas in robotfindskitten Adam Gashlin1-2/+2
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli1-0/+12
2008-12-13A few new messages for robotfindskitten. Enjoy. :)Robert Menes1-1/+12
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+9
2008-11-05A bit of code policing.Björn Stenberg1-75/+73
2008-10-30Data does not belong in .h files. Not even if it makes the .c file prettier.Björn Stenberg1-4/+419
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2007-10-08Keep a 2 pixel margin in the instructions screen.Jonas Häggqvist1-8/+8
2007-10-07Use the userfont for the instructions.Jonas Häggqvist1-47/+40
2007-10-07Add instructions on all targets. Somewhat hackish, I'm afraid, but works reas...Jonas Häggqvist1-25/+35
2007-10-07Save some more space by not allocating arrays large enough to hold more than ...Jonas Häggqvist1-29/+32
2007-10-05Reduce memory usage so that we can include all messages on all platformsNils Wallménius1-28/+28
2007-10-05New plugin: robotfindskitten - a zen simulation. More (or less) information o...Jonas Häggqvist1-0/+628