summaryrefslogtreecommitdiff
path: root/apps/games_menu.c (follow)
Commit message (Collapse)AuthorAge
* Removed games_menu.[ch] and demo_menu.[ch] since they are no longer used.Björn Stenberg2003-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3965 a1c6a512-1295-4272-9138-f99709370657
* lets actually set it so we can play the new games.Robert Hak2003-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3789 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
| | | | | | plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
* One snake game is enoughBjörn Stenberg2002-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2402 a1c6a512-1295-4272-9138-f99709370657
* Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ↵Björn Stenberg2002-09-24
| | | | | | | | | | | a new file: screens.c. typedef Menu replaced with a bool. All code now calls usb_screen() for usb handling. Nearly all code now deals with USB connect/disconnect properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657
* New language/string handlingBjörn Stenberg2002-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
* classic snake game by Itai ShakedEric Linenberg2002-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2260 a1c6a512-1295-4272-9138-f99709370657
* include options.hDaniel Stenberg2002-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2209 a1c6a512-1295-4272-9138-f99709370657
* added USE_GAMESRobert Hak2002-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2106 a1c6a512-1295-4272-9138-f99709370657
* Philpp Petermann's game wormlet: add to game menuEric Linenberg2002-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1974 a1c6a512-1295-4272-9138-f99709370657
* Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg2002-08-23
| | | | | | | | | | | | | the Menu typedef as return type, and *ALL* menus that intercept USB connect can then return MENU_REFRESH_DIR so that the parent (any parent really) that do file or dir-accesses knows that and can do the refresh. If no refresh is needed by the parent, MENU_OK is returned. Somewhat biggish commit this close to 1.3, but we need to sort out this refresh-after-usb-connected business. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1948 a1c6a512-1295-4272-9138-f99709370657
* Abstracted settings user interface into set_bool, set_int and set_option.Björn Stenberg2002-06-27
| | | | | | | | Removed the unnecessary menu entry ids. Made playlist_shuffle and scroll_speed proper global settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1220 a1c6a512-1295-4272-9138-f99709370657
* include config.h first, then #ifdef on featuresDaniel Stenberg2002-06-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1143 a1c6a512-1295-4272-9138-f99709370657
* games and screensavers are now in submenusRobert Hak2002-06-24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1142 a1c6a512-1295-4272-9138-f99709370657