.. |
configfile.c
|
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
|
2005-02-22 12:19:12 +00:00 |
configfile.h
|
Now keeps integers within range, and saves a version number in the cfg file, refusing to load too old versions
|
2004-07-22 07:51:02 +00:00 |
gray.h
|
Const policed the grayscale lib & plugin
|
2004-08-03 20:57:06 +00:00 |
gray_black_display.c
|
|
|
gray_blockfuncs.c
|
Grayscale lib: let the compiler decide when to save the pr register.
|
2005-02-24 23:24:00 +00:00 |
gray_clear_display.c
|
|
|
gray_core.c
|
|
|
gray_deferred_update.c
|
|
|
gray_drawbitmap.c
|
Const policed the grayscale lib & plugin
|
2004-08-03 20:57:06 +00:00 |
gray_drawgraymap.c
|
Grayscale lib: let the compiler decide when to save the pr register.
|
2005-02-24 23:24:00 +00:00 |
gray_drawline.c
|
|
|
gray_drawpixel.c
|
|
|
gray_drawrect.c
|
|
|
gray_fillrect.c
|
|
|
gray_getstringsize.c
|
Const policed the grayscale lib & plugin
|
2004-08-03 20:57:06 +00:00 |
gray_horline.c
|
|
|
gray_pixelfuncs.c
|
these only build/run on targets using the LCD_SSD1815 display
|
2005-02-04 08:35:29 +00:00 |
gray_position_display.c
|
|
|
gray_putsxy.c
|
Fixed new font format: necessity of offset table generation, output of fonts without one
|
2004-08-27 00:34:15 +00:00 |
gray_screendump.c
|
Const policed the grayscale lib & plugin
|
2004-08-03 20:57:06 +00:00 |
gray_scroll_down.c
|
these only build/run on targets using the LCD_SSD1815 display
|
2005-02-04 08:35:29 +00:00 |
gray_scroll_down8.c
|
|
|
gray_scroll_left.c
|
these only build/run on targets using the LCD_SSD1815 display
|
2005-02-04 08:35:29 +00:00 |
gray_scroll_right.c
|
these only build/run on targets using the LCD_SSD1815 display
|
2005-02-04 08:35:29 +00:00 |
gray_scroll_up.c
|
these only build/run on targets using the LCD_SSD1815 display
|
2005-02-04 08:35:29 +00:00 |
gray_scroll_up8.c
|
|
|
gray_set_background.c
|
added comments about default values
|
2004-06-25 21:09:34 +00:00 |
gray_set_drawinfo.c
|
added comments about default values
|
2004-06-25 21:09:34 +00:00 |
gray_set_drawmode.c
|
added comments about default values
|
2004-06-25 21:09:34 +00:00 |
gray_set_foreground.c
|
added comments about default values
|
2004-06-25 21:09:34 +00:00 |
gray_setfont.c
|
added comments about default values
|
2004-06-25 21:09:34 +00:00 |
gray_verline.c
|
|
|
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
|
Enabled sectioned compilation for the plugin library, and linking with garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins.
|
2005-06-29 21:04:22 +00:00 |
playergfx.c
|
Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed.
|
2005-06-30 21:07:00 +00:00 |
playergfx.h
|
Player graphics library extended and converted to new api. Please note that the player gfx bitmap format chas changed.
|
2005-06-30 21:07:00 +00:00 |
SOURCES
|
removed old codec leftovers
|
2005-06-29 13:46:51 +00:00 |