- d85d463 link with the firmware's sprintf() code just in case we'd start to use it, by Daniel Stenberg · 23 years ago
- 90ea952 slow down tetris a bit, now when the X11 simulator supports sleep() with by Daniel Stenberg · 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
- fda07ef 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
- 0a7c37f latest (working) makefile. 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
- 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
- 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
- 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
- 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
- 497796b corrected the source header by Daniel Stenberg · 23 years ago
- 98ed5ed renamed file-win32.c/h to dir-win32.c/h by Felix Arends · 23 years ago
- 66ff621 updated directory functions, not fully working and untested yet by Felix Arends · 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
- 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
- bd07316 adding small README to explain what this dir is about by Daniel Stenberg · 23 years ago
- bbce66c removed log, put a sleep() back since it runs just too fast otherwise by Daniel Stenberg · 23 years ago
- c6e0734 works in new dir by Daniel Stenberg · 23 years ago
- a73d52c use Logf() by Daniel Stenberg · 23 years ago
- 3caa3c0 moved X11-specific files into a separate subdir to keep root clean for by Daniel Stenberg · 23 years ago
- c154351 runs the app now, improved the lcd simulation a bit by Daniel Stenberg · 23 years ago
- ebc68a9 my first take at writing a little app, which of course can start tetris! by Daniel Stenberg · 23 years ago
- 31500d1 will compile with file-win32.c now by Felix Arends · 23 years ago
- 1904870 fixed makefile by Felix Arends · 23 years ago
- 53ba9c3 makefile for uisw32 by Felix Arends · 23 years ago
- ae43fca file header by Felix Arends · 23 years ago
- 8002aa7 new files by Felix Arends · 23 years ago
- ffb9e3a renamed cpp extensions to c, started coding file functions by Felix Arends · 23 years ago
- a6ca085 removed unneeded code from lcd.c and renamed it do lcd-win32.c by Felix Arends · 23 years ago
- 7017fce a little fix of one constant only... by Felix Arends · 23 years ago
- a6f4d21 latest files, nothing really changed by Felix Arends · 23 years ago
- a6428f6 We don't store target binaries in CVS. by Björn Stenberg · 23 years ago
- 6365574 Added Rob's dependency generation script by Björn Stenberg · 23 years ago
- 8c0a601 test of simulator code Björn's Tetris by Felix Arends · 23 years ago
- 144bc70 First Version of UISimulator for Win32 lcd and keypad working for recorder by Felix Arends · 23 years ago
- c602d3f Clearing out last insert by Robert Hak · 23 years ago
- 6c29622 Trying to make this a bit more readable to the lay ppl by Robert Hak · 23 years ago
- 12c91b8 Added reference to new drivers directory in firmware by Robert Hak · 23 years ago
- c92bead a simple battery function to display a battery of passed width, length, by Robert Hak · 23 years ago
- 45e9494 Missing buttons added by Björn Stenberg · 23 years ago
- c7dd78e Tetris! by Björn Stenberg · 23 years ago
- 5d4094f Made handle_events a polling function to allow button scanning by Björn Stenberg · 23 years ago
- f9429cc Quick hack to clear screen before updating by Björn Stenberg · 23 years ago
- fa26696 cleaned up to work with some code from the firmware directory by Daniel Stenberg · 23 years ago
- bf538cc include firmware lcd header by Daniel Stenberg · 23 years ago
- fb6fd17 adjusted to new lcd code by Daniel Stenberg · 23 years ago
- defbca5 adjusted to new API by Daniel Stenberg · 23 years ago
- eb20725 use live, actual firmware code instead by Daniel Stenberg · 23 years ago
- f57d3c2 new by Daniel Stenberg · 23 years ago
- 9898b48 removed the -I and -L with Linux-style paths. If we need those full paths, by Daniel Stenberg · 23 years ago
- bded740 Initial entry by Robert Hak · 23 years ago
- f883986 cut off debug output by Daniel Stenberg · 23 years ago
- 530f01f so this works now by Daniel Stenberg · 23 years ago
- 0c4589d this shows the bugs I have now by Daniel Stenberg · 23 years ago
- a1fd255 updates by Daniel Stenberg · 23 years ago
- e446977 unused includes by Daniel Stenberg · 23 years ago
- d2a47e8 cut off unused includes by Daniel Stenberg · 23 years ago
- c48758e removed alpha.h by Daniel Stenberg · 23 years ago
- e35c0b3 removed unused crap by Daniel Stenberg · 23 years ago
- 3066991 removed unused code by Daniel Stenberg · 23 years ago
- 50e2329 not used by Daniel Stenberg · 23 years ago
- a0b47e1 cut off the #if 0 by Daniel Stenberg · 23 years ago
- 9f9a5f1 corrected by Daniel Stenberg · 23 years ago
- 1b10eee gone by Daniel Stenberg · 23 years ago
- a06d278 remove grabscreen.h by Daniel Stenberg · 23 years ago
- 319d1f3 lcd_update() works for X11 now... by Daniel Stenberg · 23 years ago
- d20e6ee generic and specific LCD functions by Daniel Stenberg · 23 years ago
- 6435427 not used anymore by Daniel Stenberg · 23 years ago
- 3484980 fixed Id by Daniel Stenberg · 23 years ago
- 1c51bab Id by Daniel Stenberg · 23 years ago
- de7bdb5 added header, removed -lsocket and -lnsl by Daniel Stenberg · 23 years ago
- 51b9449 files that don't belong here by Daniel Stenberg · 23 years ago
- 64cdad0 begone by Daniel Stenberg · 23 years ago
- 9f6733f Initial revision by Daniel Stenberg · 23 years ago