summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-09-15Oops - these files shouldn't have been committed.Dave Chapman6-1423/+0
2006-09-15Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It...Dave Chapman88-0/+19624
2006-09-15Solitaire: * Even more 'natural' bouncing cards. * Only load the config from ...Jens Arnold1-15/+25
2006-09-15Ooooops, committed the wrong files. Fixed.Jens Arnold9-1/+1
2006-09-15Tetrox adapted to H10 5GB by Marianne Arnold.Jens Arnold8-0/+2
2006-09-10Looks like we need to explicitly say that we need signed chars.Antoine Cellerier1-2/+2
2006-09-10Fix corruption in remains stack and simplify code where possibleAntoine Cellerier1-45/+30
2006-09-10New keymaps for H10. Makes the buttons much more intuitive and consistent. FS...Barry Wardell1-0/+19
2006-09-08Fire: * Improved greyscale palette. * Fixed colour mode (palette was inverted...Jens Arnold1-103/+97
2006-09-06Correct the help text for iriver HXXX playersMartin Arver1-4/+4
2006-09-06More natural bouncing cards animation.Jens Arnold1-3/+3
2006-09-06Solitaire: * Improved large suits for medium/large LCDs, and all new large su...Jens Arnold5-78/+48
2006-09-05Fix sound in Doom on H10 - we don't support 11025Hz so use 44100Hz instead.Barry Wardell1-3/+3
2006-09-05Untested cursor display fix when no cards are left/drawn on the remains stack.Antoine Cellerier1-4/+5
2006-09-05Add some yielding during the bouncing cards sequence (and only refresh what's...Antoine Cellerier1-3/+5
2006-09-05Fix not being able to exit Doom on the H10.Barry Wardell1-2/+5
2006-09-04Foreground color in menusAntoine Cellerier1-0/+1
2006-09-04Bouncing cards when you win :)Antoine Cellerier1-4/+57
2006-09-04Restore default background color when going back to menu after winning.Antoine Cellerier1-3/+4
2006-09-04Some more remains' stack bug fixes. I must've been drunk when i wrote the ori...Antoine Cellerier1-15/+22
2006-09-04Gracefully shutdown unless firmware is found.Miika Pekkarinen1-5/+6
2006-09-03Fix some more bugs found by amiconn:Antoine Cellerier1-4/+5
2006-09-03Use consistant margins. If people still have ideas to make it look better on ...Antoine Cellerier1-18/+16
2006-09-02Some more tweaking so that it now looks really good on small screensAntoine Cellerier1-8/+12
2006-09-02Fix solitaire card colorsAntoine Cellerier12-24/+46
2006-09-02Hopefully fix solitaire invisible card bug ... and add some more.Antoine Cellerier1-18/+18
2006-09-01fix text editor for actions system, stopgap approach untill actions is modifi...Jonathan Gordon1-79/+6
2006-08-30Correct credits for the calculator pluginLinus Nielsen Feltzing1-1/+1
2006-08-28Test plugin for measuring the internal scan rate of the LCD, for developers. ...Jens Arnold1-0/+177
2006-08-27Stop the paddle moving whie the game is paused.. AKA cheatingJonathan Gordon1-2/+3
2006-08-26Make doom work with sound on X5.Jens Arnold1-1/+3
2006-08-23Add help string for Gigabeat. Fixes a warning.Jonas Häggqvist1-1/+2
2006-08-20Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add ...Dave Chapman5-32/+279
2006-08-20Fix errors when building H10 Normal build.Barry Wardell2-0/+15
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell3-0/+10
2006-08-19Added help text in minesweeper for iriver H10Barry Wardell1-0/+2
2006-08-19* Use fast multiplication macro in some more places. * Better pipelining on SH1.Jens Arnold2-12/+10
2006-08-17Clean up the video output code - remove the final traces of libvo (used by mp...Dave Chapman3-168/+23
2006-08-16Greyscale tetrox backgrounds: 'Score' in bold plus some antialiasing. There's...Jens Arnold2-0/+0
2006-08-16Sudoku: Separate set of graphics for X5 and Nano. Fixes wrong colours (pure g...Jens Arnold4-2/+6
2006-08-16Allow exiting of plugin whilst pausedDave Chapman1-0/+2
2006-08-16Convert the "short ciruit operator madness" to plain and simple code thatDaniel Stenberg1-11/+13
2006-08-13Remove 3G compile warningAntoine Cellerier1-1/+2
2006-08-13*: Enhance minesweeper graphicsAntoine Cellerier6-434/+384
2006-08-12Iriver iFP7xx memory layout adjustment.Tomasz Malesinski1-2/+2
2006-08-12Do not compile flashing plugin for H300 to be sure nobody tries thatMiika Pekkarinen1-0/+2
2006-08-12Enabled iriver flashing plugin with additional safety checks,Miika Pekkarinen2-77/+267
2006-08-12Fixing Sudoku menu to work properly with FS#5182Shachar Liberman1-27/+4
2006-08-12Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...Dave Chapman1-4/+1
2006-08-11Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...Jens Arnold2-524/+471