summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Entirely rewritten credits roll for bitmap LCDs, loosely based on my Clock ↵Zakk Roberts2006-05-29
| | | | | | credits roll. Text flies in from left, a line at a time, until the LCD is full, and then each line flies out and a new line flies in, until the list of names is exhausted. Significantly improves readability on H1x0, and probably on all other models as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10012 a1c6a512-1295-4272-9138-f99709370657
* Better aspect ratio of the blocks for the archos bitmap LCD (1.06:1 instead ↵Jens Arnold2006-05-28
| | | | | | of 1:1.25). Exactly square blocks aren't possible, unfortunately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10004 a1c6a512-1295-4272-9138-f99709370657
* The code police strikes back. * Simpler button wait.Jens Arnold2006-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9988 a1c6a512-1295-4272-9138-f99709370657
* fix minesweeper for ondio (patch by Alexander Spyridakis)Marcoen Hirschberg2006-05-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9986 a1c6a512-1295-4272-9138-f99709370657
* Enable wormlet for the ipod 3g - there is no reason to exclude it.Dave Chapman2006-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9980 a1c6a512-1295-4272-9138-f99709370657
* make wormlet work on iaudio, patch by Mustapha SenhajiMarcoen Hirschberg2006-05-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9979 a1c6a512-1295-4272-9138-f99709370657
* Couple more minor adjustments: * Rename old CLR_CYAN define to CLR_LTBLUE to ↵Zakk Roberts2006-05-23
| | | | | | reflect last commit's color change. * Holding a direction key gives old behavior with which player can go straight through edges without stopping (best of both worlds). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9976 a1c6a512-1295-4272-9138-f99709370657
* Assorted changes by Mikael Magnusson and I. * When moving through filled ↵Zakk Roberts2006-05-23
| | | | | | space, stop moving at any edge. * Changed background color to a more standard lightish blue. * Use user's font in the menu unless it's too big. * iPods: Use scroll wheel in menu instead of Menu/Play being Up/Down. * Exit button no longer always completely quits the plugin; returns you to the menu if you're in a game, or quits if you're at the menu. * A couple other little things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9975 a1c6a512-1295-4272-9138-f99709370657
* fix simulator build for the gigabeatMarcoen Hirschberg2006-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9973 a1c6a512-1295-4272-9138-f99709370657
* Patch attached to bug report #5077 by Ewan Davies which fixes argh/food ↵Zakk Roberts2006-05-22
| | | | | | generation on larger LCDs. His patch also brings up-to-date and includes Tom Evans' patch #1510 to start Wormlet with a menu for adjusting almost everything about the game (argh size, number, food size, number, growth rate, worm speed...). Some changes by me. Probably not bugfree, but Works For Me (tm). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9972 a1c6a512-1295-4272-9138-f99709370657
* Patch #5384 from Alexander Spyridakis - fixes bug report 4908Dave Chapman2006-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9968 a1c6a512-1295-4272-9138-f99709370657
* Patch #5362 from Alexander Spyridakis - fixes bugs #5159 and #5061Dave Chapman2006-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9967 a1c6a512-1295-4272-9138-f99709370657
* Patch #5374 - Updated text editor plugin from Jonathan Gordon.Dave Chapman2006-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9963 a1c6a512-1295-4272-9138-f99709370657
* Fix jpeg viewer crashing in directories with files without extension.Hristo Kovachev2006-05-18
| | | | | | | Thanks go to Bill Janssen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9954 a1c6a512-1295-4272-9138-f99709370657
* Add an 'Exit Jewels' option to the in-game menu to avoid having to exit to ↵Zakk Roberts2006-05-16
| | | | | | the main menu to quit; this allows us to remove the Menu+Select 'quit' key for iPods, which could be accidentally pressed during play. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9949 a1c6a512-1295-4272-9138-f99709370657
* Stop playback before starting to use IRAMDave Chapman2006-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9947 a1c6a512-1295-4272-9138-f99709370657
* Various clean-ups in preparation for 3.0: 1) Add a built-in default game ↵Dave Chapman2006-05-15
| | | | | | which is used for the case when Sudoku is started as a plugin and no sudoku.ss exists - this prevents a time-consuming game generation; 2) Allow the user to abort a game generation by pressing any button; 3) Save the current state when user exits via the Quit button (previously, Sudoku only saved when quitting from the main menu); 4) Add a new "edit menu" for when the user is manually entering a new game, rather than displaying all options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9944 a1c6a512-1295-4272-9138-f99709370657
* Battery benchmark: * Don't crash on player. * Map remote buttons for ↵Jens Arnold2006-05-13
| | | | | | recorder & player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9924 a1c6a512-1295-4272-9138-f99709370657
* got Frank Dishner's viewer patch (#4873) working again and added encoding to ↵Marcoen Hirschberg2006-05-11
| | | | | | the settings menu. Fixes #4763 and #5256 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9915 a1c6a512-1295-4272-9138-f99709370657
* Fix bug #5298 - hard-code the background color in Sokoban to prevent ↵Zakk Roberts2006-05-09
| | | | | | everything else from being potentially unreadable (if the user has set a dark background color). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9894 a1c6a512-1295-4272-9138-f99709370657
* Allow BUTTON_REPEAT in the Jewels main menu for scroll, so navigation isn't ↵Zakk Roberts2006-05-09
| | | | | | annoying. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9893 a1c6a512-1295-4272-9138-f99709370657
* Fixed freezing after loader error messages.Stepan Moskovchenko2006-05-08
| | | | | | | | Added RMID (Windows MIDI) header support. Added .RMI extension to viewers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9888 a1c6a512-1295-4272-9138-f99709370657
* Whoops! Lousy button code...Stepan Moskovchenko2006-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9884 a1c6a512-1295-4272-9138-f99709370657
* Added ability to adjust the volume during playback.Stepan Moskovchenko2006-05-07
| | | | | | | | | | Gracefully fail if no soundset installed. Yet more messing with the ramping code. I swear, that will be the end of me. Basic skipping support- skip foreward a bit if Right is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9883 a1c6a512-1295-4272-9138-f99709370657
* Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip').Jens Arnold2006-05-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9880 a1c6a512-1295-4272-9138-f99709370657
* Fix viewer crash due to uninitialsed usage of rb->Jens Arnold2006-05-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9875 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: * Only show those options which really exist. * Basic button ↵Jens Arnold2006-05-03
| | | | | | functions now available on all targets. * Implemented option setting in a more straightforward way (like the core options menus). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9874 a1c6a512-1295-4272-9138-f99709370657
* Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko2006-05-03
| | | | | | | | | Scaling is now calculated once per MIDI event at the most, instead of once per sample. Increase voice ramping speed, increase number of active voices a little. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9870 a1c6a512-1295-4272-9138-f99709370657
* Correct a Coldfire asm constraint.Magnus Holmgren2006-05-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9869 a1c6a512-1295-4272-9138-f99709370657
* Remove some debug junk, start a new build.Stepan Moskovchenko2006-05-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9866 a1c6a512-1295-4272-9138-f99709370657
* Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko2006-05-03
| | | | | | | played. A few other cosmetic changes. please, please no red build =) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9865 a1c6a512-1295-4272-9138-f99709370657
* Player: Credits plugin correctly working with UTF-8. Patch by Marcoen ↵Jens Arnold2006-05-02
| | | | | | Hirschberg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9862 a1c6a512-1295-4272-9138-f99709370657
* ----------------------------------------------------------------------Stepan Moskovchenko2006-05-01
| | | | | | | | | | | | Added Karl Kurbjun's sound output patch, cleaned up some output. Main file is now midiplay.c, midi2wav is still in there for anyone who wants it. Set sampling rate to 22k, and increased note decay time. Reduced number of concurrent active voices and made new notes replace used voices if none are available. This makes lag less apparent. I really hope this wont go red. (turns around and runs) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9858 a1c6a512-1295-4272-9138-f99709370657
* Call rb->yield() during the random game generation.Dave Chapman2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9847 a1c6a512-1295-4272-9138-f99709370657
* Oops, fix Ondio builds.Zakk Roberts2006-05-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9845 a1c6a512-1295-4272-9138-f99709370657
* Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated ↵Zakk Roberts2006-05-01
| | | | | | Viewer plugin. Replaces annoying mode-toggle key-combos with a settings menu, including a new 'Scroll by Line' option. I've also added a 'hands-free' auto-scroll feature and added lcd_setmargins to the plugin API, since we need it here. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9844 a1c6a512-1295-4272-9138-f99709370657
* Silence 2 gcc4 warnings.Jens Arnold2006-04-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9838 a1c6a512-1295-4272-9138-f99709370657
* Jewels: simplify and standardize plugin exitAdam Boot2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9773 a1c6a512-1295-4272-9138-f99709370657
* Better video update, add options to startup menu, change default screensizeKarl Kurbjun2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9754 a1c6a512-1295-4272-9138-f99709370657
* Ipod mini: Correct placement of odd bubble rows.Jens Arnold2006-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657
* SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ↵Jens Arnold2006-04-20
| | | | | | -O2 proof). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9748 a1c6a512-1295-4272-9138-f99709370657
* Optimizations for doom: coldfire asm drawspan routine = not much, fixed ↵Karl Kurbjun2006-04-20
| | | | | | point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9747 a1c6a512-1295-4272-9138-f99709370657
* Jewels: switch back to Sysfixed font after exiting the Playback menu.Zakk Roberts2006-04-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9714 a1c6a512-1295-4272-9138-f99709370657
* Add better error message for messed up graphics.Karl Kurbjun2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9707 a1c6a512-1295-4272-9138-f99709370657
* Properly cache animations at level start. Switches still need some caching ↵Karl Kurbjun2006-04-17
| | | | | | code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9706 a1c6a512-1295-4272-9138-f99709370657
* Add in error return if appropriate.Karl Kurbjun2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9702 a1c6a512-1295-4272-9138-f99709370657
* Changed the way the addons and demos menus are displayed and built. Should ↵Karl Kurbjun2006-04-17
| | | | | | be a good setup for adding multiple wad files as addons. Need to add some status feedback to let the user know what has been selected previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9701 a1c6a512-1295-4272-9138-f99709370657
* Finally add support for unlimited number of addons and demos. Also cleaned ↵Karl Kurbjun2006-04-17
| | | | | | up the code and made a general function to handle the addons and demos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9700 a1c6a512-1295-4272-9138-f99709370657
* Bubbles adapted to archos recorder & Ondio. Gfx work by Marianne Arnold.Jens Arnold2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9699 a1c6a512-1295-4272-9138-f99709370657
* Temporary fix for the high-pitched sounds on iPod: they should sound correct ↵Zakk Roberts2006-04-17
| | | | | | now, but the real problem (frequency adjustment) still needs fixing; this is merely a workaround. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9698 a1c6a512-1295-4272-9138-f99709370657