- 3dc01ee strcat() by Daniel Stenberg · 23 years ago
- 60ed5ee MPEG_PLAY now closes mpeg_file if it is open by Linus Nielsen Feltzing · 23 years ago
- 2a72553 Always clear the status register (irq mask) by Linus Nielsen Feltzing · 23 years ago
- 1b8bb1e Killed warnings by Linus Nielsen Feltzing · 23 years ago
- a422b83 Better ATA I/O detection by Linus Nielsen Feltzing · 23 years ago
- 1a17d35 only menu and prev are treated in directories with no entries by Daniel Stenberg · 23 years ago
- ac7b23f removed lotsa protos and now it seems to build on sim too by Daniel Stenberg · 23 years ago
- c5d24c6 fat.c includes time.h so we need this by Daniel Stenberg · 23 years ago
- 49ed3e9 cut off the browse line to maximize the space used for dir browsing by Daniel Stenberg · 23 years ago
- d6b0404 Filenames are case insensitive in Fat32 by Björn Stenberg · 23 years ago
- 7e3a327 Added shtml by Björn Stenberg · 23 years ago
- 9296dfb check for .m3u extensions case insensitively by Daniel Stenberg · 23 years ago
- d38ab69 case insensitive string comparisons by Daniel Stenberg · 23 years ago
- b1fe81d abs() is abs and should work as abs when you want abs by Daniel Stenberg · 23 years ago
- 8d718ee file added, date isn't corect, but close by Robert Hak · 23 years ago
- 06bb928 bounce doesn't need to reference the nonexistant file: screensaver.h by Robert Hak · 23 years ago
- 945a597 remove bad include by Daniel Stenberg · 23 years ago
- ab0cbf0 removed files that were renamed by Robert Hak · 23 years ago
- f9135f3 fixed typo by Robert Hak · 23 years ago
- c0b4dde First by Björn Stenberg · 23 years ago
- be31b86 Fixed dynamic log list by Björn Stenberg · 23 years ago
- 410e856 Don't update twice by Björn Stenberg · 23 years ago
- bd2d38a First version by Björn Stenberg · 23 years ago
- 980359f fix ctype extern by Daniel Stenberg · 23 years ago
- aca6b2e we need ctype by Daniel Stenberg · 23 years ago
- 2f4b596 Moved download to dir by Björn Stenberg · 23 years ago
- 4de8f99 Added download by Björn Stenberg · 23 years ago
- 576f65f First by Björn Stenberg · 23 years ago
- 7303737 Removed newlib by Björn Stenberg · 23 years ago
- 3a36af9 no time.h, no time() not even in simulators by Daniel Stenberg · 23 years ago
- a898728 fixed to work by Daniel Stenberg · 23 years ago
- 0c7ebc4 builds properly with the new "libc headers" by Daniel Stenberg · 23 years ago
- a73cb17 add our libc headers directory to the include path by Daniel Stenberg · 23 years ago
- ebe6cc0 added vsnprintf by Daniel Stenberg · 23 years ago
- 86e064a add our "libc header directory" to the include path by Daniel Stenberg · 23 years ago
- f7b10a3 added protos and fixed to make them work as proper newlib replacement headers by Daniel Stenberg · 23 years ago
- d2e0214 Added include files to tarball by Daniel Stenberg · 23 years ago
- ba5e6ae Removed snprintf warning. Removed unnecessary #ifdef by Björn Stenberg · 23 years ago
- fc2bb6c Made playlist shuffle an option instead of an action by Björn Stenberg · 23 years ago
- dbf59f4 Added lcd_update to make settings work ok on recorder by Björn Stenberg · 23 years ago
- 5a8a5b5 Added backslash and drive letter support by Björn Stenberg · 23 years ago
- 0530349 Player builds now use a separate linker control file by Daniel Stenberg · 23 years ago
- 64e268a use this linker file for player builds by Daniel Stenberg · 23 years ago
- e93823b remove padding to make it link, we're now bigger than least required! by Daniel Stenberg · 23 years ago
- 1590fcb i messed up spacing by Robert Hak · 23 years ago
- 955e590 Eric Linenberg joins the credit list by Robert Hak · 23 years ago
- 3aa90e4 added boxes, sokoban, bounce, removed screensaver by Robert Hak · 23 years ago
- 6077eb3 added menu options for bounce, sokoban and corrected screensaver => boxes reference by Robert Hak · 23 years ago
- 4164f58 increased lines on menu display by Robert Hak · 23 years ago
- d58ab78 first there was tetris, now we have sokoban by Robert Hak · 23 years ago
- 4990c75 renamed screensaver.[ch] to boxes by Robert Hak · 23 years ago
- 4bfcbac This is the start of a text file viewer for the Player. It is not called by Daniel Stenberg · 23 years ago
- 7da93d5 This is my initial attempt to get rid of the newlib headers requirement, by Daniel Stenberg · 23 years ago
- 4f58f61 the playlist loader now ignores lines that start with # as they are meant by Daniel Stenberg · 23 years ago
- 6828b87 unused variable, remove compiler warning by Daniel Stenberg · 23 years ago
- c1ea15f added bounce.c by Daniel Stenberg · 23 years ago
- 151a86d made ss_loop static by Daniel Stenberg · 23 years ago
- 733c99f Lemme describe it this way: by Daniel Stenberg · 23 years ago
- 3d1c27f Added lcd_clearline() - the opposite of drawline. We need this to make funny by Daniel Stenberg · 23 years ago
- fc9aff3 Selector was already the cursor image, so I removed the duplicate by Daniel Stenberg · 23 years ago
- e35f8eb made the player simulator get a "nice" cursor too! by Daniel Stenberg · 23 years ago
- 0707946 defined current_tick variable and repaired broken build. by Felix Arends · 23 years ago
- 2d29a74 added lots of links to IRC logs by Daniel Stenberg · 23 years ago
- 3dabd06 current_tick is now simulated too (hey Felix, this breaks the win32 sim!) by Daniel Stenberg · 23 years ago
- 973b1a8 current_tick simulation added by Daniel Stenberg · 23 years ago
- 3f0bf03 removed yield() define, we have a proper yield() implementation now by Daniel Stenberg · 23 years ago
- 50c1ff2 removed sleep.c, the sleep() code was moved into thread.c as the by Daniel Stenberg · 23 years ago
- 5fbeb6d Fixed the threading to work as I wanted it: by Daniel Stenberg · 23 years ago
- a902aa1 kill warning by Daniel Stenberg · 23 years ago
- ed6c7e4 warning hunt and kill session by Daniel Stenberg · 23 years ago
- 7a8d95d go bananas, now we complain on *lots* of details by Daniel Stenberg · 23 years ago
- 91f743f killed off a warning by Daniel Stenberg · 23 years ago
- 698ebc8 hehe, we better clear at y*8 not y*6 ;-) by Daniel Stenberg · 23 years ago
- 216e50b updating irc logs by Robert Hak · 23 years ago
- 17f8390 the cursor is now only 4 pixels wide by Daniel Stenberg · 23 years ago
- c72061e nicer cursor and a folder bitmap that is horizontally aligned with the file one by Daniel Stenberg · 23 years ago
- bf603f9 made to use the new cursor bitmap on the recorder, so put_cursorxy() is by Daniel Stenberg · 23 years ago
- 35facde Added cursor bitmap by Daniel Stenberg · 23 years ago
- c0b7f4d the shuffle says something if we don't have a playlist loaded by Daniel Stenberg · 23 years ago
- 881d226 allow CRLF or LF or in fact just CR too as line separators by Daniel Stenberg · 23 years ago
- fd99f22 Don't try to scroll in an empty dir by Björn Stenberg · 23 years ago
- 3505278 Cosmetic change to playlist loader progress display by Björn Stenberg · 23 years ago
- 4f00450 Loading playlists using 512 byte buffer. Added feedback display during load. by Björn Stenberg · 23 years ago
- aa26b5c Added playlist shuffle menu option by Björn Stenberg · 23 years ago
- 16c3c12 typecast array indexing to int from char to prevent compiler warning by Daniel Stenberg · 23 years ago
- 6682c03 make init() a void always, this should heal the build again by Daniel Stenberg · 23 years ago
- 4a38244 remove WIN32 usage by Daniel Stenberg · 23 years ago
- 0f06cf6 fixed intptr_t to int, thanks to greg by Felix Arends · 23 years ago
- 0053ec0 Threading is working on uisw32 as well now, code is up-to-date, makefile is up-to-date by Felix Arends · 23 years ago
- d0b2312 need to include "sprintf.h" for win32 simulator by Felix Arends · 23 years ago
- e096c86 included threads.h so that init_threads is defined. by Felix Arends · 23 years ago
- 23ed32c Set margins when clearing screen by Björn Stenberg · 23 years ago
- 4b422aa Fixed tighter looping scroll. by Björn Stenberg · 23 years ago
- 8169c8f Added I/O address detection for CONTROL/ALT_STATUS by Linus Nielsen Feltzing · 23 years ago
- 558c924 Check for both .txt and .log by Björn Stenberg · 23 years ago
- a4058ec ata_read_sectors() couldn't read more that one sector by Linus Nielsen Feltzing · 23 years ago
- 1165b9a Removed erroneous { by Björn Stenberg · 23 years ago
- cf55acf Cleaned out a lot of #ifdefs by Björn Stenberg · 23 years ago
- 4dea91f Tighter scrolling by Björn Stenberg · 23 years ago
- 3d762e9 Fixed scroll screen garbage bug by Björn Stenberg · 23 years ago