summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode....Karl Kurbjun3-8/+16
2006-04-03Prevent a potential unaligned memory accessDave Chapman1-2/+2
2006-04-03Clean up the (incorrect) #ifdef spaghetti for the timer. We now have a user ...Dave Chapman1-10/+9
2006-04-03Finishing touchesKarl Kurbjun4-10/+28
2006-04-03Doom can't use the user timer at the same time as using the grayscale lib.Dave Chapman1-4/+7
2006-04-03Fix #ifKarl Kurbjun1-3/+3
2006-04-03Start building for H100'sKarl Kurbjun1-1/+1
2006-04-03Add grayscale lib for the H100'sKarl Kurbjun1-3/+33
2006-04-03Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.Hristo Kovachev9-36/+490
2006-04-03Fix warningKarl Kurbjun1-0/+1
2006-04-03Fixes graphic errors in scaling code, note sure about the fix in hu_lib.c tho...Karl Kurbjun3-5/+11
2006-04-02Added remote support and music type counter to the stats plugin. Idea inspire...Hristo Kovachev1-14/+66
2006-04-02Properly ifdef H300 video code, fix commented line handling rockbox volumeKarl Kurbjun2-5/+9
2006-04-02The search plugin should not have been disabled.Jens Arnold1-1/+1
2006-04-02Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold4-7/+10
2006-04-02Update adds prboom's high resolution support, also makes the scaling for plat...Karl Kurbjun18-537/+569
2006-04-02Change (and hopefully simplify) the iPod button mappings and correct some com...Dave Chapman2-16/+79
2006-04-01Add audio playback menuDave Chapman1-6/+12
2006-04-01Move Sudoku plugin into its own subdirectory and add a random game generator.Dave Chapman10-89/+4254
2006-04-01Add apps/plugins/SUBDIRS file for specifying when to build each of the multi-...Dave Chapman2-33/+35
2006-03-31Only compile iriverify for the iriver H1x0 and H3x0 targetsDave Chapman1-1/+5
2006-03-31Mikachu's color patchDaniel Stenberg1-1/+30
2006-03-31Add check for ipod 3G keypad - these checks looks like they should beDave Chapman1-0/+1
2006-03-31Ondio buttons for spacerocksLinus Nielsen Feltzing1-1/+5
2006-03-31Add button mappings for ipod 3GDave Chapman1-1/+1
2006-03-31Patch #2864 by Mat Holton - Spacerocks, an Asteroids cloneLinus Nielsen Feltzing2-0/+1603
2006-03-31Enabled RTC and virtual disk LED on iAudio X5Linus Nielsen Feltzing1-0/+2
2006-03-30Enabled metronome and battery_bench for X5Daniel Stenberg3-4/+14
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold1-0/+4
2006-03-30MCF5249 isn't the only Coldfire CPULinus Nielsen Feltzing1-7/+7
2006-03-29Use rockbox endian definesKarl Kurbjun2-6/+7
2006-03-29its much better to clear everytime the lcdChristian Gmeiner1-1/+1
2006-03-29oops.. fix yellow buildsChristian Gmeiner1-1/+1
2006-03-29Patch #4936 from Jonathan Gordon with a small change by me. slideshow support...Christian Gmeiner1-82/+185
2006-03-29Limit idle framerate, make falling bubbles less uniform, and some formatting ...Adam Boot1-46/+68
2006-03-28Change the type of the P_SectorActive() function to boolean - that's how it i...Dave Chapman2-3/+3
2006-03-28More 64-bit fixes.Dave Chapman1-2/+2
2006-03-28More 64-bit fixesDave Chapman3-16/+16
2006-03-28x5: lets build doom...Christian Gmeiner1-1/+1
2006-03-28added good (tm) button mappings for x5, and added ifdef for HAS_BUTTON_HOLDChristian Gmeiner1-2/+15
2006-03-28Fix red builds.Dan Everton1-2/+2
2006-03-28Fail gracefully if write fails (i.e. disk space runs out) during copy in spli...Dan Everton1-2/+31
2006-03-2864-bit sim fixesDave Chapman2-4/+4
2006-03-28Fix uninitialised variable warningDave Chapman1-1/+1
2006-03-28Do not export load_main_backdrop() via the plugin API. Plugins should alloca...Dave Chapman2-1/+2
2006-03-28Patch #2969 - Doom! Currently only working on the H300.Dave Chapman128-0/+65572
2006-03-27x5: use as default BUTTON_POWER to close a pluginChristian Gmeiner3-4/+4
2006-03-27ChessBox: Add 10x8 pixel pieces for the Archoses from Miguel A. Arévalo (P#4...Martin Arver3-0/+6
2006-03-26WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold4-1/+3686
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant1-24/+24