[00:22] GitHub180 (~GitHub180@192.30.252.42) joined #scummvm. [00:22] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viIG0 [00:22] scummvm/master dd4fee3 Paul Gilbert: TITANIC: Add support for specifying a sound is music or SFX... [00:22] GitHub180 (GitHub180@192.30.252.42) left #scummvm. [00:31] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [00:35] dreammaster: well i did write a basic sound mixer for ssci so let me know if/when you need guidance [00:36] Ok, thanks. [00:36] er. sci* :) that is an easily typoed acronym. [00:37] That's alright, you're a Super SCIer :) [00:39] its over 9000& lines of code. [00:40] That's a pretty good DBZ reference [00:41] Yikes. Hopefully we can come up with something simpler. I already know that that the music playback is specified as 16-bit 22Khz, 44100 avg bytes per sec, so I'm hoping there's a ScummVM equivalent of a queuing audio buffer that I can simply shove uint16 values into once I locate and reverse whatever code takes all the controls and figures out the sequence of values to use. [00:46] As an unrelated note. I have some The White Chamber screenshots, but for English than the German version. Would it still be accepted if I submitted them? [00:46] dreammaster: heh, no, that was a joke :) the sci mixer just implements AudioStream and when readBuffer is called it generates the necessary audio [00:47] Ah, that's a relief :) [00:48] And that actually sounds familiar. I vaguely remember when I implemented one of the earlier games, I think the TsAGE ones, I manually had to implement an adlib sound driver that used readBuffer. [00:51] and if i recall the music room correctly, you could probably get away with using one channel per instrument with the standard mixer and just make a RewindableAudioStream for each instrument that gets passed to makeLoopingAudioStream [00:53] I have to admit that I've never acthually played through the game yet, so I don't even know what happens in the music room beyond what I've gleaned from implementing the game classes. But that sounds like a promising idea, thanks. I'll experiment with that once I reach that point. [00:55] I'm sorry dreammaster, which game are you refering to? [00:55] Starship Titanic. I'm curently working on implementing it. [00:55] Ah - the Douglas Adams game? [00:55] I've got all the game classes implemented now, with the exception of a star control puzzle at the end of the game, and a music room music player. [00:55] Yes, that's the one [00:56] Re your earlier question, it certainly wouldn't hurt to submit them [00:57] I read the ebooks (by Terry Jones). It's awesome. [00:57] I'll try to get the game version [00:58] 5.99 on gog [01:00] Yep. That's the version I used for development. And there'll be more than a fair share of GOG users having trouble running the original Windows executable on modern Windows (7, 8, 10) that will be overjoyed at a replacement :) [01:03] GitHub151 (~GitHub151@192.30.252.45) joined #scummvm. [01:03] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viICq [01:03] scummvm/master 6b5e6a0 Paul Gilbert: TITANIC: Fix the isSpecialPressed method [01:03] GitHub151 (GitHub151@192.30.252.45) left #scummvm. [01:08] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [01:13] dreammaster: are you able to get beyond the computer at the start of the game with the GOG version? [01:13] Yes, I can. [01:13] It's just my version that can't so far ;) [01:14] yay, ambiguity :P [01:28] jammm (~jam@27.58.49.234) joined #scummvm. [01:28] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [01:38] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 265 seconds [01:39] Dominus (~dominus@194-118-168-222.adsl.highway.telekom.at) joined #scummvm. [01:39] Dominus (~dominus@194-118-168-222.adsl.highway.telekom.at) left irc: Changing host [01:39] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [01:46] pesky sound engine [01:46] Yours or mine? ;) [01:47] yes. though i think i managed to stomp on mine hard enough that it behaves these days, mostly [01:49] That's good for SCI then. As for Titanic, tell me about it. It's not even just the MusicRoom code.. the original also used the QSound mixer to be able to specify spacial coordinates for every sound played. So in theory sounds could sound as if they were behind, above, or even to the side of the player, as well as funky things like having the sound source move along a vector. [01:49] Obviously, I'm not going to be able to replicate all of that. And I'm not really sure it's all that necessary anyway [01:49] why do you think you will not be able to replicate that? [01:50] i feel like the audio engineering was one of the really strong parts of the game [01:50] i mean, it sounded really good. [01:50] Not really, no. All the code for the QSound library is in a separate DLL. I know all the interface methods, because of the DLL's exported symbols, and plus a quick web search found me the header files, so I know flag names and values. [01:51] So for now I've been able to create a QMixer class that simulates the QSound library basics. I'll leave it as a future exercise to someone more interested in sound processing than I am to try and reverse engineer the DLL [01:53] Vampire0_ (~Vampire@jEdit/Vampire) joined #scummvm. [01:55] Vampire0 (~Vampire@jEdit/Vampire) left irc: Ping timeout: 244 seconds [02:06] GitHub138 (~GitHub138@192.30.252.40) joined #scummvm. [02:06] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viI4Y [02:06] scummvm/master a1d51d3 Paul Gilbert: TITANIC: View change animations now partially working [02:06] GitHub138 (GitHub138@192.30.252.40) left #scummvm. [02:29] snover (~Adium@unaffiliated/snover) left irc: Quit: Leaving. [03:10] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) left irc: Read error: Connection reset by peer [03:10] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) joined #scummvm. [03:10] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [03:13] GitHub73 (~GitHub73@192.30.252.46) joined #scummvm. [03:13] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viI0C [03:13] scummvm/master 2e9c21c Paul Gilbert: TITANIC: Improvements to view change animations [03:13] GitHub73 (GitHub73@192.30.252.46) left #scummvm. [03:16] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [03:18] GitHub171 (~GitHub171@192.30.252.41) joined #scummvm. [03:18] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viI0D [03:18] scummvm/master 8b454a6 Paul Gilbert: TITANIC: Fix black flash at the start of view change clips [03:18] GitHub171 (GitHub171@192.30.252.41) left #scummvm. [03:38] GitHub46 (~GitHub46@192.30.252.42) joined #scummvm. [03:38] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viIu3 [03:38] scummvm/master 439c68b Paul Gilbert: TITANIC: Add assert to detect what's currently a memory corruption [03:38] GitHub46 (GitHub46@192.30.252.42) left #scummvm. [03:48] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) left irc: [04:02] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) joined #scummvm. [04:04] Poly-C (~Poly-C@gentoo/developer/Polynomial-C) left irc: Ping timeout: 265 seconds [04:18] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) joined #scummvm. [04:18] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [04:37] VonGuardian (sid17526@gateway/web/irccloud.com/x-mebtfhbzqdsrzlst) left irc: Ping timeout: 255 seconds [04:41] VonGuardian (sid17526@gateway/web/irccloud.com/x-qdqcytdhgwhvigst) joined #scummvm. [05:14] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [06:10] the open source PS3 SDK seems to be a bit lacking with regards to posix sockets: https://github.com/ps3dev/PSL1GHT/blob/master/ppu/librt/socket.c#L118 [06:10] getting those cloud features working is not going to be as easy as I thought [06:12] btw, I noticed a GUI issue with the cloud option tab. On the PS3, it's not possible to have both the web browser and ScummVM running at the same time, so it would be nice to be able to enter the cloud code manually even if the local server is running [06:15] Cruel` (~cruel@65-33-179-238.res.bhn.net) left irc: Quit: Leaving [06:18] kurtwr2 (~kurtwr@c-73-12-209-100.hsd1.ca.comcast.net) joined #scummvm. [06:21] kurtwr (~kurtwr@c-73-12-209-100.hsd1.ca.comcast.net) left irc: Ping timeout: 244 seconds [06:21] exmensa (~exmensa@74.44.33.123) left irc: Ping timeout: 244 seconds [06:22] exmensa (~exmensa@74-44-33-123.dr01.lmrs.ia.frontiernet.net) joined #scummvm. [06:46] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) joined #scummvm. [06:46] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services. [07:18] waltervn (~waltervn@82-171-142-149.ip.telfort.nl) joined #scummvm. [07:18] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [07:18] morning [07:21] thesquib (~thesquib@squib.co.nz) left irc: Ping timeout: 250 seconds [07:23] thesquib (~thesquib@squib.co.nz) joined #scummvm. [07:23] bgK: well, server auth is used only when default port is used, so if user changes the port, wizard would ask to enter the code manually [07:25] not that it's too obvious from GUI, but IIRC there is some message notifying about it when user changes port to non-default [07:26] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [07:28] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 255 seconds [07:28] Nick change: Strangerke_ -> Strangerke [07:31] ajax16384 (~User@ip33.net130.n37.ru) joined #scummvm. [07:31] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [07:32] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) joined #scummvm. [07:32] hi guys [07:39] hi Strangerke|work [07:56] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) left irc: Ping timeout: 264 seconds [07:57] Action: waltervn summons back Strangerke|work [07:58] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) joined #scummvm. [08:00] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [08:00] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [08:00] _sev|work (~sev@scummvm/undead/sev) left irc: Client Quit [08:01] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) joined #scummvm. [08:08] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [08:12] ajax16384 (~User@ip33.net130.n37.ru) left irc: Ping timeout: 244 seconds [08:47] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [08:53] CuriosTi1er (~stian@terex.bigrig.org) joined #scummvm. [08:58] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) got netsplit. [08:58] fuzzie (fuzzie@twinsen.zall.org) got netsplit. [08:58] Rasi (~carnager@archlinux/support/rasi) got netsplit. [08:58] CuriosTiger (~stian@terex.bigrig.org) got netsplit. [08:58] ScummBot (~ScummBot@vm2.scummvm.org) got netsplit. [08:58] LePhilousophe (valemboi20@amsn/developer/lephilousophe) got netsplit. [08:58] echelog-1 (~echelog-1@108.61.103.42) got netsplit. [09:00] LePhilousophe (valemboi20@amsn/developer/lephilousophe) returned to #scummvm. [09:01] Rasi (~carnager@archlinux/support/rasi) returned to #scummvm. [09:02] Lightkey (~jonas@p200300764C08985922CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 250 seconds [09:03] Polynomial-C (~Poly-C@p4FDA9FF9.dip0.t-ipconnect.de) joined #scummvm. [09:03] fuzzie (fuzzie@twinsen.zall.org) returned to #scummvm. [09:03] ScummBot (~ScummBot@vm2.scummvm.org) returned to #scummvm. [09:03] echelog-1 (~echelog-1@108.61.103.42) returned to #scummvm. [09:04] Nick change: Polynomial-C -> Guest22219 [09:09] CuriosTiger (~stian@terex.bigrig.org) got lost in the net-split. [09:09] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [09:09] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [09:09] GitHub21 (~GitHub21@192.30.252.34) joined #scummvm. [09:09] [scummvm] sev- pushed 2 new commits to master: https://git.io/viIQy [09:09] scummvm/master 3735f79 Eugene Sandulenko: DIRECTOR: Lingo: Implemented when..then keyword logic [09:09] scummvm/master 91cc02b Eugene Sandulenko: DIRECTOR: Cleanup [09:09] GitHub21 (GitHub21@192.30.252.34) left #scummvm. [09:15] Lightkey (~jonas@p200300764C08981822CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [09:17] Guest22219 (~Poly-C@p4FDA9FF9.dip0.t-ipconnect.de) left irc: Changing host [09:17] Guest22219 (~Poly-C@gentoo/developer/Polynomial-C) joined #scummvm. [09:18] Nick change: Guest22219 -> Poly-C [09:21] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [09:29] jammmm (~jam@106.221.135.76) joined #scummvm. [09:29] jammm (~jam@27.58.49.234) left irc: Read error: Connection reset by peer [09:30] ced117__ (~ced117@AStrasbourg-552-1-114-221.w86-204.abo.wanadoo.fr) joined #scummvm. [09:32] Tkachov: ok, I'll use that for my tests, but it's not very end user friendly [09:32] Nick change: ced117__ -> ced117 [09:33] ced117 (~ced117@AStrasbourg-552-1-114-221.w86-204.abo.wanadoo.fr) left irc: Changing host [09:33] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [09:35] ajax16384 (~User@ip33.net130.n37.ru) joined #scummvm. [09:35] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [09:56] jamm (~jam@unaffiliated/jamm) joined #scummvm. [09:56] jammmm (~jam@106.221.135.76) left irc: Read error: Connection reset by peer [10:21] <_sev|work> bgK: there are also tests in the testbed engine [10:22] <_sev|work> Tkachov: it would be nice if you send a message to -devel, explaining porters what they need to do to make things work [10:22] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) joined #scummvm. [11:50] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [12:33] Tomaz^W (~tompsson@84.216.7.40) left irc: [13:13] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) joined #scummvm. [13:13] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [13:13] ChrisKeys (ChrisKeys@ip5b42755d.dynamic.kabel-deutschland.de) joined #scummvm. [13:20] ced117 (~ced117@opensuse/member/ced117) left irc: Ping timeout: 244 seconds [13:21] exmensa (~exmensa@74-44-33-123.dr01.lmrs.ia.frontiernet.net) left irc: [13:23] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) joined #scummvm. [13:27] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [13:43] t0by (~t0by@host163-101-dynamic.51-79-r.retail.telecomitalia.it) joined #scummvm. [13:43] #scummvm: mode change '+v t0by' by ChanServ!ChanServ@services. [13:44] ced117 (~ced117@opensuse/member/ced117) left irc: Quit: Quitte [13:44] ced117__ (~ced117@AStrasbourg-552-1-114-221.w86-204.abo.wanadoo.fr) joined #scummvm. [14:13] snover (~Adium@unaffiliated/snover) joined #scummvm. [14:13] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [14:17] john (~john@dslb-088-072-162-192.088.072.pools.vodafone-ip.de) joined #scummvm. [14:18] Nick change: john -> Guest93514 [14:53] uruk-hai (~Peter@catv-89-133-22-244.catv.broadband.hu) joined #scummvm. [14:53] #scummvm: mode change '+o uruk-hai' by ChanServ!ChanServ@services. [15:46] uruk-hai (~Peter@catv-89-133-22-244.catv.broadband.hu) left irc: Quit: Leaving [15:51] Cruel` (~cruel@65-33-179-238.res.bhn.net) joined #scummvm. [16:03] Guest93514 (~john@dslb-088-072-162-192.088.072.pools.vodafone-ip.de) left irc: Ping timeout: 244 seconds [16:04] ajax16384 (~User@ip33.net130.n37.ru) left irc: Read error: Connection reset by peer [16:04] snover (~Adium@unaffiliated/snover) left irc: Quit: Leaving. [16:05] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [16:06] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) left irc: Quit: Page closed [16:07] Nick change: ced117__ -> ced117 [16:07] ced117 (~ced117@AStrasbourg-552-1-114-221.w86-204.abo.wanadoo.fr) left irc: Changing host [16:07] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [16:09] yvsxgv (~john@dslb-088-072-162-192.088.072.pools.vodafone-ip.de) joined #scummvm. [16:14] WinterGrascph (~WinterGra@catv-178-48-146-216.catv.broadband.hu) joined #scummvm. [16:14] #scummvm: mode change '+v WinterGrascph' by ChanServ!ChanServ@services. [16:37] ny00123 (~ny00123@217.132.60.19) joined #scummvm. [16:39] exmensa (~exmensa@74-44-33-123.dr01.lmrs.ia.frontiernet.net) joined #scummvm. [16:41] DJW|Home (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) left irc: Read error: Connection reset by peer [16:46] WooShell (~Markus@ipbcc0701d.dynamic.kabel-deutschland.de) joined #scummvm. [16:48] Nick change: Vampire0_ -> Vampire0 [17:24] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [17:26] niska (~niska@68.ip-149-56-14.net) left irc: Quit: Leaving [17:29] jammm (~jam@27.58.51.141) joined #scummvm. [17:32] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 265 seconds [17:46] jammm (~jam@27.58.51.141) left irc: Quit: Leaving [17:47] jamm (~jam@unaffiliated/jamm) joined #scummvm. [17:58] niska (~niska@68.ip-149-56-14.net) joined #scummvm. [18:10] dang it [18:20] no dj - no party? [18:25] yes [18:25] sadly [18:49] ajax16384 (~User@ip33.net130.n37.ru) joined #scummvm. [18:49] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [19:08] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [19:46] criezy (~criezy@host86-182-78-143.range86-182.btcentralplus.com) left irc: Quit: criezy [20:08] he's still at work [20:20] Cruel` (~cruel@65-33-179-238.res.bhn.net) left irc: Ping timeout: 250 seconds [20:22] ny00123 (~ny00123@217.132.60.19) left irc: Quit: Leaving [20:31] snover (~Adium@unaffiliated/snover) joined #scummvm. [20:31] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [20:34] _sev|work (~sev@92.110.93.218) joined #scummvm. [20:34] _sev|work (~sev@92.110.93.218) left irc: Changing host [20:34] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [20:34] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [20:34] _sev|work (~sev@scummvm/undead/sev) left irc: Client Quit [20:34] GitHub169 (~GitHub169@192.30.252.40) joined #scummvm. [20:34] [scummvm] sev- pushed 2 new commits to master: https://git.io/vit6A [20:34] scummvm/master 2f16dab Eugene Sandulenko: DIRECTOR: Lingo: Implemented 'the colorQD' and 'the colorDepth' entities [20:34] scummvm/master 9e70b08 Eugene Sandulenko: DIRECTOR: Lingo: Fix 'the' entities processing [20:34] GitHub169 (GitHub169@192.30.252.40) left #scummvm. [20:36] frankyboy_ (~franky@ppp91-78-197-244.pppoe.mtu-net.ru) joined #scummvm. [20:54] Littleboy_ (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) joined #scummvm. [20:54] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) left irc: Disconnected by services [20:54] #scummvm: mode change '+o Littleboy_' by ChanServ!ChanServ@services. [20:57] WooShell (~Markus@ipbcc0701d.dynamic.kabel-deutschland.de) left irc: Quit: Zu gotdy od mpy nrmy stpimf. Zu drvpmf zrsmd aogy jrt iq pt viy jrt yp yjr htpimf. [20:58] Littleboy_ (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) left irc: Ping timeout: 240 seconds [21:01] yvsxgv (~john@dslb-088-072-162-192.088.072.pools.vodafone-ip.de) left irc: Ping timeout: 258 seconds [21:01] WinterGrascph (~WinterGra@catv-178-48-146-216.catv.broadband.hu) left irc: Quit: Leaving [21:06] ajax16384 (~User@ip33.net130.n37.ru) left irc: Read error: Connection reset by peer [21:14] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [22:43] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) left irc: Quit: technology isn't intrinsically good or evil. It's how it's used. Like the Death Ray. [22:43] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) joined #scummvm. [22:43] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [22:50] GitHub191 (~GitHub191@192.30.252.40) joined #scummvm. [22:50] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vitjm [22:50] scummvm/master ac740c8 Paul Gilbert: TITANIC: Fix to setting and checking sounds [22:50] GitHub191 (GitHub191@192.30.252.40) left #scummvm. [22:52] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [22:53] frankyboy_ (~franky@ppp91-78-197-244.pppoe.mtu-net.ru) left irc: Remote host closed the connection [22:54] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 252 seconds [22:54] Nick change: Strangerke_ -> Strangerke [22:55] snover (~Adium@unaffiliated/snover) left irc: Quit: Leaving. [22:55] snover (~Adium@unaffiliated/snover) joined #scummvm. [22:55] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [22:56] t0by (~t0by@host163-101-dynamic.51-79-r.retail.telecomitalia.it) left irc: Quit: Bye! [23:10] GitHub39 (~GitHub39@192.30.252.41) joined #scummvm. [23:10] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqvD [23:10] scummvm/master 33737ea Paul Gilbert: TITANIC: Convert many static_casts to dynamic_cast [23:10] GitHub39 (GitHub39@192.30.252.41) left #scummvm. [23:44] girafe (~girafe@LFbn-1-8015-136.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [23:54] ChrisKeys (ChrisKeys@ip5b42755d.dynamic.kabel-deutschland.de) left irc: [00:00] --- Fri Sep 2 2016