summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Attempt red build fix. (/me crosses fingers)Antoine Cellerier2007-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13740 a1c6a512-1295-4272-9138-f99709370657
* Should fix X5/M5 compile errors.Antoine Cellerier2007-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13739 a1c6a512-1295-4272-9138-f99709370657
* Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving ↵Antoine Cellerier2007-06-29
| | | | | | the default level file back to the previous filename) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13738 a1c6a512-1295-4272-9138-f99709370657
* propset svn:keywords IdAntoine Cellerier2007-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13737 a1c6a512-1295-4272-9138-f99709370657
* FS #6616 - "rocklife: Conway's Game of Life" by Matthias Wientapper.Antoine Cellerier2007-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13736 a1c6a512-1295-4272-9138-f99709370657
* * FS #7373 - Maze: Button changes for iPodsAntoine Cellerier2007-06-29
| | | | | | | * Use black as foreground color git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13735 a1c6a512-1295-4272-9138-f99709370657
* FS #6636 - "Maze generator plugin" by Matthias Wientapper.Antoine Cellerier2007-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13732 a1c6a512-1295-4272-9138-f99709370657
* Apply FS #6702: More Sokoban Improvements.Antoine Cellerier2007-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13731 a1c6a512-1295-4272-9138-f99709370657
* If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205Peter D'Hoye2007-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13719 a1c6a512-1295-4272-9138-f99709370657
* Minesweeper enhancements (FS #7327, FS #7335, some further changes by me): * ↵Jens Arnold2007-06-25
| | | | | | Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13712 a1c6a512-1295-4272-9138-f99709370657
* Fix rockboy for the H100's. Thanks for fixing the HW codec players PeterKarl Kurbjun2007-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13708 a1c6a512-1295-4272-9138-f99709370657
* Fix red rockboy builds on archos. Somebody with more rockboy knowledge might ↵Peter D'Hoye2007-06-24
| | | | | | want to check this fix ;) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13707 a1c6a512-1295-4272-9138-f99709370657
* Sound improvements for rockboy - players now sync the sound (The gigabeat ↵Karl Kurbjun2007-06-24
| | | | | | now plays at a steady 60 fps as long as the frameskip is set properly). If a new sample is not available a blank buffer is used. All devices use 44.1 kHz for gameboy sound now so no more high pitched sounds. Added a screen rotation option. Removed unscaled code for devices with a screensize smaller than the gameboy. All buttons are now configurable. Scroll wheel devices still have button configuration problems though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13698 a1c6a512-1295-4272-9138-f99709370657
* change the fps calculation so setting changes are visible without delayMarcoen Hirschberg2007-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13678 a1c6a512-1295-4272-9138-f99709370657
* move button_loop to prepare for the next commitMarcoen Hirschberg2007-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13677 a1c6a512-1295-4272-9138-f99709370657
* Forgot to change the spelling in viewers.config.Paul Louden2007-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13672 a1c6a512-1295-4272-9138-f99709370657
* Make user-visible spelling "colours" rather than "colors".Paul Louden2007-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13671 a1c6a512-1295-4272-9138-f99709370657
* Add a "Speed test folder" option for batch testing. When this option is ↵Dave Chapman2007-06-19
| | | | | | selected, all files in the same directory as the selected file will be tested, and the results written to a numbered log file in the root. Thanks to Jens for his screen+file logging functions I stole from test_disk. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13670 a1c6a512-1295-4272-9138-f99709370657
* s/icons/colorsJonathan Gordon2007-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13666 a1c6a512-1295-4272-9138-f99709370657
* extend the text editor plugin to be able to modify the .colors fileJonathan Gordon2007-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13665 a1c6a512-1295-4272-9138-f99709370657
* Fix 2 puzzle levels. Don't lose if no moves are left in puzzle mode, restart ↵Antoine Cellerier2007-06-17
| | | | | | the current level. Score handling in puzzle mode is still kind of broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13649 a1c6a512-1295-4272-9138-f99709370657
* Ahem ... fix compilation. I also forgot to mention that puzzle images don't ↵Antoine Cellerier2007-06-16
| | | | | | look good atm so if anyone wants to draw nice ones ... feel free to do so. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13645 a1c6a512-1295-4272-9138-f99709370657
* Add "Puzzle" game type to jewels. Idea from Sam Hocevar's MonsterZ ↵Antoine Cellerier2007-06-16
| | | | | | (http://sam.zoy.org/monsterz). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13644 a1c6a512-1295-4272-9138-f99709370657
* Make test_codec work in the sim again.Dave Chapman2007-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13634 a1c6a512-1295-4272-9138-f99709370657
* Mandelbrot: slight speedup on coldfire targets. Only noticeable at high ↵Jens Arnold2007-06-14
| | | | | | iteration depths with full precision. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13631 a1c6a512-1295-4272-9138-f99709370657
* Replace VU meter menu with a new one using the new menu api, fixes some Nils Wallménius2007-06-14
| | | | | | | | | | | | | | problems: * Up/Down buttons are no longer reversed. * The menu looks much better with reversed bg/fg colors instead of inversed. * Menu uses userfont. Add the set_bool_options function to the plugin api and bump api version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13629 a1c6a512-1295-4272-9138-f99709370657
* Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra ↵Nils Wallménius2007-06-14
| | | | | | header file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13628 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius2007-06-13
| | | | | | | | | Introduces MEM_FUNCTION_WRAPPERS(api) macro which adds wrappers functions to a plugin to make plugins link correctly when gcc calls mem* functions directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13625 a1c6a512-1295-4272-9138-f99709370657
* Fix metronome errors for hw codec.Michael Sevakis2007-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13605 a1c6a512-1295-4272-9138-f99709370657
* Plugins that play sound must be sure to set inputs and outputs on audio ↵Michael Sevakis2007-06-10
| | | | | | muxed targets. Add strict adherence to the interface protocols. Make sure playback sets the playback output as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13604 a1c6a512-1295-4272-9138-f99709370657
* Fix small preprocessor goofup.Michael Sevakis2007-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13600 a1c6a512-1295-4272-9138-f99709370657
* Straighten out some audio path APIs and misc. audio stuff. Having recording ↵Michael Sevakis2007-06-08
| | | | | | is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13599 a1c6a512-1295-4272-9138-f99709370657
* Add test_codec to viewers.config. As Jens pointed out, if it's not built, ↵Dave Chapman2007-06-08
| | | | | | it won't be included in the target viewers.config, so it does no harm to include it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13596 a1c6a512-1295-4272-9138-f99709370657
* Fix a bug concerning difficulty, pointed out by DerPapst in IRC.Paul Louden2007-06-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13592 a1c6a512-1295-4272-9138-f99709370657
* * Speed up the level transition in Star for iPod Video (else it's sloooooow).Antoine Cellerier2007-06-06
| | | | | | | * Remove a bunch of trailing spaces. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13578 a1c6a512-1295-4272-9138-f99709370657
* Fix drawing on overlaping qixes on B&W displays.Antoine Cellerier2007-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13577 a1c6a512-1295-4272-9138-f99709370657
* Yet some more optimisation and recorder/ondio related bug fixing for Xobox.Antoine Cellerier2007-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13576 a1c6a512-1295-4272-9138-f99709370657
* Fix bitmap drawing for b&w targets on xobox.Antoine Cellerier2007-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13567 a1c6a512-1295-4272-9138-f99709370657
* Add recorder and ondio support to Xobox.Antoine Cellerier2007-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13566 a1c6a512-1295-4272-9138-f99709370657
* Xobox: really make it fast. Plays smoothly on Video iPod even at fastest speed.Antoine Cellerier2007-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13565 a1c6a512-1295-4272-9138-f99709370657
* * xobox.c: Fix speed range.Antoine Cellerier2007-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13549 a1c6a512-1295-4272-9138-f99709370657
* * xobox.c: User configurable speed and difficulty levels.Antoine Cellerier2007-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13548 a1c6a512-1295-4272-9138-f99709370657
* Some fixes to doom dehacked loading - make embedded dehacked files actually ↵Karl Kurbjun2007-06-03
| | | | | | load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13547 a1c6a512-1295-4272-9138-f99709370657
* * minesweeper.c: Cosmetics.Antoine Cellerier2007-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13546 a1c6a512-1295-4272-9138-f99709370657
* * xobox.c: Don't call lcd_clear_display() since we're redrawing every single ↵Antoine Cellerier2007-06-03
| | | | | | screen pixel afterwards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13545 a1c6a512-1295-4272-9138-f99709370657
* * xobox.c: simplify a bit more.Antoine Cellerier2007-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13544 a1c6a512-1295-4272-9138-f99709370657
* * xobox.c: - Speed it up (makes it play without lag on iPod Video).Antoine Cellerier2007-06-03
| | | | | | | | | | - Fix wrong qix angle after hiting wall. - Fix area with qix being filled if qix was on the wall (during rebound). - Fix rendering of qixes when they overlap. - Change the player and qix bitmaps so that they're centered on the 8x8 block. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13543 a1c6a512-1295-4272-9138-f99709370657
* Correct butoon help text for ipods, fixes FS#7243Nils Wallménius2007-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13535 a1c6a512-1295-4272-9138-f99709370657
* Oops forgot to svn add new filesNils Wallménius2007-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13516 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7209 by Mauricio Peccorini, Make chessbox able to view games ↵Nils Wallménius2007-05-29
| | | | | | stored in PGN format git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13515 a1c6a512-1295-4272-9138-f99709370657