summaryrefslogtreecommitdiff
path: root/uisimulator
AgeCommit message (Collapse)Author
2002-06-15added bounce.cDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1014 a1c6a512-1295-4272-9138-f99709370657
2002-06-15defined current_tick variable and repaired broken build.Felix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1008 a1c6a512-1295-4272-9138-f99709370657
2002-06-14current_tick simulation addedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1005 a1c6a512-1295-4272-9138-f99709370657
2002-06-14removed yield() define, we have a proper yield() implementation nowDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1004 a1c6a512-1295-4272-9138-f99709370657
2002-06-14removed sleep.c, the sleep() code was moved into thread.c as theDaniel Stenberg
functionality is so closely related git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1003 a1c6a512-1295-4272-9138-f99709370657
2002-06-14Fixed the threading to work as I wanted it:Daniel Stenberg
We only execute one thread at a time, and we do this by using a mytex that the executing thread locks. sleep() returns the mutex, sleep and then gets it again, yeild() makes the same as sleep but immediately. This makes threading in the simulator behave closer to how it works on target and it makes it necessary to use yield() or sleep() for other threads to get to execute. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1002 a1c6a512-1295-4272-9138-f99709370657
2002-06-14kill warningDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1001 a1c6a512-1295-4272-9138-f99709370657
2002-06-14warning hunt and kill sessionDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1000 a1c6a512-1295-4272-9138-f99709370657
2002-06-14go bananas, now we complain on *lots* of detailsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@999 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Threading is working on uisw32 as well now, code is up-to-date, makefile is ↵Felix Arends
up-to-date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@981 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Added win32/uisw32.rcBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@948 a1c6a512-1295-4272-9138-f99709370657
2002-06-10add thread functionality, powered by pthreadsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@928 a1c6a512-1295-4272-9138-f99709370657
2002-06-04works with playlist code, now stubs mpeg_play() to be able to show someDaniel Stenberg
better debug output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@893 a1c6a512-1295-4272-9138-f99709370657
2002-06-04clarified and added details about the X11 simulator buildDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@888 a1c6a512-1295-4272-9138-f99709370657
2002-06-04the sim should not take args off the command lineRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@883 a1c6a512-1295-4272-9138-f99709370657
2002-06-01Player compatible code, interface still needs some changes for playerFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@874 a1c6a512-1295-4272-9138-f99709370657
2002-05-31updated the build instruction since we now support building the simulatorDaniel Stenberg
using the tools/configure approach git-svn-id: svn://svn.rockbox.org/rockbox/trunk@843 a1c6a512-1295-4272-9138-f99709370657
2002-05-31supports OBJDIR etc to make it possible to have the configure script generateDaniel Stenberg
a Makefile for simulator builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@842 a1c6a512-1295-4272-9138-f99709370657
2002-05-31include the 8bit bitmap instead of the previos 24bit one (that is no longerDaniel Stenberg
in CVS) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@837 a1c6a512-1295-4272-9138-f99709370657
2002-05-30removed the no longer used code for simulating the player LCDDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@827 a1c6a512-1295-4272-9138-f99709370657
2002-05-30we don't need these weirdo defined anymoreDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@825 a1c6a512-1295-4272-9138-f99709370657
2002-05-30Added the two Player-specific keys to the description. The X11 simulator isDaniel Stenberg
so far the only simulator that can simulate a Player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@808 a1c6a512-1295-4272-9138-f99709370657
2002-05-29Removed some files to save space, made bitmap smaller, brought everything up ↵Felix Arends
to date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@802 a1c6a512-1295-4272-9138-f99709370657
2002-05-29Felix popped up and fixed the win32 simulator, it works again and we includeDaniel Stenberg
the files in the tarball! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@800 a1c6a512-1295-4272-9138-f99709370657
2002-05-29win32 simulator up to dateFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@799 a1c6a512-1295-4272-9138-f99709370657
2002-05-29I've commented all the win32 files right now as no one is maintainingDaniel Stenberg
the win32 simulator and thus it doesn't work right now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@792 a1c6a512-1295-4272-9138-f99709370657
2002-05-29added FILES and all sorts of missing win32 simulator filesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@777 a1c6a512-1295-4272-9138-f99709370657
2002-05-29shorten the sleep for blocking key-gets to make it behave betterDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@776 a1c6a512-1295-4272-9138-f99709370657
2002-05-28adjusted to new button_get apiDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@765 a1c6a512-1295-4272-9138-f99709370657
2002-05-28mpeg_stop stub addedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@764 a1c6a512-1295-4272-9138-f99709370657
2002-05-27files included in releaseDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@739 a1c6a512-1295-4272-9138-f99709370657
2002-05-27stop the compiler bitchingRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@725 a1c6a512-1295-4272-9138-f99709370657
2002-05-27build sound_menu, add mpeg.o to simulat the target mpeg_* functionsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@718 a1c6a512-1295-4272-9138-f99709370657
2002-05-27simulate the mpeg functions to make the sim buildDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@717 a1c6a512-1295-4272-9138-f99709370657
2002-05-27make yield() simply do a short sleep when simulatedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@716 a1c6a512-1295-4272-9138-f99709370657
2002-05-24added reference to location of mpeg_play.h for includesRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@678 a1c6a512-1295-4272-9138-f99709370657
2002-05-21Added player MENU and ON keysBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@646 a1c6a512-1295-4272-9138-f99709370657
2002-05-21app.c removed, main_menu.c introducedBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@645 a1c6a512-1295-4272-9138-f99709370657
2002-05-18added credits.cRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@632 a1c6a512-1295-4272-9138-f99709370657
2002-05-18I got tired of shifting this file around, and it belongs with the archosRobert Hak
'root' direcotry anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@629 a1c6a512-1295-4272-9138-f99709370657
2002-05-17removed -DLITTLE_ENDIAN for Linux - it is defined by stdlib.hDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@622 a1c6a512-1295-4272-9138-f99709370657
2002-05-17Some files movedBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@620 a1c6a512-1295-4272-9138-f99709370657
2002-05-17Added lcd_update() to player lcd_puts()Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@619 a1c6a512-1295-4272-9138-f99709370657
2002-05-17made both recorder and player builds work againDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@616 a1c6a512-1295-4272-9138-f99709370657
2002-05-17code meant to be used in target builds are now in ../appsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@615 a1c6a512-1295-4272-9138-f99709370657
2002-05-16Moved play.* to apps/Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@600 a1c6a512-1295-4272-9138-f99709370657
2002-05-16Added support for player keypadBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@597 a1c6a512-1295-4272-9138-f99709370657
2002-05-16support little endian tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@593 a1c6a512-1295-4272-9138-f99709370657
2002-05-16set endian style, default target endian is BIG ENDIANDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@592 a1c6a512-1295-4272-9138-f99709370657
2002-05-16display logo if presentDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@591 a1c6a512-1295-4272-9138-f99709370657