summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2002-08-07Added status bar to file browser and wpsMarkus Braun4-4/+417
2002-08-07Now uses button_get_w_tmo()Linus Nielsen Feltzing1-2/+1
2002-07-27Now handles key repeat againLinus Nielsen Feltzing1-0/+4
2002-07-24Fixed button_get() problemsLinus Nielsen Feltzing1-23/+28
2002-07-04fixed cannot-lose-bugFelix Arends1-10/+4
2002-07-04super-duper tetris applying to the standards of the Tetris Expert Panel and t...Felix Arends1-30/+40
2002-07-03Killed warningsLinus Nielsen Feltzing1-1/+1
2002-07-034x4 pixel stones, 90 degrees rotated (bigger), a few things still missingFelix Arends1-97/+92
2002-06-25fixed level 11 again, and moving between levels bugEric Linenberg1-1/+8
2002-06-25removed Test from the enum list, it broke thingsDaniel Stenberg1-1/+1
2002-06-25slider bar is now availableRobert Hak2-1/+19
2002-06-24corrected score placementRobert Hak1-2/+2
2002-06-24Removed some duplicated codeBjörn Stenberg1-106/+74
2002-06-20now we have 50 levels -- more on the way tooEric Linenberg1-0/+426
2002-06-20Changed level array to more friendly format.Björn Stenberg1-385/+818
2002-06-20Better randomBjörn Stenberg1-4/+1
2002-06-20Added level speeds. Cleaned up variables.Björn Stenberg1-37/+29
2002-06-20now rotates counter-clockwiseLinus Nielsen Feltzing1-1/+1
2002-06-20Now blocks when waiting for a keyLinus Nielsen Feltzing1-1/+1
2002-06-20cut down the size of the firmware by ~20k. Changed the ints to charsEric Linenberg1-439/+14
2002-06-20sometimes when you loaded a level, a 'home' spot would appear below youEric Linenberg1-1/+1
2002-06-19left in garbageEric Linenberg1-1/+1
2002-06-19Added more levels, also now you can restart a level and move back and forth b...Eric Linenberg1-25/+408
2002-06-18bounce doesn't need to reference the nonexistant file: screensaver.hRobert Hak1-1/+0
2002-06-18removed files that were renamedRobert Hak2-157/+0
2002-06-18fixed typoRobert Hak1-1/+1
2002-06-17Removed snprintf warning. Removed unnecessary #ifdefBjörn Stenberg1-5/+1
2002-06-16first there was tetris, now we have sokobanRobert Hak2-0/+615
2002-06-16renamed screensaver.[ch] to boxesRobert Hak2-0/+156
2002-06-15unused variable, remove compiler warningDaniel Stenberg1-1/+0
2002-06-15made ss_loop staticDaniel Stenberg2-2/+1
2002-06-15Lemme describe it this way:Daniel Stenberg1-0/+139
2002-06-15Selector was already the cursor image, so I removed the duplicateDaniel Stenberg2-3/+1
2002-06-14nicer cursor and a folder bitmap that is horizontally aligned with the fileDaniel Stenberg1-2/+2
2002-06-14Added cursor bitmapDaniel Stenberg2-3/+5
2002-06-12remove WIN32 usageDaniel Stenberg1-5/+1
2002-06-12need to include "sprintf.h" for win32 simulatorFelix Arends1-0/+3
2002-06-07include string.h to remove compiler warning on targetDaniel Stenberg1-1/+1
2002-06-07Killed a few warningsLinus Nielsen Feltzing1-0/+2
2002-06-04sleep now references HZRobert Hak1-2/+2
2002-06-04increased length of 'you lose' displayRobert Hak1-2/+2
2002-06-03sprintf => snprintf and now we build on the recorder againDaniel Stenberg1-1/+1
2002-05-31Zoomed ScreenFelix Arends1-47/+90
2002-05-31Fixed remove-line-bug.Felix Arends1-4/+4
2002-05-31use proper ansi function declarations to reduce compiler warningsDaniel Stenberg1-7/+7
2002-05-31added this icon I call rockbox112x37, let's now all take a guess what itDaniel Stenberg2-0/+54
2002-05-30removed unused variables, removed static variablesDaniel Stenberg1-9/+6
2002-05-30corrected the comment regarding what kind of BMP files this readsDaniel Stenberg1-1/+1
2002-05-30prototype for the BMP file reader functionDaniel Stenberg1-0/+29
2002-05-29included debug.h for debugf functionFelix Arends1-0/+4