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-15 | defined current_tick variable and repaired broken build. | Felix Arends |
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-12 | Threading is working on uisw32 as well now, code is up-to-date, makefile is u... | Felix Arends |
2002-06-11 | Added win32/uisw32.rc | Björn 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 | clarified and added details about the X11 simulator build | Daniel Stenberg |
2002-06-04 | the sim should not take args off the command line | Robert Hak |
2002-06-01 | Player compatible code, interface still needs some changes for player | Felix Arends |
2002-05-31 | updated the build instruction since we now support building the simulator | Daniel Stenberg |
2002-05-31 | supports OBJDIR etc to make it possible to have the configure script generate | Daniel Stenberg |
2002-05-31 | include the 8bit bitmap instead of the previos 24bit one (that is no longer | 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-30 | Added the two Player-specific keys to the description. The X11 simulator is | Daniel Stenberg |
2002-05-29 | Removed some files to save space, made bitmap smaller, brought everything up ... | Felix Arends |
2002-05-29 | Felix popped up and fixed the win32 simulator, it works again and we include | Daniel Stenberg |
2002-05-29 | win32 simulator up to date | Felix Arends |
2002-05-29 | I've commented all the win32 files right now as no one is maintaining | Daniel Stenberg |
2002-05-29 | added FILES and all sorts of missing win32 simulator files | 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 | files included in release | Daniel Stenberg |
2002-05-27 | stop the compiler bitching | Robert Hak |
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-17 | code meant to be used in target builds are now in ../apps | Daniel Stenberg |
2002-05-16 | Moved play.* to apps/ | Björn Stenberg |
2002-05-16 | Added support for player keypad | Björn Stenberg |
2002-05-16 | support little endian too | Daniel Stenberg |