[00:12] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) joined #scummvm. [00:12] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [00:46] ccawley2011 (56b6cc3b@gateway/web/freenode/ip.86.182.204.59) left irc: Quit: Page closed [01:15] GitHub126 (GitHub126@gateway/service/github.com/x-ellvpwauywbaituo) joined #scummvm. [01:15] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vAWGB [01:15] scummvm/master 40f6eea Paul Gilbert: XEEN: Fix default color of resistence gems in the UI [01:15] GitHub126 (GitHub126@gateway/service/github.com/x-ellvpwauywbaituo) left #scummvm. [01:56] Cheeseness (~cheesenes@ppp118-208-224-86.bras1.hba2.internode.on.net) left irc: Read error: No route to host [01:57] Cheeseness (~cheesenes@ppp118-208-224-86.bras1.hba2.internode.on.net) joined #scummvm. [02:06] GitHub68 (GitHub68@gateway/service/github.com/x-fpnpfmqgavatoqdd) joined #scummvm. [02:06] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vAWnd [02:06] scummvm/master 4144c3f Paul Gilbert: XEEN: Renaming fields for location classes [02:06] GitHub68 (GitHub68@gateway/service/github.com/x-fpnpfmqgavatoqdd) left #scummvm. [02:08] Joefish (~Joefish@p200300764F0A20000450B8EFB2D8E834.dip0.t-ipconnect.de) left irc: Ping timeout: 260 seconds [02:09] Joefish (~Joefish@p200300764F0F6F003FA25C239BE02A06.dip0.t-ipconnect.de) joined #scummvm. [02:09] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [02:19] criezy (~criezy@host86-179-101-149.range86-179.btcentralplus.com) left irc: Quit: criezy [03:00] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [03:00] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [03:01] Nick change: DominusExult -> Dominus [03:12] SylvainTV (~Sylvain@ALille-458-1-5-24.w86-228.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [03:16] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) left irc: [03:19] Drenn (~Drenn@toroon0713w-lp140-05-65-94-115-203.dsl.bell.ca) left irc: Ping timeout: 256 seconds [03:20] Drenn (~Drenn@toroon0713w-lp140-05-65-94-115-203.dsl.bell.ca) joined #scummvm. [03:25] I'm thinking of cleaning up the code for the DS port for my pull request before GSOC... when was the last time someone compiled a working version of the ds port? [03:27] as far as i know, at the last release for that platform, which was over 7 years ago. two people had already looked at this last year and were unable to confirm that the compiler actually produced a running build. [03:28] I did see the open pull request for that. It didn't work for me. After some tweaks it does show something, but touch input doesn't work. [03:29] had you talked about doing some engine work before? my memorys a little bad. [03:30] about wanting to do some engine work for GSoC, I should say. [03:30] I was talking about doing star trek 25th anniversary for my gsoc project, yes [03:30] ok, phew. so im not totally hopeless at remembering things. [03:30] in that case it might be more worthwhile to look at engines so you are more familiar with how those work. [03:32] fair. I guess I should try to find something in the bug tracker to work on? Trouble with that is I don't really own any of these games except king's quest/space quest. [03:33] yes, that is a good place to start. which specific games do you have from those series? [03:36] king's quest 1-6, all of the space quests [03:37] AGI version for space quest 1 I think [03:39] im checking to see if there are any tickets which arent script bugs or defects cause by guesswork. [03:40] I saw some pathfinding bugs, which don't sound very fun. [03:43] at the time that code was written, the sierra algorithm was patented and so the folks who worked on it decided to use an incompatible algorithm [03:43] which is the source of most of the pathfinding bugs. so that needs to get rewritten. [03:44] im not really seeing anything which is not a script bug or pathfinding bug. [03:46] How about this one: https://bugs.scummvm.org/ticket/9578 [03:46] Drenn: https://bugs.scummvm.org/ticket/10409 this one for the AGI version of Space Quest 1 might be good. [03:47] that one is caused by the midi code being busted guesswork [03:47] ahh [03:47] so i have a rewrite of that already in progress. [03:48] ok, thanks - I'll take a look at that one [03:48] incidentally, i would be happy to have someone else helping *with* that rewrite, i guess that would not work for the GSoC test. [03:50] sounds like a bit much work for this purpose, especially if you still need to RE that? [03:51] right. [03:54] i mean, the SCI1 midi engine and mt-32, gm, and adlib drivers are reversed, and the mt-32 engine for sci0 is reversed, and so now there are bugs that need to be fixed by comparing outputs and figuring out why theyre different. (and then also outstanding work to reverse-engineer the other drivers.) the whole remaining thing is probably a GSoC project in itself. [05:40] P2E (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) left irc: Quit: Lost terminal [05:41] P2E (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) joined #scummvm. [05:55] P2E (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) left irc: Quit: reboot [05:58] ashar (~ashar@117.222.25.106) joined #scummvm. [05:59] P2E (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) joined #scummvm. [06:01] P2E_ (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) joined #scummvm. [06:02] I ended up finding a different bug while playing through SQ1 [06:02] if you reload a save after dying, there's a small black box at the bottom-right of the screen [06:02] I'll make a pull request for this soon :) [06:21] te_lanus (~te_lanus@154.66.195.97) joined #scummvm. [06:21] bonki (~bonki@gateway/tor-sasl/bonki) left irc: Ping timeout: 255 seconds [06:23] bonki (~bonki@gateway/tor-sasl/bonki) joined #scummvm. [06:23] #scummvm: mode change '+o bonki' by ChanServ!ChanServ@services. [06:24] te_lanus (~te_lanus@154.66.195.97) left irc: Client Quit [06:52] GitHub33 (GitHub33@gateway/service/github.com/x-uxttesturpocxboo) joined #scummvm. [06:52] [scummvm] Drenn1 opened pull request #1136: AGI: Fix black box in bottom-right corner (master...master) https://git.io/vAWBX [06:52] GitHub33 (GitHub33@gateway/service/github.com/x-uxttesturpocxboo) left #scummvm. [07:24] ashar (~ashar@117.222.25.106) left irc: Remote host closed the connection [07:40] Axy (~Mia@31.200.19.5) joined #scummvm. [07:40] Axy (~Mia@31.200.19.5) left irc: Changing host [07:40] Axy (~Mia@unaffiliated/mia) joined #scummvm. [07:42] Drenn (~Drenn@toroon0713w-lp140-05-65-94-115-203.dsl.bell.ca) left irc: Ping timeout: 240 seconds [07:44] Mia (~Mia@unaffiliated/mia) left irc: Ping timeout: 240 seconds [07:50] Mia (~Mia@31.200.19.29) joined #scummvm. [07:50] Mia (~Mia@31.200.19.29) left irc: Changing host [07:50] Mia (~Mia@unaffiliated/mia) joined #scummvm. [07:52] Axy (~Mia@unaffiliated/mia) left irc: Ping timeout: 240 seconds [08:17] GitHub14 (GitHub14@gateway/service/github.com/x-ifvldbaeswcqthpd) joined #scummvm. [08:17] [scummvm] eriktorbjorn pushed 1 new commit to master: https://git.io/vAWEl [08:17] scummvm/master ec8b637 Torbjörn Andersson: XEEN: Fix GCC warning... [08:17] GitHub14 (GitHub14@gateway/service/github.com/x-ifvldbaeswcqthpd) left #scummvm. [08:57] LittleToonCat (~littlecat@sydnns0115w-47-54-26-78.dhcp-dynamic.fibreop.ns.bellaliant.net) left irc: Remote host closed the connection [09:02] Begasus (~begasus@ptr-4p6jpimaaf9tz4s0ugk.18120a2.ip6.access.telenet.be) joined #scummvm. [09:05] Begas_VBox (~Begasus@d54c3c8c2.access.telenet.be) joined #scummvm. [09:20] Begas_VBox (~Begasus@d54c3c8c2.access.telenet.be) left irc: Read error: Connection reset by peer [09:23] Begasus (~begasus@ptr-4p6jpimaaf9tz4s0ugk.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 240 seconds [09:24] Begasus (~begasus@ptr-4p6jpimtpjw659u2wcv.18120a2.ip6.access.telenet.be) joined #scummvm. [09:25] Begas_VBox (~Begasus@d54C3C8C2.access.telenet.be) joined #scummvm. [09:38] ashar (~ashar@117.226.232.81) joined #scummvm. [09:54] ashar4 (~ashar@117.226.172.205) joined #scummvm. [09:57] ashar (~ashar@117.226.232.81) left irc: Ping timeout: 248 seconds [10:36] Lightkey (~Darklock@p200300F693D1375322CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 255 seconds [10:49] Lightkey (~Darklock@p200300F693D1375522CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [10:49] ashar004 (~ashar@117.200.144.105) joined #scummvm. [10:53] ashar4 (~ashar@117.226.172.205) left irc: Ping timeout: 276 seconds [10:54] ashar004 (~ashar@117.200.144.105) left irc: Read error: Connection reset by peer [10:54] ashar004 (~ashar@117.200.144.105) joined #scummvm. [10:57] ashar004 (~ashar@117.200.144.105) left irc: Read error: Connection reset by peer [10:57] ajax16384 (~User@109.60.130.33) joined #scummvm. [10:57] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [10:58] ashar004 (~ashar@117.200.144.105) joined #scummvm. [11:00] ashar004 (~ashar@117.200.144.105) left irc: Remote host closed the connection [11:12] ashar (~ashar@117.200.144.105) joined #scummvm. [11:30] SylvainTV (~Sylvain@ALille-458-1-5-24.w86-228.abo.wanadoo.fr) joined #scummvm. [11:30] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [11:33] Mia (~Mia@unaffiliated/mia) left irc: Read error: No route to host [11:35] valerio (~valerio@unaffiliated/valerio/x-9242161) joined #scummvm. [11:55] wjp_ (~wjp@hmm.wantstofly.org) joined #scummvm. [11:55] erdic_ (~erdic@unaffiliated/motley) joined #scummvm. [11:55] mal__ (~mal@dsl-hkibng42-5673df-25.dhcp.inet.fi) joined #scummvm. [11:56] LePhilou1ophe_ (valemboi20@amsn/developer/lephilousophe) joined #scummvm. [12:00] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) got netsplit. [12:00] erdic (~erdic@unaffiliated/motley) got netsplit. [12:00] mal (~mal@dsl-hkibng42-5673df-25.dhcp.inet.fi) got netsplit. [12:00] ScummBot (~ScummBot@vm2.scummvm.org) got netsplit. [12:00] LePhilousophe (valemboi20@amsn/developer/lephilousophe) got netsplit. [12:00] wjp (~wjp@138.201.34.84) got netsplit. [12:00] Nick change: erdic_ -> erdic [12:00] Possible future nick collision: erdic [12:06] ScummBot (~ScummBot@vm2.scummvm.org) returned to #scummvm. [12:07] GitHub95 (GitHub95@gateway/service/github.com/x-whgfeotiwczaibbf) joined #scummvm. [12:07] [scummvm] vincentbernat opened pull request #1137: AUDIO: add support for OPL2LPT (master...feature/opl2lpt) https://git.io/vAWrq [12:07] GitHub95 (GitHub95@gateway/service/github.com/x-whgfeotiwczaibbf) left #scummvm. [12:07] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) returned to #scummvm. [12:07] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [12:11] mal (~mal@dsl-hkibng42-5673df-25.dhcp.inet.fi) got lost in the net-split. [12:11] wjp (~wjp@138.201.34.84) got lost in the net-split. [12:11] LePhilousophe (valemboi20@amsn/developer/lephilousophe) got lost in the net-split. [12:12] ashar (~ashar@117.200.144.105) left irc: Read error: Connection reset by peer [12:13] ashar (~ashar@117.200.144.105) joined #scummvm. [12:14] ashar (~ashar@117.200.144.105) left irc: Remote host closed the connection [12:14] Nick change: mal__ -> mal [12:15] ashar (~ashar@117.200.144.105) joined #scummvm. [12:15] ashar (~ashar@117.200.144.105) left irc: Remote host closed the connection [12:16] valerio (~valerio@unaffiliated/valerio/x-9242161) left irc: Ping timeout: 240 seconds [12:16] ashar (~ashar@117.200.144.105) joined #scummvm. [12:16] ashar (~ashar@117.200.144.105) left irc: Max SendQ exceeded [12:18] Nick change: LePhilou1ophe_ -> lePhilousophe [12:19] valerio (~valerio@unaffiliated/valerio/x-9242161) joined #scummvm. [12:20] Mia (~Mia@31.200.21.209) joined #scummvm. [12:20] Mia (~Mia@31.200.21.209) left irc: Changing host [12:20] Mia (~Mia@unaffiliated/mia) joined #scummvm. [12:24] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [12:26] _sev (~sev@scummvm/undead/sev) joined #scummvm. [12:26] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [12:26] ashar (~ashar@117.200.144.105) joined #scummvm. [12:29] Nick change: wjp_ -> wjp [12:29] #scummvm: mode change '+o wjp' by ChanServ!ChanServ@services. [13:24] Begasus (~begasus@ptr-4p6jpimtpjw659u2wcv.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 256 seconds [13:33] hello i'm facing some problem in compiling the souce code for scummvm...plz help [13:33] https://imgur.com/a/5DCAz [13:34] you need the development libraries for SDL (and a bunch of other libraries) [13:35] i'm sorry but i do not know where to get them from [13:36] Begasus (~begasus@ptr-4p6jpimtpjw659u2wcv.18120a2.ip6.access.telenet.be) joined #scummvm. [13:37] what more "other libraries" are required? [13:47] check the wiki http://wiki.scummvm.org/index.php/Compiling_ScummVM/GCC [13:49] ccawley2011 (56b6cc3b@gateway/web/freenode/ip.86.182.204.59) joined #scummvm. [13:50] ashar: probably something like sdl-dev or sdl12-dev or so [13:54] criezy (~criezy@host86-179-101-149.range86-179.btcentralplus.com) joined #scummvm. [13:54] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [14:08] LubomirR (~LubomirR_@bband-dyn52.95-103-102.t-com.sk) joined #scummvm. [14:17] Joefish (~Joefish@p200300764F0F6F003FA25C239BE02A06.dip0.t-ipconnect.de) left irc: Ping timeout: 265 seconds [14:58] ashar (~ashar@117.200.144.105) left irc: Ping timeout: 260 seconds [15:05] Drenn (~Drenn@toroon0713w-lp140-05-65-94-115-203.dsl.bell.ca) joined #scummvm. [15:19] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [15:20] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [15:20] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [15:25] Drenn (~Drenn@toroon0713w-lp140-05-65-94-115-203.dsl.bell.ca) left irc: Remote host closed the connection [15:27] hodapp (~hodapp@ns508885.ip-142-4-208.net) joined #scummvm. [15:29] ashar (~ashar@117.200.144.105) joined #scummvm. [15:32] I'm on 1.9.0 and trying to play Myst, and it properly identifies the mounted disc I point it to as Myst Masterpiece Edition, but then it immediately dies with "PICTDecoder::decodeCompressedQuickTime(): Could not decode data!" [15:32] is there some build-time option I need to enable or something? [15:48] ashar4 (~ashar@117.200.144.105) joined #scummvm. [15:49] ashar (~ashar@117.200.144.105) left irc: Read error: Connection reset by peer [15:49] ashar4 (~ashar@117.200.144.105) left irc: Remote host closed the connection [15:50] ashar4 (~ashar@117.200.144.105) joined #scummvm. [16:39] ny00123 (~ny00123@141.226.14.218) joined #scummvm. [16:44] Drenn (~Drenn@184.151.179.129) joined #scummvm. [17:03] hodapp: 1.9 is not the most recent version so i would recommend to start by updating and trying again [17:10] Begasus (~begasus@ptr-4p6jpimtpjw659u2wcv.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 240 seconds [17:13] Begasus (~begasus@ptr-4p6jpimtpjw659u2wcv.18120a2.ip6.access.telenet.be) joined #scummvm. [17:14] I wasn't aware of 1.9 just shipping broken on something that http://wiki.scummvm.org/index.php/Myst explicitly says it has [17:14] but the issue appeared to just be libjpeg [17:28] valerio (~valerio@unaffiliated/valerio/x-9242161) left irc: Ping timeout: 240 seconds [17:40] borosky (~borosky@095160154221.dynamic-ww-11.vectranet.pl) left irc: Ping timeout: 240 seconds [17:42] borosky (~borosky@095160154221.dynamic-ww-11.vectranet.pl) joined #scummvm. [17:52] Drenn (~Drenn@184.151.179.129) left irc: Read error: No route to host [17:59] Littleboy (~littleboy@pool-173-76-38-11.bstnma.fios.verizon.net) joined #scummvm. [17:59] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [18:08] Joefish (~Joefish@p200300764F0F6F003FA25C239BE02A06.dip0.t-ipconnect.de) joined #scummvm. [18:08] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [18:20] LittleToonCat (~littlecat@sydnns0115w-47-54-26-78.dhcp-dynamic.fibreop.ns.bellaliant.net) joined #scummvm. [18:33] Drenn (~Drenn@184.151.179.129) joined #scummvm. [18:39] Drenn (~Drenn@184.151.179.129) left irc: Ping timeout: 256 seconds [18:59] frankyboy_ (~franky@ppp109-252-23-81.pppoe.spdop.ru) joined #scummvm. [19:12] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) left irc: Quit: GNU/Linux, because I'd rather own a free OS than steal one that's not worth paying for. [19:15] frankyboy_ (~franky@ppp109-252-23-81.pppoe.spdop.ru) left irc: Remote host closed the connection [19:23] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) joined #scummvm. [19:28] ajax16384 (~User@109.60.130.33) left irc: Read error: Connection reset by peer [19:28] hodapp, could you please file a bug? [19:29] unless you are positive it doesn't happen with the latest version, that is [19:30] frankyboy_ (~franky@ppp109-252-23-81.pppoe.spdop.ru) joined #scummvm. [20:04] Drenn (~Drenn@mindon2501w-lp140-01-174-93-46-172.dsl.bell.ca) joined #scummvm. [20:09] t0by: oh, I saw the note on libjpeg in an older IRC log for (I think) here and figured people knew [20:09] I'm definitely doing a PR for nixpkgs (nixpkgs build doesn't include libjpeg) but I'll see if the latest version shows this issue [20:31] ashar4 (~ashar@117.200.144.105) left irc: Read error: Connection reset by peer [21:05] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) joined #scummvm. [21:05] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [21:05] GitHub182 (GitHub182@gateway/service/github.com/x-fxhpqclrjraaszyp) joined #scummvm. [21:05] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vAWjm [21:05] scummvm/master 473efc5 Paul Gilbert: XEEN: Fix vertical line skipping in sprite rendering [21:05] GitHub182 (GitHub182@gateway/service/github.com/x-fxhpqclrjraaszyp) left #scummvm. [21:09] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 260 seconds [21:23] GitHub26 (GitHub26@gateway/service/github.com/x-qmraaxhfqierrzxh) joined #scummvm. [21:23] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vAleI [21:23] scummvm/master 2d65ca4 Paul Gilbert: XEEN: Fix text for Guild location [21:23] GitHub26 (GitHub26@gateway/service/github.com/x-qmraaxhfqierrzxh) left #scummvm. [21:28] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [21:30] _sev (~sev@scummvm/undead/sev) joined #scummvm. [21:30] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [21:38] snover: I'm actually unable to replicate the SQ1 audio bug you linked me, even when reverting to the commit it's reported on. Maybe it's backend-specific? (I'm running Linux) [21:40] GitHub36 (GitHub36@gateway/service/github.com/x-yjrzgsokkuxwubvz) joined #scummvm. [21:40] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vAlvt [21:40] scummvm/master 6b00338 Paul Gilbert: XEEN: Fix resistence gems when visiting a town location [21:40] GitHub36 (GitHub36@gateway/service/github.com/x-yjrzgsokkuxwubvz) left #scummvm. [21:43] P2E__ (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) joined #scummvm. [21:44] P2E__ (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) left irc: Client Quit [21:49] frankyboy_ (~franky@ppp109-252-23-81.pppoe.spdop.ru) left irc: Remote host closed the connection [21:55] P2E_ (~tgz@pool-100-16-68-124.bltmmd.fios.verizon.net) left irc: Quit: derp? [22:29] criezy (~criezy@host86-179-101-149.range86-179.btcentralplus.com) left irc: Quit: criezy [22:55] GitHub128 (GitHub128@gateway/service/github.com/x-drzfygrmibdzfqus) joined #scummvm. [22:55] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vAlTk [22:55] scummvm/master e6de89d Paul Gilbert: XEEN: Fix crash after searching beds [22:55] GitHub128 (GitHub128@gateway/service/github.com/x-drzfygrmibdzfqus) left #scummvm. [23:00] Drenn (~Drenn@mindon2501w-lp140-01-174-93-46-172.dsl.bell.ca) left irc: Ping timeout: 268 seconds [23:01] Drenn: i also never tried to reproduce it. i guess it would be worth asking the OP for a save game demonstrating the issue and a list of detailed reproduction steps on the ticket. [23:06] Begas_VBox (~Begasus@d54C3C8C2.access.telenet.be) left irc: Quit: Vision[0.10.2]: i've been blurred! [23:07] bonki (~bonki@gateway/tor-sasl/bonki) left irc: Ping timeout: 255 seconds [23:07] Begasus (~begasus@ptr-4p6jpimtpjw659u2wcv.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [23:18] snover (~snover@unaffiliated/snover) left irc: Ping timeout: 240 seconds [23:20] Drenn (~Drenn@mindon2501w-lp140-01-174-93-44-154.dsl.bell.ca) joined #scummvm. [23:24] snover (~snover@unaffiliated/snover) joined #scummvm. [23:24] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [23:39] http://www.angelfire.com/tv2/pylpaaron/Game/index.html the streamers on twitch.tv/gogcom just played this, for whoever wants to try their knowledge in good old games :-) [23:43] angelfire.com [23:44] IT'S ALIVE [23:54] bonki (~bonki@gateway/tor-sasl/bonki) joined #scummvm. [23:54] #scummvm: mode change '+o bonki' by ChanServ!ChanServ@services. [00:00] --- Sun Feb 18 2018