summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy
AgeCommit message (Expand)Author
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Plugin parameters should be const.Steve Bavin
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon
2008-01-05Fix chessbox and rockboy for archos (overlays were broken by yesterday's plug...Jens Arnold
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun
2007-10-16Fix yellowTom Ross
2007-10-16Code police and clean up for rockboy.Tom Ross
2007-10-16Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on N...Tom Ross
2007-10-10Add the missing keymap for the c200, the plugin was compiled before but since...Marianne Arnold
2007-10-09Oops. Fix red.Nicolas Pennequin
2007-09-10Clean up hard-coded pathsNils Wallménius
2007-09-09Fix rockbox warnings. sramfile is a static array so will never be NULL.Michael Sevakis
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis
2007-07-30RTC (real time clock) support for Rockboy. The time in games like Pokemon Gol...Tom Ross
2007-07-21Fix red and remove an unneeded fileKarl Kurbjun
2007-07-21Commit FS #7379 - This patch fixes most of the sound problems from the previo...Karl Kurbjun
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-06-25Fix rockboy for the H100's. Thanks for fixing the HW codec players PeterKarl Kurbjun
2007-06-24Fix red rockboy builds on archos. Somebody with more rockboy knowledge might ...Peter D'Hoye
2007-06-24Sound improvements for rockboy - players now sync the sound (The gigabeat now...Karl Kurbjun
2007-06-10Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis
2007-05-22Hopefully take care of the scrollwheel difficulties in plugins on e200.Michael Sevakis
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-05-08Fix red overlay plugins on archos. Linker scripts weren't prepared for those ...Jens Arnold
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
2007-04-18Allow rockboy to run while music is playing with smaller roms. Works on play...Karl Kurbjun
2007-04-09Enable rockboy for M5.Jens Arnold
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-02-18#if => #ifdefDaniel Stenberg
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold
2007-02-06Major Rockboy update. Tom Ross
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-01-15FS#6539 - Thanks to Tom RossBarry Wardell
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-05add gigabeat button definesMarcoen Hirschberg
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis
2006-11-15Hopefully clean up some errorsKarl Kurbjun
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold