rockbox/apps/plugins/bitmaps
2008-10-13 23:13:12 +00:00
..
mono Fix rockblox on all 160x128x2 and 160x128x16 targets. They used the mono bitmap intended for m:robe100 as a native one, making the background looking odd and crashing the sim. Bitmaps for monochrome targets used like native bitmaps shouldn't reside in bitmaps/mono, as that's asking for confusion. 2008-05-25 21:12:18 +00:00
native Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning and small tweaks to the rest of the greyscale and monochrome bitmaps. Aspect ratio correct the pieces for the Archos screen (now uses 9x7 tiles) which made it possible to also add the header with statistics). Necessary changes to pegbox.c: don't assume piece height = piece width, prepare a new 'wide' layout for the c200 with the statics at the side. Additional cleanup - make the code more readable by replacing repeatedly used bmpheight_XYZ with defines, splitting some too long lines. Let the 'Start on level' line in the menu actually appear on the Mini's screen. Also rename the greyscale graphics according convention to '...x2.bmp' and set the mime-type more accurately for all pegbox bitmaps. Finally, add Joel Puik, the creator of the original colour graphics to CREDITS. 2008-10-13 23:13:12 +00:00
remote_mono Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
remote_native Use nicer logos in the logo plugin, plus use the bitmap build system magic. 2008-01-31 19:28:51 +00:00
viewer_defaults Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced with the current foreground colour 2007-07-14 09:19:46 +00:00