index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
wormlet.c
(
unfollow
)
Commit message (
Expand
)
Author
2006-03-30
Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...
Jens Arnold
2006-03-13
Fixed ordering of SOURCES; removed redundancy pertaining to the definition of...
Zakk Roberts
2006-03-13
Please let this be the last fix.. please..
Zakk Roberts
2006-03-13
(Hopefully) fixed the ugliest build table we've had in quite a while..
Zakk Roberts
2006-03-13
Adapted Wormlet to all other models with bitmap LCDs - fullscreen on all of t...
Zakk Roberts
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-06-24
First part of graphics api rework. Special functions, parameter handling, pix...
Jens Arnold
2005-01-16
Plugin fixes for simulator: (1) Don't compile calendar for units without RTC....
Jens Arnold
2004-10-23
Plugin rework 6: (all) Now using the default event handler, standard placemen...
Jens Arnold
2003-06-29
Added plugin loader. Moved games, demos and the text viewer to loadable plugi...
Björn Stenberg
2003-04-23
Changed remote control button events to separate codes. Now the remote contro...
Björn Stenberg
2002-12-18
Killed a dozen global variables
Björn Stenberg
2002-10-29
usb detection in bounce, and all files use default font (not loaded)
Robert Hak
2002-10-03
i dumb
Robert Hak
2002-10-03
we no longer have lang.h
Robert Hak
2002-09-27
Phil modified FIELD_RECT_WIDTH for the new default font
Daniel Stenberg
2002-09-24
Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...
Björn Stenberg
2002-09-24
Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...
Björn Stenberg
2002-09-18
New language/string handling
Björn Stenberg
2002-09-17
Philipp's patch to stop food from appearing on a worm
Eric Linenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-09-09
Much expanded wormlet (Philipp Pertermann). Read the manual... :-)
Björn Stenberg
2002-09-06
features.h was renamed to options.h since it collided with the system
Daniel Stenberg
2002-09-06
include features.h for deciding which features to include
Daniel Stenberg
2002-09-01
we don't need HAS_LCD_BITMAP
Robert Hak
2002-08-31
*** empty log message ***
Robert Hak
2002-08-31
we didn't use LCD_BITMAP
Robert Hak
2002-08-26
Adapted wormlet to code standard and added it to simulators.
Björn Stenberg
2002-08-26
Philpp Petermann's game wormlet
Eric Linenberg