--- Log for 06.11.104 Server: burroughs.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 3 days and 13 hours ago 00.20.02 Join Trig|Away [0] (~trig@h009047047984.ne.client2.attbi.com) 00.20.34 # anyone here? 00.21.02 # You're obviously not ;-) 00.21.14 # T_T 00.21.41 # i was just wondering if rockbox will work with the h300 series of the iriver 00.21.54 # i mean, after they finnish it of course 00.22.15 # Maybe... it depends on many factors 00.22.32 # i know one factor is the lcd driver 00.23.30 # There may be other hw differences as well 00.23.33 # nvm then :P 00.23.40 Quit Trig|Away (Client Quit) 00.27.14 Join Stryke` [0] (Stryke_@resnet-241-86.resnet.umbc.edu) 00.27.38 Part Stryke` 00.27.40 Join Stryke` [0] (Stryke_@resnet-241-86.resnet.umbc.edu) 00.29.45 *** Saving seen data "./dancer.seen" 00.31.38 Join miner49er [0] (~chatzilla@82-32-46-234.cable.ubr06.azte.blueyonder.co.uk) 00.32.04 Join nobby [0] (Nobby@ACBFC09F.ipt.aol.com) 00.33.51 Join Jois [0] (~Jois@host71-72.pool80117.interbusiness.it) 00.34.24 # i've submitted a new version of my plasma if anyone's interested. Faster startup and somthingelse. 00.34.52 # just a question: is TalkBox still being developed? 00.35.20 # i think it's more or less fully developed! 00.35.39 # did you want more functionality from it? 00.36.53 # I don't know if something has been changed I had problems with internet, so my last build is the one of 31st July 2004. 00.36.54 Quit scott666_ (Read error: 104 (Connection reset by peer)) 00.37.12 Join scott666_ [0] (~scott666@c-24-245-58-48.mn.client2.attbi.com) 00.37.16 Part scott666_ 00.38.57 # jois: hmm, i'm not sure if anything major has changed since then sorry I can't help more. 00.39.31 # ok no matter :) 00.39.53 # I will try to search if there are new .voice files in the wiki 00.40.07 # Jois: You should upgrade to the latest rockbox anyway. There are loads of bug fixes and improvements 00.40.35 # And yes, there are new voice files :) 00.40.50 # amiconn: ok 00.40.59 # Btw: Voice files == talking menus, but != talkbox 00.41.03 # I'll try to dedicate a little time to that 00.41.37 # thanks a lot 00.41.39 Quit Jois ("leaving") 00.41.41 # talkbox == talking folder names (and recently also file names) 00.42.36 # hey amiconn, can you help me with my plasma plugin? I need the USB stuff to work properly...and it doesn't 00.42.53 # Hmm, lets see... 00.43.28 # i attempted to make it work with my last update but to no avail. 00.44.24 # The code just looks about right... 00.45.50 # oh, just tested it and it does see to work now! too much red wine confusing my mind i think :-) 00.46.48 # i'll draw a line under that then...what plugin can i work on now? 00.47.53 # Plasma works fine on Ondio, including USB handling :) 00.48.52 # cool! i have to get an Ondio, in case my fmr breaks. The're only £40... 00.48.56 # Maybe my grayscale lib could have another performance push 00.50.03 # it's a totally lib, probably a bit over my head though :-) 00.50.13 # oops, totally cool i meant 00.50.47 # A lot of asm stuff in it. There are some points I could push even further 00.51.17 # do you think my plasma could be done quicker in asm? 00.51.24 # ..but I could need a time stretching machine... 00.51.34 # I would like to try some asm 00.51.46 # I think the plasma speed is limited by the grayscale stuff 00.51.51 # what do you mean with time stretching? 00.52.04 # Too many ideas, too little time... 00.52.39 # oh, i understand:-) 00.53.53 # I originally did the plasma with 2 less rows and it was quicker but full screen is better 00.54.21 Join AciD` [0] (~gni@longchamp44-1-82-67-133-87.fbx.proxad.net) 00.54.42 # i thought about having a scroller in the othe rows but thought it would be slow. should try it really 00.55.35 # Did you try using less grayscales? 00.55.52 # Btw: Why are you using 31 scales? 00.56.31 # I havn't tried, I just basically hacked the demo plugin... 00.56.55 # I will try tommorow. Is it likely to speed things up then? 00.57.22 # Erm, I mean 31 bitplanes, yielding 32 scales. The demo does it because a 32 bitplane buffer doesn't fit behind the plugin 00.58.03 # i don't understand. 00.58.32 # Not enough memory behind the plugin code. Those 32 KB are really tight 00.59.13 # As plasma.rock is even larger, I guess even 31 planes don't fit, but this does no harm, because the grayscale lib does "graceful degradation", i.e. lowers the number of scales until it fits. 00.59.24 # right 00.59.27 Quit nobby ("NO, YOU CANT HAVE MY PIE! BUNNYF*CKING WANKERS!") 00.59.41 # Did you check the return code of gray_init_buffer() , i.e. shades ? 01.00.22 # I did originally, and it was 28 but I may have added more crap after that 01.01.08 # One of my optimiztion ideas would restrict the number of bitplanes to (some) powers of 2 01.01.27 # Currently any bit depth from 1 to 32 is allowed, yielding 2 (b&w) to 33 shades 01.01.59 # I am thinking about coding a pacman style game...with greyscales. Possible? or would I be wasting my time? 01.02.47 # I think it could be possible, with a low number of shades, like 9 (8 bitplanes) 01.03.09 # I'm thinking of a boulder dash clone... 01.03.22 # that would be cool. 01.03.37 # with scrolling? 01.03.44 # yes of course 01.04.02 # The original does scroll too, iirc 01.04.27 # yes, i think so. 01.04.38 # Mr Do would be good too 01.04.54 # but that is single screen,scrolling could be added 01.05.20 # hey juat though of a great idea! Qix! 01.05.21 # There could be breakout, space invaders.... 01.05.48 # Quix would be easy, uncover a jpeg 01.06.17 # why does the jpeg plugin stop the music? could that be fxed? 01.06.43 # No. It has to use the mpeg buffer for decoding and rendering. 01.06.55 # oh, bummer 01.06.59 # The 32 KB plugin space is barely sufficient for the plugin itself 01.07.05 # what about for very small jpegs? 01.07.27 # Check the size of jpeg.rock 01.07.45 # oh well, qix could still be good just black and white 01.07.45 # Then some space is needed for the grayscale buffer... 01.08.43 Quit AciD (Connection timed out) 01.08.57 # The largest part of jpeg.rock is the decoder itself. So if you use a simpler format (bmp?) it could also work in grayscale 01.09.01 # I might look at greyscaling tetris (oops, rockblox!) 01.09.09 # aaah, right 01.10.31 # I have a .bmp loader on my todo list... 01.11.04 # cool, and you would obviously make it a library? so it could beused anywhere? 01.11.36 # I think so 01.12.47 # I have a question/query you could probably answer 01.14.54 # I went togreat lengths to figure out a way of creating sinus values as I thought that Math.h wasn't available, then I noticed that Math.h was removed from some other part of rockbox. Basically if math.h is available why doesn't the calculator plugin use it? 01.15.29 Join BoD[] [0] (~BoD@JRAF.org) 01.15.32 # youhou 01.15.56 # hey 01.15.59 # miner49er: I don't know exactly. What I know is that the printf implementation in rockbox doesn't support floating point 01.16.23 # do you know an mp3player that can be used as an usb "host" ? 01.16.46 # BoD[]: iRiver H3xx 01.16.52 # (iirc) 01.17.17 # thanks! 01.17.24 # i'm going to bed now, so byeee! 01.17.30 Quit AciD` (".L") 01.18.11 Quit miner49er ("ChatZilla 0.9.61 [Mozilla rv:1.7/20040514]") 01.20.16 Quit Digital007 ("CGI:IRC (EOF)") 01.31.58 Quit mecraw_ ("Trillian (http://www.ceruleanstudios.com)") 01.33.23 # where can i buy an iriver H340 in europe ? 01.41.43 # ok 529 eur 01.41.50 # ok 01.42.02 # i'll buy it when i win the lottery 01.48.40 # anyway byebye 01.48.43 Quit BoD[] ("ble") 02.03.33 Quit Stryke` ("Friends don't let friends listen to Anti-Flag") 02.07.19 Quit amiconn (" nite") 02.29.47 *** Saving seen data "./dancer.seen" 04.07.58 Join Sebulba02 [0] (~Sebulba02@Darth-Sebulba04.active.supporter.pdpc) 04.29.48 *** No seen item changed, no save performed. 04.30.36 Quit Sebulba02 ("-") 06.13.46 Quit Bagder (burroughs.freenode.net irc.freenode.net) 06.13.46 NSplit burroughs.freenode.net irc.freenode.net 06.13.46 Quit midk (burroughs.freenode.net irc.freenode.net) 06.13.46 Quit Plugh (burroughs.freenode.net irc.freenode.net) 06.13.46 Quit ze (burroughs.freenode.net irc.freenode.net) 06.13.46 Quit Headie (burroughs.freenode.net irc.freenode.net) 06.13.46 Quit Ka (burroughs.freenode.net irc.freenode.net) 06.14.48 NHeal burroughs.freenode.net irc.freenode.net 06.14.48 NJoin Headie [0] (~hehe@fsto6.sto.sema.se) 06.14.48 NJoin Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 06.14.48 NJoin Ka [0] (~tkirk@pcp0010732484pcs.howard01.md.comcast.net) 06.14.48 NJoin midk [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 06.14.48 NJoin Plugh [0] (plugh@adsl-68-122-77-189.dsl.pltn13.pacbell.net) 06.14.48 NJoin ze [0] (psyco@adsl-63-205-44-58.dsl.lsan03.pacbell.net) 06.15.32 Quit Bagder (burroughs.freenode.net irc.freenode.net) 06.15.32 Quit ze (burroughs.freenode.net irc.freenode.net) 06.15.32 Quit Plugh (burroughs.freenode.net irc.freenode.net) 06.15.32 Quit midk (burroughs.freenode.net irc.freenode.net) 06.15.32 Quit Headie (burroughs.freenode.net irc.freenode.net) 06.15.32 Quit Ka (burroughs.freenode.net irc.freenode.net) 06.16.14 NJoin Headie [0] (~hehe@fsto6.sto.sema.se) 06.16.14 NJoin Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 06.16.14 NJoin Ka [0] (~tkirk@pcp0010732484pcs.howard01.md.comcast.net) 06.16.14 NJoin midk [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 06.16.14 NJoin Plugh [0] (plugh@adsl-68-122-77-189.dsl.pltn13.pacbell.net) 06.16.14 NJoin ze [0] (psyco@adsl-63-205-44-58.dsl.lsan03.pacbell.net) 06.29.52 *** Saving seen data "./dancer.seen" 07.23.55 Join AciD [0] (~gni@longchamp44-1-82-67-133-87.fbx.proxad.net) 07.31.03 Quit midk ("Leaving") 07.50.49 Join midk [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 08.29.53 *** Saving seen data "./dancer.seen" 09.08.17 Join methangas [0] (methangas@0x50a47697.virnxx10.adsl-dhcp.tele.dk) 09.30.27 Quit AciD (Read error: 104 (Connection reset by peer)) 09.32.39 Quit Ka (Read error: 110 (Connection timed out)) 09.48.39 Join AciD [0] (~gni@longchamp44-1-82-67-133-87.fbx.proxad.net) 09.54.44 Join amiconn [0] (~jens@pD95D1DE6.dip.t-dialin.net) 10.11.56 Join Rex [0] (Rex@ip503c9632.speed.planet.nl) 10.29.57 *** Saving seen data "./dancer.seen" 10.39.47 # !seeen miner79er 10.39.50 # !seeen miner49er 10.39.54 # !seeen miner49er 10.39.57 # omg 10.39.59 # i cant type 10.40.03 # !seen miner49er 10.40.11 # shit 9 hr ago :@ 10.48.47 Join Ralle[DK] [0] (~Ralle@83.72.132.61.ip.tele2adsl.dk) 10.49.59 # hello! i read about the RomBox. But I didn't understand what it does....... What is the different between RomBox and RockBox? 10.58.13 # no idea 10.58.19 # never heard of rombox :) 10.58.23 # maybe some1 else knows :) 10.58.26 # << zzz 10.58.30 # i bet.. 11.34.52 Quit AciD (".L") 11.35.50 Join AciD [0] (~gni@longchamp44-1-82-67-133-87.fbx.proxad.net) 12.29.58 *** Saving seen data "./dancer.seen" 12.54.15 # Ralle[DK]: Still there? 12.57.50 Join edx [0] (edx@pD9EAA30A.dip.t-dialin.net) 13.35.15 Quit edx (Read error: 104 (Connection reset by peer)) 13.35.19 Join edx_ [0] (edx@pD9EAA30A.dip.t-dialin.net) 13.35.44 Nick edx_ is now known as edx (edx@pD9EAA30A.dip.t-dialin.net) 14.10.02 # yes 14.23.56 Join Ka [0] (~tkirk@pcp0010732484pcs.howard01.md.comcast.net) 14.25.18 Join midk_ [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 14.27.09 # ill be online all day so just write the answer for what rombox is :) 14.27.16 # Ralle[DK]: Rombox is rockbox in flash, but running the code directly from flash ROM instead of decompressing it into RAM. 14.27.52 # This leaves more free RAM for the playback buffer, so less spinups are needed and the batteries last a bit longer 14.28.23 # For details see the wiki article: http://www.rockbox.org/twiki/bin/view/Main/RomBox 14.30.00 *** Saving seen data "./dancer.seen" 14.41.43 Quit midk (Read error: 110 (Connection timed out)) 14.41.59 Join [1]Ralle[DK] [0] (~Ralle@83.72.132.61.ip.tele2adsl.dk) 14.53.37 Join xam [0] (~xam@213-202-161-89.bas503.dsl.esat.net) 14.55.01 Join [2]Ralle[DK] [0] (~Ralle@83.72.132.61.ip.tele2adsl.dk) 14.58.02 Quit Ralle[DK] (Read error: 110 (Connection timed out)) 14.58.03 Nick [2]Ralle[DK] is now known as Ralle[DK] (~Ralle@83.72.132.61.ip.tele2adsl.dk) 15.12.03 Quit [1]Ralle[DK] (Read error: 238 (Connection timed out)) 15.24.54 Join Guest8286 [0] (www@withaar.student.utwente.nl) 15.25.04 Nick Guest8286 is now known as darkhanzz (www@withaar.student.utwente.nl) 15.27.56 Quit darkhanzz (Client Quit) 15.33.31 Join Bagder_ [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 15.34.48 Part amiconn 15.48.34 Join _Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 15.52.47 Quit Bagder (Read error: 110 (Connection timed out)) 15.57.04 Join uski [0] (~uski@lns-p19-19-82-65-128-47.adsl.proxad.net) 16.07.51 Quit Bagder_ (Read error: 110 (Connection timed out)) 16.23.07 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 16.29.20 Join quelsaruk [0] (~kvirc@80.103.129.110) 16.29.23 # hi 16.29.28 # :) 16.30.02 *** Saving seen data "./dancer.seen" 17.09.37 # * xam is waiting for his sound card to arrive 17.09.40 Quit quelsaruk (Read error: 104 (Connection reset by peer)) 17.46.56 Nick midk_ is now known as midk (~midk@c66-235-14-120.sea2.cablespeed.com) 18.04.27 Quit xam (Read error: 104 (Connection reset by peer)) 18.09.53 Join uski_ [0] (~uski@82.254.243.156) 18.11.34 Join scott666_ [0] (~scott666@c-24-245-58-48.mn.client2.attbi.com) 18.17.30 Quit uski (Read error: 238 (Connection timed out)) 18.21.09 Nick uski_ is now known as uski (~uski@82.254.243.156) 18.24.46 Quit midk (Read error: 104 (Connection reset by peer)) 18.28.55 Join midk [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 18.30.06 *** Saving seen data "./dancer.seen" 18.31.21 Join Stryke` [0] (Stryke_@resnet-241-86.resnet.umbc.edu) 18.32.46 Quit midk (Read error: 104 (Connection reset by peer)) 18.34.52 Join midk [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 18.45.43 Join Alex--- [0] (HydraIRC@host81-154-193-152.range81-154.btcentralplus.com) 18.52.23 Quit Ralle[DK] (" Like VS.net's GUI? Then try HydraIRC -> http://www.hydrairc.com <-") 18.52.24 Quit Alex--- (Read error: 104 (Connection reset by peer)) 18.52.45 Join Alex--- [0] (HydraIRC@host81-154-193-152.range81-154.btcentralplus.com) 19.31.49 Quit midk (Remote closed the connection) 19.35.37 Join midk [0] (~midk@c66-235-14-120.sea2.cablespeed.com) 19.43.55 Quit Alex--- (Read error: 104 (Connection reset by peer)) 19.45.13 Join Alex--- [0] (HydraIRC@host81-154-193-152.range81-154.btcentralplus.com) 19.57.30 Quit Alex--- (Read error: 104 (Connection reset by peer)) 19.58.07 Join Alex--- [0] (HydraIRC@host81-154-193-152.range81-154.btcentralplus.com) 20.30.07 *** Saving seen data "./dancer.seen" 20.33.39 Quit uski (Read error: 110 (Connection timed out)) 20.34.17 Join uski [0] (~uski@82.251.89.99) 20.34.40 Join webguest94 [0] (~5243dbad@labb.contactor.se) 20.35.06 Part webguest94 20.37.07 Quit Alex--- (Read error: 104 (Connection reset by peer)) 20.37.32 Join Alex--- [0] (HydraIRC@host81-154-193-152.range81-154.btcentralplus.com) 20.45.20 Join quelsaruk [0] (~kvirc@80.103.129.110) 20.45.27 # hi 20.48.35 Quit Alex--- (Read error: 104 (Connection reset by peer)) 20.49.09 Join Alex--- [0] (HydraIRC@host81-154-193-152.range81-154.btcentralplus.com) 20.53.03 Quit midk ("just STOP it arspy") 21.06.30 Join GainGround [0] (~paradisem@c-24-126-70-208.we.client2.attbi.com) 21.06.39 Part GainGround 21.22.40 Join Sebulba02 [0] (~Sebulba02@Darth-Sebulba04.active.supporter.pdpc) 21.22.40 Quit Alex--- (Read error: 232 (Connection reset by peer)) 21.24.11 Nick quelsaruk is now known as quelaway (~kvirc@80.103.129.110) 21.39.59 Join webguest99 [0] (~d9b84e53@labb.contactor.se) 21.41.33 Quit webguest99 (Client Quit) 21.57.26 Quit AciD (Read error: 104 (Connection reset by peer)) 22.00.01 Nick quelaway is now known as quelsaruk (~kvirc@80.103.129.110) 22.03.04 Quit Rex ("It's not that I hate you, its just.. that I dont like you") 22.14.55 Join AciD [0] (~gni@longchamp44-1-82-67-133-87.fbx.proxad.net) 22.30.06 Join ctp_ [0] (~ctp@dsl-082-082-172-009.arcor-ip.net) 22.30.08 *** Saving seen data "./dancer.seen" 22.55.24 Quit Stryke` ("Friends don't let friends listen to Anti-Flag") 23.37.26 Quit Sebulba02 ("bored")