.. |
bmp.c
|
Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.
|
2006-07-19 19:44:44 +00:00 |
bmp.h
|
Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.
|
2006-07-19 19:44:44 +00:00 |
configfile.c
|
Use correct file mode when creating files. Fixes task 5452
|
2006-05-30 11:26:41 +00:00 |
configfile.h
|
|
|
gray.h
|
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
|
2006-08-07 01:46:42 +00:00 |
gray_core.c
|
* Use fast multiplication macro in some more places. * Better pipelining on SH1.
|
2006-08-19 06:29:23 +00:00 |
gray_draw.c
|
* Use fast multiplication macro in some more places. * Better pipelining on SH1.
|
2006-08-19 06:29:23 +00:00 |
gray_parm.c
|
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
|
2006-08-07 01:46:42 +00:00 |
gray_scroll.c
|
* Assembler optimised gray_update_rect() and writearray() for arm (greyscale iPods). * Some slight optimisations for coldfire (H1x0) and SH1 (archos). * Comment and formatting cleanup.
|
2006-08-07 17:21:38 +00:00 |
highscore.c
|
A new API for saving highscores in game plugins
|
2005-06-08 13:47:46 +00:00 |
highscore.h
|
A new API for saving highscores in game plugins
|
2005-06-08 13:47:46 +00:00 |
Makefile
|
Consistent style of 'make' messages. Always use ranlib after ar.
|
2006-10-23 22:33:39 +00:00 |
overlay.c
|
Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of the whole plugiin buffer, for faster plugin loading. * Applied the same idea to the overlay loader.
|
2006-04-06 18:26:14 +00:00 |
overlay.h
|
Made the overlay loader code part of the plugin library.
|
2006-02-23 20:46:33 +00:00 |
playback_control.c
|
'no voice' is -1 not 0 and menu_items does have a pointer
|
2006-08-11 12:48:36 +00:00 |
playback_control.h
|
Basic plugin playback control menu by Jonathan Gordon (Patch #4874)
|
2006-03-26 22:33:25 +00:00 |
playergfx.c
|
Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().
|
2006-10-07 20:00:49 +00:00 |
playergfx.h
|
Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().
|
2006-10-07 20:00:49 +00:00 |
profile_plugin.c
|
Fix profiling compilation for non-m68k targets
|
2006-03-09 01:37:52 +00:00 |
profile_plugin.h
|
Profiling support, tools and documentation.
|
2006-01-18 20:54:13 +00:00 |
rgb_hsv.c
|
RGB <-> HSV colorspace conversion lib
|
2006-07-19 19:40:17 +00:00 |
rgb_hsv.h
|
RGB <-> HSV colorspace conversion lib
|
2006-07-19 19:40:17 +00:00 |
SOURCES
|
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
|
2006-08-07 01:46:42 +00:00 |
xlcd.h
|
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations.
|
2006-03-08 01:14:46 +00:00 |
xlcd_core.c
|
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations.
|
2006-03-08 01:14:46 +00:00 |
xlcd_draw.c
|
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations.
|
2006-03-08 01:14:46 +00:00 |
xlcd_scroll.c
|
Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD driver broke it.
|
2006-04-06 20:31:57 +00:00 |