summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* fix red for maze pluginKevin Ferrare2007-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13997 a1c6a512-1295-4272-9138-f99709370657
* code cleanup and remote support for maze pluginKevin Ferrare2007-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13996 a1c6a512-1295-4272-9138-f99709370657
* FS#5809:Jonathan Gordon2007-07-26
| | | | | | | | add playback menu to text editor, make the filename saving in rockpaint a bit better, automatically adds .bmp if its not there git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13993 a1c6a512-1295-4272-9138-f99709370657
* FS#7478 (heavily modified by me).Jonathan Gordon2007-07-25
| | | | | | | Dice now saves your config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13984 a1c6a512-1295-4272-9138-f99709370657
* Redo my previous commit. Highscore is only shown if there is room on the top ↵Jonathan Gordon2007-07-25
| | | | | | | | | line for it, and also only if the current score is less than the high score. Also fix the annoying bug where "resume game" was selected in the menu after dying git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13980 a1c6a512-1295-4272-9138-f99709370657
* fixed yellow, forgot to increase the plugin API versionKevin Ferrare2007-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657
* Ported the archos player's jackpot plugin to bitmaps LCD (still need some ↵Kevin Ferrare2007-07-25
| | | | | | neat bitmaps), multi screen support for jackpot plugin and iriverify git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13978 a1c6a512-1295-4272-9138-f99709370657
* Show the high score on the bottom of the screen instead of sharing the top ↵Jonathan Gordon2007-07-25
| | | | | | line with the current score. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13977 a1c6a512-1295-4272-9138-f99709370657
* Check if the HW is capable of 22.050KHz playback, and revert to using ↵Dave Chapman2007-07-24
| | | | | | 44.1Khz otherwise. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13969 a1c6a512-1295-4272-9138-f99709370657
* Remove the mad_frame_overlap[] buffer from the main (IRAM) stack in order to ↵Dave Chapman2007-07-23
| | | | | | prevent the reported stack overflows. On Coldfire, there is enough room to keep it in IRAM, but not on PortalPlayer. However, this should not cause problems as the audio thread has an entire core to itself (except for buffering) and IRAM doesn't make much difference on PP502x. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13968 a1c6a512-1295-4272-9138-f99709370657
* Fix the text for settings which have a different title than what is shown in ↵Jonathan Gordon2007-07-23
| | | | | | the menu (i.e scroll options) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13962 a1c6a512-1295-4272-9138-f99709370657
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
| | | | | | | Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657
* Fix red and remove an unneeded fileKarl Kurbjun2007-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13948 a1c6a512-1295-4272-9138-f99709370657
* Commit FS #7379 - This patch fixes most of the sound problems from the ↵Karl Kurbjun2007-07-21
| | | | | | previous version. This is a complete rewrite of VisualBoyAdvance's sound code from C++ to C. This patch also eliminates the need for some large tables giving more room in IRAM and the plugin buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13947 a1c6a512-1295-4272-9138-f99709370657
* Makes apps and plugins interract with directories using a posix-like api ↵Kevin Ferrare2007-07-20
| | | | | | instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13943 a1c6a512-1295-4272-9138-f99709370657
* mpegplayer: Refine the earlier additions and be more explicit about a ↵Michael Sevakis2007-07-20
| | | | | | message intent by renaming it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13938 a1c6a512-1295-4272-9138-f99709370657
* Fixes red hopefullyKevin Ferrare2007-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13936 a1c6a512-1295-4272-9138-f99709370657
* Dice plugin now works on remote and uses the action api ; cleaned up the ↵Kevin Ferrare2007-07-20
| | | | | | code a little bit as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13935 a1c6a512-1295-4272-9138-f99709370657
* 'Fix' the 2 pixels that weren't in the right magic magenta transparent ↵Marianne Arnold2007-07-19
| | | | | | colour and showed as pink dot... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13934 a1c6a512-1295-4272-9138-f99709370657
* MpegPlayer: Add a simple messaging scheme for sending stream commands. ↵Michael Sevakis2007-07-19
| | | | | | Remove the need to disable FIQ when adding to PCM buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13931 a1c6a512-1295-4272-9138-f99709370657
* Demystify plugin would have crashed ...Kevin Ferrare2007-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13928 a1c6a512-1295-4272-9138-f99709370657
* Remote keys support for the demystify plugin (added remote_directions to the ↵Kevin Ferrare2007-07-19
| | | | | | plugins actions), updated key bindings in manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13927 a1c6a512-1295-4272-9138-f99709370657
* Cleaned up the demistify plugin a litle bit, switched the key handling to ↵Kevin Ferrare2007-07-18
| | | | | | the action API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13926 a1c6a512-1295-4272-9138-f99709370657
* unused variableJonathan Gordon2007-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13902 a1c6a512-1295-4272-9138-f99709370657
* convert the last of the menus in text_editor to the new apiJonathan Gordon2007-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13901 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced ↵Jonathan Gordon2007-07-14
| | | | | | with the current foreground colour git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13878 a1c6a512-1295-4272-9138-f99709370657
* Rearrange and cleanup settings codeJonathan Gordon2007-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13851 a1c6a512-1295-4272-9138-f99709370657
* Jewels puzzle tiles - better adaptation to the different screen sizes and a ↵Marianne Arnold2007-07-10
| | | | | | bit of polishing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13842 a1c6a512-1295-4272-9138-f99709370657
* Jewels: repair resuming of puzzle mode games.Jens Arnold2007-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13817 a1c6a512-1295-4272-9138-f99709370657
* Remove test_codec.Michael Giacomelli2007-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13816 a1c6a512-1295-4272-9138-f99709370657
* Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is ↵Michael Giacomelli2007-07-08
| | | | | | now slightly faster. Thanks to preglow for suggesting I test with a full scale normalized square wave. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13815 a1c6a512-1295-4272-9138-f99709370657
* Turn on backlight when test_codec speed test is finishedNils Wallménius2007-07-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13812 a1c6a512-1295-4272-9138-f99709370657
* Remove tabs (I wonder why Anjuta decided to insert them there)Peter D'Hoye2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13782 a1c6a512-1295-4272-9138-f99709370657
* Use splashes for errors in the properties pluginPeter D'Hoye2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13781 a1c6a512-1295-4272-9138-f99709370657
* File/Dir properties should at least print an error message when something ↵Peter D'Hoye2007-07-03
| | | | | | goes wrong git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13780 a1c6a512-1295-4272-9138-f99709370657
* Oops, this change shouldn't have been committedDave Chapman2007-07-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13772 a1c6a512-1295-4272-9138-f99709370657
* WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, ↵Dave Chapman2007-07-03
| | | | | | and add new files to apps/FILES git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13771 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Jens Arnold2007-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13764 a1c6a512-1295-4272-9138-f99709370657
* Gra, i really need to get some sleep.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13762 a1c6a512-1295-4272-9138-f99709370657
* Add repeat for the alt buttons too.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13761 a1c6a512-1295-4272-9138-f99709370657
* Oops.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13760 a1c6a512-1295-4272-9138-f99709370657
* control imporvements for iPod by DerPapst.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13759 a1c6a512-1295-4272-9138-f99709370657
* Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.Antoine Cellerier2007-07-01
| | | | | | | + some changes that will be needed for more advanced AIs (which aren't ready to commit yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13758 a1c6a512-1295-4272-9138-f99709370657
* Really implement the simple strategy from hinversi.Antoine Cellerier2007-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13757 a1c6a512-1295-4272-9138-f99709370657
* Implement 2 simple AIs for reversi:Antoine Cellerier2007-07-01
| | | | | | | | | * naive: plays random moves * simple: plays highest score move (Even though it's named simple i can't beat it :/) More AIs are yet to come (I'll be using those in hinversi). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13755 a1c6a512-1295-4272-9138-f99709370657
* Starfield background should be black (this code from r11605 didn't make it ↵Antoine Cellerier2007-06-30
| | | | | | past r13075). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13749 a1c6a512-1295-4272-9138-f99709370657
* Oops. Should fix compilation errors / warnings.Antoine Cellerier2007-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13748 a1c6a512-1295-4272-9138-f99709370657
* Add possibility to use colors in starfield plugin using Play/Select. Based ↵Antoine Cellerier2007-06-30
| | | | | | on idea by Nathan Hand in FS #2834. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13747 a1c6a512-1295-4272-9138-f99709370657
* Fix X5/M5 compilation.Antoine Cellerier2007-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13746 a1c6a512-1295-4272-9138-f99709370657
* FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by ↵Antoine Cellerier2007-06-30
| | | | | | me to make it compile due to the menu api change and compile for e200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13745 a1c6a512-1295-4272-9138-f99709370657