Age | Commit message (Expand) | Author |
2002-06-17 | builds properly with the new "libc headers" | Daniel Stenberg |
2002-06-16 | added boxes, sokoban, bounce, removed screensaver | Robert Hak |
2002-06-15 | added bounce.c | Daniel Stenberg |
2002-06-14 | current_tick simulation added | Daniel Stenberg |
2002-06-14 | removed yield() define, we have a proper yield() implementation now | Daniel Stenberg |
2002-06-14 | removed sleep.c, the sleep() code was moved into thread.c as the | Daniel Stenberg |
2002-06-14 | Fixed the threading to work as I wanted it: | Daniel Stenberg |
2002-06-14 | kill warning | Daniel Stenberg |
2002-06-14 | warning hunt and kill session | Daniel Stenberg |
2002-06-14 | go bananas, now we complain on *lots* of details | Daniel Stenberg |
2002-06-10 | add thread functionality, powered by pthreads | Daniel Stenberg |
2002-06-04 | works with playlist code, now stubs mpeg_play() to be able to show some | Daniel Stenberg |
2002-06-04 | the sim should not take args off the command line | Robert Hak |
2002-05-31 | supports OBJDIR etc to make it possible to have the configure script generate | Daniel Stenberg |
2002-05-30 | removed the no longer used code for simulating the player LCD | Daniel Stenberg |
2002-05-30 | we don't need these weirdo defined anymore | Daniel Stenberg |
2002-05-29 | shorten the sleep for blocking key-gets to make it behave better | Daniel Stenberg |
2002-05-28 | adjusted to new button_get api | Daniel Stenberg |
2002-05-28 | mpeg_stop stub added | Daniel Stenberg |
2002-05-27 | build sound_menu, add mpeg.o to simulat the target mpeg_* functions | Daniel Stenberg |
2002-05-27 | simulate the mpeg functions to make the sim build | Daniel Stenberg |
2002-05-27 | make yield() simply do a short sleep when simulated | Daniel Stenberg |
2002-05-24 | added reference to location of mpeg_play.h for includes | Robert Hak |
2002-05-21 | Added player MENU and ON keys | Björn Stenberg |
2002-05-21 | app.c removed, main_menu.c introduced | Björn Stenberg |
2002-05-18 | added credits.c | Robert Hak |
2002-05-18 | I got tired of shifting this file around, and it belongs with the archos | Robert Hak |
2002-05-17 | removed -DLITTLE_ENDIAN for Linux - it is defined by stdlib.h | Dave Chapman |
2002-05-17 | Some files moved | Björn Stenberg |
2002-05-17 | Added lcd_update() to player lcd_puts() | Björn Stenberg |
2002-05-17 | made both recorder and player builds work again | Daniel Stenberg |
2002-05-16 | Added support for player keypad | Björn Stenberg |
2002-05-16 | set endian style, default target endian is BIG ENDIAN | Daniel Stenberg |
2002-05-15 | added playback simulator if /dev/dsp is unavailable | Dave Chapman |
2002-05-13 | Added \n to debugf() | Björn Stenberg |
2002-05-13 | Changing to C99 'bool' | Björn Stenberg |
2002-05-12 | enable mpeg playing by default under Linux | Dave Chapman |
2002-05-12 | moved sound interface to common directory | Dave Chapman |
2002-05-12 | moved mpeg decoder to common | Dave Chapman |
2002-05-12 | abstracted the sound output interface | Dave Chapman |
2002-05-12 | use internal copy of libmad | Dave Chapman |
2002-05-12 | removed unused function and re-enabled button check | Dave Chapman |
2002-05-12 | improved mpeg audio quality | Dave Chapman |
2002-05-10 | Removed testing debugf() | Björn Stenberg |
2002-05-10 | Adapted to changes in the lcd API. | Björn Stenberg |
2002-05-10 | x11_opendir() now fails properly in case the dir doesn't exist | Daniel Stenberg |
2002-05-10 | added x,y to BUTTON PRESSED event message | Dave Chapman |
2002-05-09 | first attempt at mp3 playback in x11 simulator using libmad | Dave Chapman |
2002-05-08 | added icons.c | Daniel Stenberg |
2002-05-07 | NULL is not defined when this compiles on Linux, let's avoid that for now | Daniel Stenberg |