- 8307cfd New sprintf. by Linus Nielsen Feltzing · 23 years ago
- 9376d05 Added DEBUG macro. Now uses our own sprintf. by Linus Nielsen Feltzing · 23 years ago
- d85d463 link with the firmware's sprintf() code just in case we'd start to use it, by Daniel Stenberg · 23 years ago
- 697dd70 Changed debug to DEBUGF and panic to panicf. Also some linking changes. by Björn Stenberg · 23 years ago
- bca0f0f two new lines by Daniel Stenberg · 23 years ago
- 07b5ada Revert last change by Björn Stenberg · 23 years ago
- 1244dd7 Added support for %% by Björn Stenberg · 23 years ago
- 824a003 Added Gary's snprintf() and changed all places to use it. by Björn Stenberg · 23 years ago
- a98b20e Added flags by Björn Stenberg · 23 years ago
- 8488530 Count me too... count me by Robert Hak · 23 years ago
- 72aa3cf Reverted the 1.10 and 1.11 changes, as they don't work. by Daniel Stenberg · 23 years ago
- fc29218 I write code too... :) by Björn Stenberg · 23 years ago
- fea4cfa fixed lcd_bitmap, again. Works for y%8 != 0 as well now. by Felix Arends · 23 years ago
- fa16227 fixed lcd_bitmap code. by Felix Arends · 23 years ago
- f707565 activity updates by Stuart Martin · 23 years ago
- ae08224 activity updates by Stuart Martin · 23 years ago
- 42a878d activity updates by Stuart Martin · 23 years ago
- 90ea952 slow down tetris a bit, now when the X11 simulator supports sleep() with by Daniel Stenberg · 23 years ago
- 96d0282 activity updates by Stuart Martin · 23 years ago
- 85503a8 fixed header by Daniel Stenberg · 23 years ago
- 49108ec added the sleep simulation file by Daniel Stenberg · 23 years ago
- aa4ddab kernel.h wrapper file by Daniel Stenberg · 23 years ago
- 8d7c442 added sleep() simulation by Daniel Stenberg · 23 years ago
- e916e25 You can now successfully lose at tetris! (In other words, the game by Robert Hak · 23 years ago
- d31188f corrected the load-file path by Daniel Stenberg · 23 years ago
- 2877995 lcd_puts() uses the new fontheight table now by Daniel Stenberg · 23 years ago
- 0b81b35 Added lcd_fontsize() that returns the size of a given font by Daniel Stenberg · 23 years ago
- fda07ef removed win32 compiler directive by Felix Arends · 23 years ago
- dc64ef9 removed WIN32 compiler directive by Felix Arends · 23 years ago
- 53a7dd2 added debug and panic support for the simulator by Felix Arends · 23 years ago
- 9469b04 Added compiled resource to cvs, so that people can compile with the make file without having to make the resource. by Felix Arends · 23 years ago
- 0f3001a applied c standard to memory allocation so this will compile with win32 simulator as well. by Felix Arends · 23 years ago
- 488bf3e win32 simulator compability by Felix Arends · 23 years ago
- 0a7c37f latest (working) makefile. by Felix Arends · 23 years ago
- 3d2999c Win32 Simulator compability: needed to include windows.h for memcpy operations. by Felix Arends · 23 years ago
- ced58d3 again, a little win32 simulator compability fix (included io.h) by Felix Arends · 23 years ago
- 4f94aef added win32 simulator compability (by including windows.h) by Felix Arends · 23 years ago
- 664b2f7 UISW32 dir functions working, dirbrowse compatible. by Felix Arends · 23 years ago
- 335ae55 added -DCRT_DISPLAY by Stuart Martin · 23 years ago
- 0b9953e removing #define CRT_DISPLAY ;) by Stuart Martin · 23 years ago
- a4f0f49 defaulting #define CRT_DISPLAY to off by Stuart Martin · 23 years ago
- f2c1255 added #ifdef CRT_DISPLAY to provide a printf version of debug() by Stuart Martin · 23 years ago
- db64fa2 desc & qs by Stuart Martin · 23 years ago
- 74e720c win32 makefile for harness by Stuart Martin · 23 years ago
- 81f5745 test harness for playlists & settings by Stuart Martin · 23 years ago
- 4786f16 additional #defines by Stuart Martin · 23 years ago
- 614acaa functions for panic functions by Stuart Martin · 23 years ago
- e6ce5d5 header for panic functions by Stuart Martin · 23 years ago
- b09b1a0 functions for high level disk operations by Stuart Martin · 23 years ago
- ba19af2 high level disk operations by Stuart Martin · 23 years ago
- 8101b95 header for track info by Stuart Martin · 23 years ago
- a5b5ef4 functions for user settings by Stuart Martin · 23 years ago
- 0aa7cb2 header for user settings by Stuart Martin · 23 years ago
- 16cd642 functions for playlist manipulation by Stuart Martin · 23 years ago
- 9db78d3 header for playlists by Stuart Martin · 23 years ago
- 25ca8f2 expanded the browser with a little cursor to move by Daniel Stenberg · 23 years ago
- 5ab87aa clear first, then draw might look better by Daniel Stenberg · 23 years ago
- ef476e3 don't defined the dirent struct if DIRENT_DEFINED is defined... by Daniel Stenberg · 23 years ago
- 000cff8 call the dir browser when selected by Daniel Stenberg · 23 years ago
- 2df9d9a initial dir browsing code by Daniel Stenberg · 23 years ago
- 7b3abdc added for dir emulation by Daniel Stenberg · 23 years ago
- ad9bdf6 fixed to use our file api by Daniel Stenberg · 23 years ago
- 4b2efba define SIMULATOR too by Daniel Stenberg · 23 years ago
- 381f6f1 Correcting mistaken formatting by Robert Hak · 23 years ago
- 6424841 Changed calls in draw_frame to lcd_drawline rather then drawing individual by Robert Hak · 23 years ago
- cf74435 Added boot loader by Björn Stenberg · 23 years ago
- b3a0b4b corrected for Linux again by Daniel Stenberg · 23 years ago
- 9b68ef8 draw the "box" before calling the app by Daniel Stenberg · 23 years ago
- 22740a0 fixed for Solaris build by Daniel Stenberg · 23 years ago
- c5ac548 Added code for testing queues by Linus Nielsen Feltzing · 23 years ago
- 6a199bf Removed queue handling stuff by Linus Nielsen Feltzing · 23 years ago
- bd2561d Added queue handling stuff - NOT INTERRUPT SAFE by Linus Nielsen Feltzing · 23 years ago
- 40c1c22 Removed some TABS by Linus Nielsen Feltzing · 23 years ago
- 255ece4 Fat32 moved to GREEN by Björn Stenberg · 23 years ago
- 3df8650 Renamed get_bpb() into fat_mount() and added it to the API. by Björn Stenberg · 23 years ago
- 5688796 mention app.c too by Daniel Stenberg · 23 years ago
- 377687c Started work on event queues - NOT YET SAFE by Linus Nielsen Feltzing · 23 years ago
- fe6b82f Adapted to the new LED API by Linus Nielsen Feltzing · 23 years ago
- f95908c Added led.o by Linus Nielsen Feltzing · 23 years ago
- 398c641 *** empty log message *** by Robert Hak · 23 years ago
- f991c33 Newest log by Robert Hak · 23 years ago
- 497796b corrected the source header by Daniel Stenberg · 23 years ago
- d711bd9 replaced _WIN32 constant with WIN32 by Felix Arends · 23 years ago
- 0196c0c added win32 simulator compability by Felix Arends · 23 years ago
- 98ed5ed renamed file-win32.c/h to dir-win32.c/h by Felix Arends · 23 years ago
- aca7618 Added attribute and size by Björn Stenberg · 23 years ago
- 66ff621 updated directory functions, not fully working and untested yet by Felix Arends · 23 years ago
- 17947b7 win32 simulator compatible by Felix Arends · 23 years ago
- 4b5edb8 Removed some warnings by Björn Stenberg · 23 years ago
- 0b91bc4 Added dependency generation by Björn Stenberg · 23 years ago
- 1ba9fae changed the colors to be more Recorder-like by Daniel Stenberg · 23 years ago
- e0cabee removed tetris.c by Felix Arends · 23 years ago
- ca3d6dc commented and explained block_data array by Felix Arends · 23 years ago
- 2ca73a8 x11 simulator moved, app embryo present by Daniel Stenberg · 23 years ago
- e15d317 removed unistd.h completely by Daniel Stenberg · 23 years ago
- d00a54f set recorder keypad by Daniel Stenberg · 23 years ago
- 9636bb5 win32 compatible versions by Felix Arends · 23 years ago
- ac4d5ef one sleep is enough by Daniel Stenberg · 23 years ago
- 5ae0407 only lcd_update() when a key actually was pressed by Daniel Stenberg · 23 years ago
- 8776e03 pressing OFF in tetris now gets you back to the main menu by Daniel Stenberg · 23 years ago