--- Log for 04.09.117 Server: karatkievich.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 17 days and 17 hours ago 00.23.26 Quit prof_wolfff (Ping timeout: 255 seconds) 00.29.33 Join CH23 [0] (4dfa0218@gateway/web/freenode/ip.77.250.2.24) 00.30.06 Quit xorly (Ping timeout: 240 seconds) 00.31.49 # Bilgus: thanks i will try this in the morning! 00.32.35 # after doing this, will i have to patch any updated rockbox firmware as well, or can i build normally and drop the .rockbox on the sd? 00.34.50 Quit _meg (Ping timeout: 260 seconds) 00.38.49 Join _meg [0] (~notsure@211.25.203.45) 00.43.45 Nick CH23 is now known as CH23_asleep (4dfa0218@gateway/web/freenode/ip.77.250.2.24) 00.52.25 # <[Saint]> CH23_asleep: no, you won't have to touch the main Rockbox binary. 00.53.08 *** Saving seen data "./dancer.seen" 01.06.23 Quit ender` (Quit: Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian W. Kernighan) 01.18.36 Join __builtin [0] (~alpha@cpe-71-71-34-79.triad.res.rr.com) 01.18.36 Quit __builtin (Changing host) 01.18.36 Join __builtin [0] (~alpha@rockbox/developer/builtin) 01.28.41 Quit MrZeus1 (Ping timeout: 255 seconds) 01.29.08 Join Bilgus_Ph [0] (4cf32773@gateway/web/freenode/ip.76.243.39.115) 01.33.34 # CH23_asleep: the bootloader and the firmware will need to be patched, If firmware doesn't have bootdata then the bootloader won't load it from the sd card, you can just download the one in mediafire folder if you like or patch your own, the last forum post goes through the steps 01.35.02 # this post goes through the steps for both http://forums.rockbox.org/index.php/topic,51844.msg240296.html#msg240296 01.44.48 Quit cc___ (Ping timeout: 240 seconds) 01.52.52 Quit Moarc (Quit: i znowu NADMUCHAŁ BALONA) 01.56.19 Join Moarc [0] (~chujko@a105.net128.okay.pl) 02.02.35 Join Aldem [0] (~Aldem@unaffiliated/aldem) 02.41.11 # <[Saint]> Well, the Rockbox binary only needs to be patched if you intend to boot from SD. 02.41.42 # <[Saint]> It's fine if you just want to keep using it on the basis that one day you might have to boot from SD. 02.42.18 # <[Saint]> But if that's not true right now, the multiboot bootloader and a release binary are fine. 02.42.35 # <[Saint]> Are? Is? ...is. Is fine. 02.43.24 Quit Bilgus_Ph (Quit: Page closed) 02.43.53 Join Bilgus_Ph [0] (4cf32773@gateway/web/freenode/ip.76.243.39.115) 02.45.14 # <__builtin> are? 02.48.58 # <[Saint]> Yeah, I'm honestly not sure, haha. I think both are technically valid, the rules for which is "correct" are kind of arbitrary. 02.51.19 # @[Saint]: Yes if you don't want to boot from the sd card a standard build will work on internal memory. I updated the forum post to make it more explicit 02.53.10 *** Saving seen data "./dancer.seen" 03.03.38 Quit Moarc (Ping timeout: 240 seconds) 03.03.41 Quit Bilgus_Ph (Quit: Page closed) 03.04.30 Join Moarc [0] (~chujko@a105.net128.okay.pl) 03.06.28 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com) 03.37.36 # <__builtin> hmm, I may as well port wolf3d 03.37.58 # <__builtin> probably not to for inclusion into mainline though, it will be ugly as hell 03.53.23 # <__builtin> i.e. 8 MB plugin buffer 04.05.56 # * __builtin is glad he ported puzzles first 04.06.13 # <__builtin> all I have to do now is copy over rbwrappers 04.08.29 Join mendelmunkis [0] (~Moshe@ool-3f8fcb4f.dyn.optonline.net) 04.11.10 Join dvorak [0] (~Moshe@ool-3f8fcb4f.dyn.optonline.net) 04.13.51 Quit mendelmunkis (Ping timeout: 248 seconds) 04.17.20 Quit dvorak (Ping timeout: 240 seconds) 04.27.04 Join prof_wolfff [0] (~prof_wolf@100.red-88-9-221.dynamicip.rima-tde.net) 04.53.12 *** Saving seen data "./dancer.seen" 05.03.50 # <__builtin> argh, this is annoying 05.04.33 # <__builtin> wolf3d relies on open(), but I can't #define that to rb->open because SDL wants to have open as a struct member :( 05.06.12 # <__builtin> nor can I define it as a function macro since open has varargs 05.08.20 Quit prof_wolfff (Ping timeout: 240 seconds) 05.11.04 # <__builtin> yay, it's linking for target :) 05.11.26 Quit Jinx (Ping timeout: 246 seconds) 05.12.43 # I could have sworn you can use varargs with a macro function https://github.com/Rockbox/rockbox/blob/03dd4b92be7dcd5c8ab06da3810887060e06abd5/firmware/target/arm/imx233/regs/macro.h 05.13.34 # <__builtin> yeah, but it doesn't work when there are no varargs 05.13.37 # <__builtin> I think 05.14.45 # yeah it will but it requires some heroic fuckery to make it work right 05.15.43 # <__builtin> I managed to work around it 05.16.53 # yea, probably a lot quicker to work around it than go down that rabbit hole 05.17.03 Join Jinx [0] (Dojo@unaffiliated/jinx) 05.18.03 # oh 'heroic fuckery' should be + TM [Saint] :p 05.20.30 # btw __builtin your rb_wrappers looks pretty neat I assume plugins don't share code though are there any RB dlls or something similar? 05.20.51 # <__builtin> there's pluginlib/* 05.21.04 # <__builtin> not dynamically linked, but similar 05.21.27 # oh is rbwrappers exported through that? 05.21.30 # <__builtin> no 05.21.39 # <__builtin> it's local to puzzles 05.21.45 # ah ok so it would have to be in core to share it then 05.22.51 # I suppose space is pretty easy to come by 05.23.00 # <__builtin> well, pluginlib isn't exactly in the core 05.23.25 # oh? 05.24.35 Quit _meg (Ping timeout: 240 seconds) 05.25.10 # <__builtin> the code is included in the .rock file, I think 05.25.10 # <__builtin> so it doesn't take up space in the main image 05.27.00 # huh I assumed it was since its just a bunch of wrappers 05.27.25 Join _meg [0] (~notsure@211.25.203.45) 05.34.06 # <__builtin> HOLY FUCK 05.34.08 # <__builtin> it worked 05.36.30 # <[Saint]> gevaerts mentioned a plugin wrapper for providing config support. 05.36.35 # <[Saint]> Was that your doing? 05.37.14 # <__builtin> no, Bilgus was referring to the compat functions supplied with sgt-puzzles 05.37.15 # <[Saint]> I'm starting to consider how I'm going to be glueing all this together now. 05.38.50 # <[Saint]> I don't quite know how I'm going to get it done, and obviously I'd prefer to not reinvent the wheel. 05.39.43 Quit JdGordon (Ping timeout: 248 seconds) 05.40.00 # <[Saint]> It occured to me that I don't need to get checkwps involved if I store theme configs in the root of the storage. 05.41.03 # <__builtin> I think gevaerts was referring to apps/plugins/lib/configfile.c 05.41.26 # <__builtin> which is from way before my time 05.42.22 # <[Saint]> Oh for fucks sake. 05.42.36 # <[Saint]> Not a single bloody comment or function description in the whole damn thing. 05.42.54 # <[Saint]> well, *useful comment, I should say. 05.45.40 # <[Saint]> Hmmm, now to try and track down an example of it actually being used when I don't have a local copy of the source here and now. 05.46.46 # oh I hate trying to search for things with git :/ 05.47.43 # <[Saint]> I've spent so much time in Java/RUST land lately that ~15 year old C looks foreign to me. 05.48.33 # <__builtin> it seems to be just a couple functions for working with config files 05.48.34 # <[Saint]> There's at least two bits in that that I have legitimately no clue what they're doing. 05.49.15 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 05.49.42 # <[Saint]> There's someone I can blame. :) 05.53.37 # <[Saint]> Hey! I finally found a plugin that uses it. 05.55.45 # <[Saint]> Fuck it. Surely I don't want this for calling from a skin engine function? 05.57.14 # <__builtin> I don't think you can use pluginlib from core 05.59.31 # <[Saint]> Yeah, that's exactly what I was trying to verify just now. 05.59.39 # <[Saint]> And it seems you're exactly right. 06.00.14 # <[Saint]> I /also/ can't use the existing config system because it assumes that every config entry is going to have a menu entry/voice/etc. 06.00.41 # <[Saint]> Well, shit. 06.04.40 Quit idonob (Quit: lost host) 06.05.05 Join idonob [0] (~Owner@S010600259c3e7d7b.vs.shawcable.net) 06.05.22 Quit TheSeven (Ping timeout: 246 seconds) 06.07.18 Quit __builtin (Quit: Leaving) 06.08.21 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 06.12.03 # I think as long as you add it to settings.c/.h and settings_list you can use it without actually adding a menu entry 06.15.18 # for instance https://github.com/Rockbox/rockbox/blob/master/apps/settings_list.c#L1078 I don't have an actual menu entry to the mask variable 06.24.01 # on top of that iirc it doesn't do any 'bounds' checking on the values on save / load either 06.25.59 # so you could use TEXT_SETTING to store your cfg values in one big string if thats still what you want 06.30.23 Quit Ruhan (Quit: Connection closed for inactivity) 06.53.16 *** Saving seen data "./dancer.seen" 07.46.18 Join duo8 [0] (~ZNC-SRV-H@116.96.84.233) 07.50.04 Join deevious [0] (~Thunderbi@193.226.142.214) 07.50.59 # <[Saint]> Yeah, I thought about that and while I can parse out config values from a string...I'd obviously rather not. 07.54.07 # <[Saint]> not actually checking the config values are in any sort of accepted range is actually a good thing, and I hadn't considered that. 07.54.33 # <[Saint]> because ideally I'd like settings_set and settings_get to be able to pass and return arbitrary values or strings to it. 07.55.15 # <[Saint]> I figure I need about 10 config entries for it to be widely useful. 07.55.28 # <[Saint]> The skin stuff, I'm well comfortable with. 07.55.43 # <[Saint]> Skin engine/parsing, and general menu fuckery can go to hell, though. 07.55.55 # <[Saint]> The skin engine and parser is a scary place. 07.59.16 # <[Saint]> I don't know if or when it will change, but right now I have the attention span and thought processes of a goldfish. So new/different is unappealing to me, I'm barely even comfortable with or able to fucus on things I know well. 08.13.40 Join dys [0] (~dys@tmo-123-138.customers.d1-online.com) 08.17.07 Quit Cu5tosLimen (Ping timeout: 240 seconds) 08.17.17 Quit CustosL1men (Ping timeout: 246 seconds) 08.33.50 Join ender` [0] (krneki@foo.eternallybored.org) 08.51.16 # did gerrit.rockbox.org just go down? 08.51.41 # ...apparently not 08.52.08 Nick CH23_asleep is now known as CH23 (4dfa0218@gateway/web/freenode/ip.77.250.2.24) 08.53.20 *** Saving seen data "./dancer.seen" 09.33.47 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz) 09.43.05 # Bilgus: 'patch -p1 "Reversed (or previously applied) patch detected! Assume -R? [n]" 09.45.20 Join iceCalt [0] (~iceCalt@5.146.198.73) 09.49.12 Quit CH23 (Quit: Page closed) 09.49.42 # <[Saint]> CH23: that usually means it's already in mainline 09.50.14 # <[Saint]> Or... enough of it is to convince fuzzing that it found it. 09.52.37 Join CustosL1men [0] (~CustosLim@unaffiliated/cust0slim3n) 09.53.03 Quit dys (Ping timeout: 248 seconds) 09.57.51 Join Cu5tosLimen [0] (~CustosLim@unaffiliated/cust0slim3n) 10.05.49 Join CH23 [0] (5c6fb59d@gateway/web/freenode/ip.92.111.181.157) 10.06.47 # [Saint]: how do i make sure? the patch i'm talking about is http://gerrit.rockbox.org/r/#/c/1613/ 10.07.06 # which is patched after patching 3 others 10.07.20 # according to http://forums.rockbox.org/index.php/topic,51844.msg240296.html#msg240296 10.08.28 # <[Saint]> Examine the patch/diff. It'll tell you the file(s), line number(s) and difference between what it expects. 10.09.06 # <[Saint]> If the patch content is already in the file(s) it's pointing to, it's done. 10.12.04 # is that something that can be done automatically, or will i need to manually go through all (potentially) patched files? 10.12.05 Quit pixelma (Quit: .) 10.12.05 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 10.14.10 Join amiconn [0] (~amiconn@rockbox/developer/amiconn) 10.14.11 Join pixelma [0] (~pixelma@rockbox/staff/pixelma) 10.15.40 # <[Saint]> It should be telling you exactly what chunk(s) are failing. 10.16.09 # <[Saint]> It's not difficult to verify manually. 10.16.36 # <[Saint]> The patch tells you exactly what it wants to put where in a simple to understand plain text format. 10.39.03 Quit duo8 (Quit: ZNC 1.6.5 - http://znc.in) 10.47.25 Join petur [0] (~petur@91.183.48.77) 10.47.25 Quit petur (Changing host) 10.47.25 Join petur [0] (~petur@rockbox/developer/petur) 10.53.20 Quit xorly (Ping timeout: 248 seconds) 10.53.21 *** Saving seen data "./dancer.seen" 10.56.18 Quit idonob (Quit: host lost) 10.56.29 Quit CH23 (Ping timeout: 260 seconds) 10.56.45 Join idonob [0] (~Owner@S010600259c3e7d7b.vs.shawcable.net) 11.09.32 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 11.17.28 Join PimpiN8 [0] (~textual@2a02:a454:38ea:1:84e7:71aa:fc5a:701d) 11.18.37 Join prof_wolfff [0] (~prof_wolf@100.red-88-9-221.dynamicip.rima-tde.net) 11.23.54 Quit JdGordon (Quit: leaving) 11.24.13 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 11.29.02 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan) 11.30.40 Quit pamaury (Ping timeout: 240 seconds) 12.00.40 Quit jhMikeS (Ping timeout: 240 seconds) 12.07.18 Join xorly [0] (~xorly@wced-90-216-32-147.feld.cvut.cz) 12.25.13 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 12.50.23 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com) 12.53.22 *** Saving seen data "./dancer.seen" 12.54.40 Quit jhMikeS (Ping timeout: 240 seconds) 13.11.51 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.") 13.21.40 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl) 13.41.01 # CH23 did you figure it out? 13.44.50 # I think I might have duplicated everything into 1613 since its a don't commit and has several different parents i'll change the forum post once i verify 14.08.04 Quit _meg (Ping timeout: 240 seconds) 14.10.08 Join _meg [0] (~notsure@211.25.203.45) 14.41.00 Quit wodz (Quit: Ex-Chat) 14.53.26 *** Saving seen data "./dancer.seen" 15.08.04 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-gqhsitofaygnoupw) 15.12.54 Join paulk-leonov [0] (~paulk-leo@vpn-0-22.aquilenet.fr) 15.16.02 Join p3tur [0] (~petur@91.183.48.77) 15.16.02 Quit p3tur (Changing host) 15.16.02 Join p3tur [0] (~petur@rockbox/developer/petur) 15.19.15 Quit paulk-leonov (Quit: Leaving) 15.19.24 Quit _meg (Ping timeout: 246 seconds) 15.19.33 Quit petur (Ping timeout: 264 seconds) 15.19.41 Nick p3tur is now known as petur (~petur@rockbox/developer/petur) 15.19.59 Join _meg [0] (~notsure@211.25.203.45) 15.28.50 Join GeekShadow [0] (~antoine@nzf.turmel.info) 15.28.50 Quit GeekShadow (Changing host) 15.28.50 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow) 15.49.51 Quit iceCalt (Remote host closed the connection) 15.55.54 # Build Server message: 3New build round started. Revision 142f80f, 255 builds, 14 clients. 16.00.34 Quit _meg (Ping timeout: 240 seconds) 16.01.45 Join _meg [0] (~notsure@211.25.203.45) 16.10.36 # Build Server message: 3Build round completed after 882 seconds. 16.10.39 # Build Server message: 3Revision 142f80f result: 0 errors 6 warnings 16.14.06 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:498f:a3ca:816f:7263) 16.53.28 *** Saving seen data "./dancer.seen" 17.08.50 Join __builtin [0] (~alpha@cpe-71-71-34-79.triad.res.rr.com) 17.08.50 Quit __builtin (Changing host) 17.08.50 Join __builtin [0] (~alpha@rockbox/developer/builtin) 17.36.25 Quit petur (Quit: Connection reset by beer) 17.39.08 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan) 17.40.25 # <__builtin> alright, wolf3d gets as far as the "Get Psyched" splash, and then crashes 17.47.42 Quit Ruhan (Quit: Connection closed for inactivity) 17.47.50 # <__builtin> hmm, it seems to be working now 17.50.11 # <__builtin> to an extent, at least 17.50.22 # <__builtin> all it does now is spin in a circle for some reason 17.50.54 Quit [Saint] (Ping timeout: 248 seconds) 18.15.50 Join smoke_fumus [0] (~smoke_fum@188.35.176.90) 18.16.08 Quit smoke_fumus (Client Quit) 18.16.27 Quit xorly (Ping timeout: 240 seconds) 18.37.36 Join johnb3 [0] (~johnb2@p5B3AFF5B.dip0.t-ipconnect.de) 18.45.34 Quit _meg (Ping timeout: 240 seconds) 18.46.34 Join _meg [0] (~notsure@211.25.203.45) 18.53.29 *** Saving seen data "./dancer.seen" 18.54.23 # well thats still quite some progress, you running this on the ipod? 18.55.20 # <__builtin> \o/ got it working! 18.55.29 # <__builtin> and yes, ipod6g 18.55.45 # <__builtin> it only works with multiples of 320x200 and 320x240 18.56.10 # <__builtin> (it was interpreting the mouse position as "always run to the left") 18.59.11 Join iceCalt [0] (~iceCalt@5.146.198.73) 19.05.27 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-ggprtnqdrkdzngic) 19.10.31 Join MrZeus1 [0] (~MrZeus@2a02:c7f:7066:fb00:2432:833a:b69f:b327) 19.20.04 Join [Saint] [0] (~sinner@rockbox/staff/saint) 19.22.56 Join mendelmunkis [0] (~Moshe@ool-d18c2b9e.dyn.optonline.net) 19.23.03 # I have a sansa fuze+ which died a few months ago, after replacing the battery there are still no signs of life. Is there a way to test exactly which component is broken? 19.25.16 Join dvorak [0] (~Moshe@ool-d18c2b9e.dyn.optonline.net) 19.25.18 Quit mendelmunkis (Remote host closed the connection) 19.27.37 Join lebellium [0] (~chatzilla@89-93-177-206.hfc.dyn.abo.bbox.fr) 19.29.20 Nick dvorak is now known as mendelmunkis (~Moshe@ool-d18c2b9e.dyn.optonline.net) 19.33.21 # pamaury would be your best bet 19.35.10 Join JanC_ [0] (~janc@lugwv/member/JanC) 19.36.22 # start here Bozhan just had similar woes https://www.rockbox.org/irc/log-20170829 19.36.27 Nick JanC is now known as Guest74391 (~janc@lugwv/member/JanC) 19.36.27 Quit Guest74391 (Killed (verne.freenode.net (Nickname regained by services))) 19.36.27 Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC) 19.37.04 Quit pamaury (Ping timeout: 240 seconds) 19.42.04 Join dvorak [0] (~Moshe@ool-d18c2b9e.dyn.optonline.net) 19.44.34 Quit mendelmunkis (Ping timeout: 240 seconds) 19.47.19 Quit dvorak (Ping timeout: 252 seconds) 19.47.53 Join cc___ [0] (~ac@home.rhizogen.es) 19.52.06 # <__builtin> alright, it's to the point where it's possible to finish the first level 20.04.43 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz) 20.07.31 # <__builtin> crap, how do I abandon a gerrit task now? 20.07.43 # mendelmunkis (logs) here is a log of the steps you need to take to get the recovery setup https://pastebin.com/SrLQuMrC 20.19.07 Quit lebellium (Quit: ChatZilla 0.9.93 [Firefox 55.0.3/20170824053622]) 20.20.42 Join lebellium [0] (~chatzilla@89-93-177-206.hfc.dyn.abo.bbox.fr) 20.22.07 Quit lebellium (Client Quit) 20.24.58 Quit johnb3 (Quit: Nettalk6 - www.ntalk.de) 20.26.44 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 20.27.33 # __builtin: there is an abandom button. But because our gerrit is currently a bit broken, the interface may now work, you use it with a special ssh command 20.27.52 # <__builtin> what is that command? 20.28.43 # ssh -p 29418 gerrit.rockbox.org gerrit review --abandon 20.29.03 # documentation is here btw https://review.openstack.org/Documentation/cmd-index.html 20.29.32 # <__builtin> ah, thanks 20.30.01 # the task id is the number, ie g#1570 has id 1570 20.30.03 # 3Gerrit review #1570 at http://gerrit.rockbox.org/r/1570 : 3Modernize toolchain script and add generic arm toolchain by Amaury Pouly 20.30.12 Join user890104_ [0] (Venci@unaffiliated/user890104) 20.31.56 Quit TheSeven (Disconnected by services) 20.32.04 Quit _meg (Ping timeout: 240 seconds) 20.32.06 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 20.32.48 Join lebellium [0] (~chatzilla@89-93-177-206.hfc.dyn.abo.bbox.fr) 20.33.11 Join scorche|1h [0] (~scorche@rockbox/administrator/scorche) 20.34.38 Join _meg [0] (~notsure@211.25.203.45) 20.36.01 Join CR0W_ [0] (narf@2001:0:53aa:64c:28b5:b8fd:bcca:66c4) 20.36.26 Join St0neHead- [0] (stonehead@2a01:7e00:e001:3700:6667::2) 20.37.34 Quit APLU (*.net *.split) 20.37.34 Quit CR0W (*.net *.split) 20.37.34 Quit St0neHead (*.net *.split) 20.37.34 Quit scorche|sh (*.net *.split) 20.37.35 Quit user890104 (*.net *.split) 20.37.35 Quit nialv7 (*.net *.split) 20.37.35 Quit ehmry (*.net *.split) 20.37.36 Nick user890104_ is now known as user890104 (Venci@unaffiliated/user890104) 20.38.20 # <__builtin> hi user890104 20.38.45 # hi __builtin 20.38.52 Join wodz [0] (~wodz@89-79-40-110.dynamic.chello.pl) 20.39.24 # * __builtin just got wolf3d running on target :) 20.39.35 # wodz: did you have time to try g#1648 ? 20.39.36 # 3Gerrit review #1648 at http://gerrit.rockbox.org/r/1648 : 3qeditor: add better fallback mecanism for icons by Amaury Pouly 20.39.45 # __builtin: nice, which target? :) 20.39.46 # pamaury: Sorry, no 20.39.50 # <__builtin> ipod6g 20.39.56 Join APLU [0] (~mulx@eva.aplu.fr) 20.40.35 # pamaury: Do you plan to add S32 samples support at codec/pcm level? 20.41.00 # __builtin: does it have a proper keymap, or it just starts / plays demo? 20.41.06 Quit Moarc (Ping timeout: 240 seconds) 20.41.08 # <__builtin> keymap is crap right now 20.41.36 # <__builtin> it shoots whenever you try and open a door 20.41.44 # should be better than alleycat's on my fake86 port 20.42.03 Quit evilnick (Write error: Broken pipe) 20.42.04 Quit dfkt (Excess Flood) 20.42.06 # <__builtin> the menu also doesn't work for some reason 20.42.16 # can you please send a zip to at freemyipod.org? 20.42.38 Join evilnick [0] (~evilnick@rockbox/staff/evilnick) 20.42.43 # <__builtin> a whole rockbox install? 20.43.02 Join Moarc [0] (~chujko@a105.net128.okay.pl) 20.43.11 # well, i guess i can build it, but just want to see how it looks like 20.43.24 # <__builtin> ok, gimme a second 20.43.32 Join dfkt [0] (~dfkt@unaffiliated/dfkt) 20.44.04 # i can send you my build with fake86 and proper dos disk, bios image, etc. 20.44.15 # if you're interested 20.44.23 # it's very hacky at the moment 20.44.59 # * __builtin wants to make sure he's got a working version first 20.45.01 # i think i've pushed a version to my github fork, but it's not ready for testing at all 20.45.53 # i need to implement a menu with keypad layout switcher, and a text input mode 20.46.09 # which should get translated to scancodes, and feed into the emulator 20.46.34 # otherwise it's pretty useless emulator (apart from putting a game in autoexec.bat and playing it) 20.48.09 Join nialv7 [0] (m7nialmatr@gateway/shell/matrix.org/x-nqqgpgfsgerhsndf) 20.48.48 Join ehmry [0] (ehmrymatri@gateway/shell/matrix.org/x-pwicxnhprzmppgcp) 20.49.06 # <__builtin> sent. 20.51.20 # <__builtin> run Demos > sdl.rock 20.51.31 # <__builtin> then just click through all the menus 20.52.11 # <__builtin> make sure you're not standing in a door when you're trying to shoot, though 20.52.21 # <__builtin> it will just end up opening and closing the door :P 20.53.33 *** Saving seen data "./dancer.seen" 20.59.49 # does someone remember how to update the build clients? I want to add a toolchain 21.00.46 # pamaury: Have you seen my question? 21.03.00 # wodz: oh sorry no 21.03.31 # yeah I'd like to add support for more sample size, if I do it for 24-bit, it should be trivial to do for 32-bit 21.03.49 # that's the question right? 21.05.18 # pamaury: Yes. I am asking because according to my tests DAC in ATJ always requestes 32bits and discards first 16bits. So while in fact uses only 16bit of data it behaves as 32bit 21.07.52 # I see, indeed that would be a nice way to handle it 21.08.51 # otherwise I'd need to copy to temporary buffer which is ugly 21.09.29 # yeah exactly 21.22.52 Quit wodz (Quit: Leaving) 21.24.11 # wodz (logs): someone posted on the iriver E100 port (http://forums.rockbox.org/index.php/topic,19522.msg0.html#new), it's the device you are working on right? 21.29.15 Join dys [0] (~dys@tmo-109-82.customers.d1-online.com) 21.30.48 # <__builtin> user890104: did it work? 21.31.13 # i need to find a cable first... 21.49.54 # <__builtin> user890104: I pushed a new patch set that makes it possible to quit :) 21.50.05 # <__builtin> (via the HOLD switch, like doom does) 21.53.34 Quit MrZeus (Ping timeout: 248 seconds) 21.54.20 Quit diox (Ping timeout: 264 seconds) 22.07.05 Join diox [0] (~u@h-152-82.A586.priv.bahnhof.se) 22.12.45 # <__builtin> for some reason the demo behaves really weirdly... 22.29.31 Quit PimpiN8 (Quit: My MacBook has gone to sleep. ZZZzzz…) 22.36.31 Quit Jinx (Ping timeout: 246 seconds) 22.45.26 Quit robertd1 (Ping timeout: 260 seconds) 22.49.02 Quit Xeha (Ping timeout: 258 seconds) 22.50.33 Join Jinx [0] (Dojo@unaffiliated/jinx) 22.53.36 *** Saving seen data "./dancer.seen" 22.57.19 Join robertd1 [0] (~root@201.210.176.134) 22.57.59 Quit TheLemonMan (Ping timeout: 240 seconds) 23.03.16 Quit pamaury (Ping timeout: 255 seconds) 23.15.24 Quit CR0W_ (Ping timeout: 246 seconds) 23.16.39 Quit lebellium (Quit: ChatZilla 0.9.93 [Firefox 55.0.3/20170824053622]) 23.17.25 Join CR0W [0] (narf@2001:0:53aa:64c:28b5:b8fd:bcca:66c4) 23.17.25 Quit CR0W (Changing host) 23.17.25 Join CR0W [0] (narf@unaffiliated/em64t) 23.21.03 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com) 23.23.46 Quit Galois (Ping timeout: 246 seconds) 23.40.05 Quit jhMikeS (Ping timeout: 240 seconds) 23.40.59 Quit dys (Ping timeout: 240 seconds) 23.45.07 Quit Jinx (Ping timeout: 246 seconds) 23.50.01 Join Jinx [0] (Dojo@unaffiliated/jinx)