summaryrefslogtreecommitdiff
path: root/apps/plugins (unfollow)
Commit message (Expand)Author
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold
2005-07-19Sokoban: Use greyscale for walls, proper scaling of the player graphic, show ...Jens Arnold
2005-07-19Ooops.Jens Arnold
2005-07-19Use greyscale graphics in minesweeper.Jens Arnold
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-14Optimised placement of lcd_set_drawmode() - the whole plugin uses DRMODE_FG. ...Jens Arnold
2005-07-14fixed the right-end too, added more letters on the big screens and addedDaniel Stenberg
2005-07-14The scroll mode now takes advantage of the clipping support in the newDaniel Stenberg
2005-07-13Cube.rock extensions: (1) New mode for all platforms - hidden line. (2) Abili...Jens Arnold
2005-07-13Removed a heapload of TABs.Jens Arnold
2005-07-12Cube.rock extension and rework: (1) Solid 4-greylevel mode on iriver H1xx. (2...Jens Arnold
2005-07-12Beginnings of a library complementing the core LCD functions. First function:...Jens Arnold
2005-07-12Cube.rock: converted to binary fixed-point arithmetic allowing for some more ...Jens Arnold
2005-07-09Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant
2005-07-09Recovered from my major brain failure and reverted to using the same load add...Linus Nielsen Feltzing
2005-07-08H110 adjustmentsLinus Nielsen Feltzing
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg
2005-07-07Chip8 works again on grayscale devicesLinus Nielsen Feltzing
2005-07-07entry *entryarray is static in the C source so it can't be extern hereDaniel Stenberg
2005-07-07Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-07-06Patch #1232741 by Frederic Devernay - chip8 plugin now playable, and with SCH...Linus Nielsen Feltzing
2005-07-04Created new viewer application to test WavPack encoding. Accepts .wav fileDave Bryant
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold
2005-07-02A couple of optimisations.Jens Arnold
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk
2005-07-01Use macros instead of multiple #ifdef to make the code more readable.Jens Arnold
2005-07-01Associated .nfo with the text viewerLinus Nielsen Feltzing
2005-06-30Player graphics library extended and converted to new api. Please note that t...Jens Arnold
2005-06-30vbrfix boosts the cpu frequencyLinus Nielsen Feltzing
2005-06-29No need to included unused data in the archos builds.Jens Arnold
2005-06-29Enabled sectioned compilation for the plugin library, and linking with garbag...Jens Arnold
2005-06-29Made it working again...Jens Arnold
2005-06-29removed old codec leftoversDaniel Stenberg
2005-06-29adjusted for the h300 to make it do similar as the h100Daniel Stenberg
2005-06-29fix to enable plugins to build fine for h300Daniel Stenberg
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold
2005-06-28Request the audio buffer _before_ using any iram. By doing it in this order,Daniel Stenberg
2005-06-28Iriver: Fix codec <-> plugin start address clash, leading to crashes when try...Jens Arnold
2005-06-27I bet nobody enters more than 100 letters in search strings, and since thereDaniel Stenberg
2005-06-27Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg
2005-06-27Don't try to compile the grayscale lib for unsupported configurations, saves ...Jens Arnold
2005-06-26 * number of columns and rows can now be changed in menuAntoine Cellerier
2005-06-26 * use *rb->current_tick for srandAntoine Cellerier
2005-06-26 * fix some cursor bugs (patch 1222287)Antoine Cellerier
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold