[00:02] dafioram: do things get better if you change desired.samples in backends/mixer/sdl/sdl-mixer.cpp:152 to something lower than 4096, like 512 or 1024? [00:03] let me check [00:03] Joefish_ (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Ping timeout: 252 seconds [00:04] it looks like the size in DOSBox is 1024 [00:04] (configurable, in dosbox.conf, `blocksize` setting) [00:06] turning that down seems to improve things for me, so i think its just too high by default these days [00:06] Okay I will try 512, but my line 142 has samples = 8192 [00:09] inversely you could also try setting blocksize in dosbox to 4096 and see if it starts having the same amount of lag :) [00:10] line 143 is a while-loop which reduces the samples size, for an output rate of 44100 it will end up being 4096 [00:10] i c [00:11] no difference [00:13] any warning when you start scummvm that says something like SDL mixer output sample rate: %d differs from desired: %d ? [00:13] in the console [00:14] WARNING: SDL mixer output buffer size: 512 differs from desired: 1024! [00:15] I set line 142 to be 1024 [00:16] interesting. that should give you less lag, not more [00:16] it was no different [00:17] here (on macOS though), forcing samples to 1024 provides a significant reduction in audio latency [00:18] so much so that i am now seriously considering making changes to this code [00:18] let see if release mode make a difference for me with the smaller buffer [00:19] and youre testing the phone button latency right? [00:19] yes [00:21] well i guess, try increasing blocksize in dosbox.conf and see if it turns into scummvm [00:21] to 4096 [00:22] no difference with release mode. I will test on dosbox now. [00:25] this API may have changed between SDL1 and SDL2 too [00:25] im investigating now [00:26] The dosbox behavior with a 8192 blocksize is the behavior I am seeing on ubuntu scummvm [00:27] ok [00:28] i always feel a little relieved when looks like its probably not my codes fault ;) [00:29] wondering now about this DoubleBufferSDLMixerManager thing [00:30] shoot me a pr [00:40] t0by (~t0by@unaffiliated/t0by) left irc: Remote host closed the connection [00:40] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [00:40] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [00:47] t0by (~t0by@unaffiliated/t0by) left irc: Ping timeout: 240 seconds [00:47] SylvainTV (~SylvainTV@LFbn-LIL-1-765-139.w81-254.abo.wanadoo.fr) left irc: Quit: User pushed the X - because it's Xtra, baby [01:09] D0SFreak (~D0SFreak@c-73-7-33-53.hsd1.ga.comcast.net) left irc: Quit: Leaving [01:27] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [01:27] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [01:42] is there some mechanism for advanced preferences that arent reflected in the GUI because most users dont need to make adjustments to them? [01:42] that was a very lazy question, i didnt do any research [01:59] Are you talking about the GUI extra options? Where you can have an extra tab in the game options dialog with game specific options? [02:06] Lightkey (~Darklock@p200300764C71F80022CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 246 seconds [02:19] Lightkey (~Darklock@p200300764C71F83722CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [02:20] no, i want to make the SDL sample buffer size semi-configurable, so i can reduce the default value to improve audio latency on most systems without breaking anything that is too slow to generate audio data faster than 16 times per second [02:21] its not really something that needs to be user-configurable in most cases (it hasnt been up till now) so putting it into the GUI is just adding clutter [02:24] Ah, gotcha. I can' really suggest anything off the top of my head [02:24] 62ms of audio latency is outside of accepted industry standards, which are 45ms for television and 22ms for film [02:26] i was wondering why lip sync on VMDs seemed bad and now I know why :) [02:28] since the GK2 ones are just fatally broken i figured that the mastering process at sierra was just really crappy. and, well, i mean, that could also be true, but scummvm adding lag doesnt help any [02:30] there is a slight lip sync for titanias video where the audio is behind the animations. I noticed this on my linux machine [02:32] i love how phant2 lets you just the main menu as a save game. i was not paying attention and overwrote the desk phone save with the main menu. sigh. [02:32] just save* [02:33] i guess i am turning off original save/load now so this doesnt happen again :) [02:36] Heh :o [02:43] dafioram (~dafioram@pool-71-121-237-223.bltmmd.fios.verizon.net) left irc: Quit: Leaving [02:50] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 260 seconds [02:51] phew. finally i figured out why there is a double-buffering mixer for macos. lets see if that rationale is still valid in 2017. [02:55] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [02:55] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [02:55] the answer is yes. [02:55] very interesting. [03:06] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 248 seconds [03:08] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [03:08] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [03:13] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) left irc: [03:14] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 248 seconds [03:24] though i am not sure how much of that was due to the fact that i was running munt with no optimisations turned on [03:25] and that the double buffering was just saving me from underruns by having twice the buffers [03:39] anything which produces sampled data with high latency (like the MT-32 emulator) will sound terribly. was the comment [03:41] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [03:41] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [03:46] with optimisations i dont have any problem with the regular mixer, so. hm. guess i will test this for a while and see if anything bad happens. [03:47] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 260 seconds [03:49] on the upside (an upside? another upside?!) i deleted the sysex delays in sci engine when the music driver is munt since it doesnt need them. as long as this doesnt break any of the games themselves because scripts expect some sysex delay, no more waiting for the mt-32 to receive patches when starting a game 👍. [04:02] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [04:02] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [04:08] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 240 seconds [04:21] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [04:21] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [04:26] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 248 seconds [04:39] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [04:39] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [05:04] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 260 seconds [05:11] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [05:11] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [05:20] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Read error: Connection reset by peer [05:22] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 248 seconds [05:23] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [05:23] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [05:37] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 240 seconds [05:44] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [05:44] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [05:52] i guess nobody has ever used the output rate control in the GUI, since it doesnt do anything until you restart ScummVM so it *really* doesnt work on a per-game basis [05:53] there is no way right now to get a mixer manager from the backends to make any changes at all [05:54] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 248 seconds [05:54] this raises a question to me of whether there is any value in even having such an option. [05:55] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) joined #scummvm. [05:55] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [06:03] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [06:03] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [06:06] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [06:26] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 248 seconds [06:45] _sev (~sev@a238130.upc-a.chello.nl) joined #scummvm. [06:45] _sev (~sev@a238130.upc-a.chello.nl) left irc: Changing host [06:45] _sev (~sev@scummvm/undead/sev) joined #scummvm. [06:45] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [06:54] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [06:54] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [07:24] snover: http://git.net/ml/Scummvm-devel/2011-11/msg00119.html [07:34] Morning all [07:36] _sev|work (~sev@5.57.21.48) joined #scummvm. [07:36] _sev|work (~sev@5.57.21.48) left irc: Changing host [07:36] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [07:36] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [07:50] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [08:07] Joefish_ (~Joefish@p200300764F1AB7001A5E0FFFFE1124CA.dip0.t-ipconnect.de) joined #scummvm. [08:08] #scummvm: mode change '+v Joefish_' by ChanServ!ChanServ@services. [08:12] rsn8887 (Elite19646@gateway/shell/elitebnc/x-gumuzuutxrpugbdz) left irc: Ping timeout: 246 seconds [08:12] rsn8887 (Elite19646@gateway/shell/elitebnc/x-dwlwphnavfsjszfy) joined #scummvm. [08:49] _sev|work_ (~sev@5.57.21.48) joined #scummvm. [08:49] _sev|work_ (~sev@5.57.21.48) left irc: Changing host [08:49] _sev|work_ (~sev@scummvm/undead/sev) joined #scummvm. [08:49] _sev|work (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [08:49] #scummvm: mode change '+o _sev|work_' by ChanServ!ChanServ@services. [08:50] LittleToonCat (~littlecat@47.54.148.237) left irc: Remote host closed the connection [09:05] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [09:05] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [09:16] criezy|Work (a5e150ea@gateway/web/freenode/ip.165.225.80.234) joined #scummvm. [09:16] #scummvm: mode change '+o criezy|Work' by ChanServ!ChanServ@services. [09:33] ccawley2011 (6d937b4e@gateway/web/freenode/ip.109.147.123.78) joined #scummvm. [09:53] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [09:53] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [09:54] goom (~goom@cpe-173-174-162-201.satx.res.rr.com) joined #scummvm. [09:55] goom (goom@cpe-173-174-162-201.satx.res.rr.com) left #scummvm. [10:10] ccawley2011 (6d937b4e@gateway/web/freenode/ip.109.147.123.78) left irc: Ping timeout: 260 seconds [10:25] ajax16384 (~User@109.60.138.138) joined #scummvm. [10:25] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [10:31] t0by (~t0by@unaffiliated/t0by) left irc: Ping timeout: 248 seconds [10:32] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [10:32] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [10:36] ccawley2011 (6d937a4d@gateway/web/freenode/ip.109.147.122.77) joined #scummvm. [10:40] goom (~goom@cpe-173-174-162-201.satx.res.rr.com) joined #scummvm. [10:41] goom (goom@cpe-173-174-162-201.satx.res.rr.com) left #scummvm. [10:44] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) left irc: Ping timeout: 240 seconds [10:46] jamm (~jam@240d:1a:1b4:8600:d4cd:c077:7708:850f) joined #scummvm. [10:46] jamm (~jam@240d:1a:1b4:8600:d4cd:c077:7708:850f) left irc: Changing host [10:46] jamm (~jam@unaffiliated/jamm) joined #scummvm. [11:02] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [11:02] Hello! [11:08] Hi timofonic [11:15] Congratulations for your GSoC'17! I just did a mild suggest about an engine to add, but it's nice to somehow provided something even if it's an anecdotical contribution. I want to contribute again (translation to Spanish, wiki editing, maybe a Spanish community manager with help from others and back to run ScummVM again... I have my games, but need to install them, long to tell), but I would need a bit of [11:16] mentoring and "pinging" :) [11:34] _sev (~sev@scummvm/undead/sev) left irc: Ping timeout: 248 seconds [11:35] hobbes- (hobbes@bnc.jfng.fr) left #scummvm ("WeeChat 1.9"). [11:50] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) joined #scummvm. [11:59] _sev|work_ (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [12:15] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [12:15] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [12:55] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Ping timeout: 264 seconds [13:02] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [13:02] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [13:11] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) left irc: Quit: user9 [13:52] Cheeseness (~cheesenes@ppp118-208-232-169.bras1.hba2.internode.on.net) left irc: Ping timeout: 252 seconds [13:55] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) joined #scummvm. [13:56] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [14:02] vv222 (~vv221@dotslashplay.it) left irc: Quit: WeeChat 1.9 [14:06] _sev|work (~sev@5.57.21.48) joined #scummvm. [14:06] _sev|work (~sev@5.57.21.48) left irc: Changing host [14:06] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [14:06] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [14:21] ajax16384 (~User@109.60.138.138) left irc: Read error: Connection reset by peer [14:21] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [14:22] _sev|work (~sev@5.57.21.48) joined #scummvm. [14:22] _sev|work (~sev@5.57.21.48) left irc: Changing host [14:22] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [14:22] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [14:36] Cheeseness (~cheesenes@ppp14-2-185-141.bras1.hba2.internode.on.net) joined #scummvm. [14:41] vv222 (~vv221@dotslashplay.it) joined #scummvm. [14:44] vv222 (~vv221@dotslashplay.it) left irc: Client Quit [14:44] vv222 (~vv221@dotslashplay.it) joined #scummvm. [15:04] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [15:19] ccawley2011 (6d937a4d@gateway/web/freenode/ip.109.147.122.77) left irc: Ping timeout: 260 seconds [15:20] fuzzie: heh. :) [15:21] ccawley2011 (6d93545a@gateway/web/freenode/ip.109.147.84.90) joined #scummvm. [15:24] so i guess i will remove that, better late than never [15:50] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [15:56] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [16:00] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [16:00] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [16:04] ny00123 (~ny00123@2a02:ed0:43ba:b00::2) joined #scummvm. [16:05] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [16:07] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [16:07] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [16:18] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [16:32] Axy (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [16:32] Axy (~Mia@78.162.30.77) joined #scummvm. [16:32] Axy (~Mia@78.162.30.77) left irc: Changing host [16:32] Axy (~Mia@unaffiliated/mia) joined #scummvm. [16:33] Axy (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [16:34] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) joined #scummvm. [16:34] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services. [16:34] GitHub6 (~GitHub6@192.30.252.42) joined #scummvm. [16:34] [scummvm] ccawley2011 opened pull request #1011: GRAPHICS: Don't use sizeof(PixelFormat) (master...fix-16bit) https://git.io/v5gak [16:34] GitHub6 (GitHub6@192.30.252.42) left #scummvm. [16:36] Mia (~Mia@78.162.30.77) joined #scummvm. [16:36] Mia (~Mia@78.162.30.77) left irc: Changing host [16:36] Mia (~Mia@unaffiliated/mia) joined #scummvm. [16:47] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) joined #scummvm. [16:47] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [16:47] holy hell [16:47] http://www.ebay.com/itm/Gabriel-Knight-Sins-of-the-Fathers-Sierra-PC-Big-Box-Voodoo-Crime-Adventure-/263184896540 [16:47] just got listed, already at $41 (and mind you, it's $12-20 postage on top) [16:48] and it's not even THAT edition of Gabriel Knight 1 [16:49] Farmboy0 (~quassel@p4FD342FC.dip0.t-ipconnect.de) joined #scummvm. [16:49] Farmboy0 (~quassel@p4FD342FC.dip0.t-ipconnect.de) left irc: Changing host [16:49] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [16:49] LittleToonCat (~littlecat@47.54.148.237) joined #scummvm. [16:53] I was talking about THIS edition [16:53] http://www.mobygames.com/images/covers/l/957-gabriel-knight-sins-of-the-fathers-dos-front-cover.jpg [16:53] I will never get my hands on one :( [16:55] t0by (~t0by@unaffiliated/t0by) left irc: Ping timeout: 240 seconds [16:57] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [16:57] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [16:59] eriktorbjorn (~d91tan@213-65-60-100-no2480.tbcn.telia.com) joined #scummvm. [16:59] #scummvm: mode change '+o eriktorbjorn' by ChanServ!ChanServ@services. [17:01] jamm (~jam@unaffiliated/jamm) left irc: Quit: Leaving [17:02] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [17:02] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [17:10] t0by (~t0by@unaffiliated/t0by) left irc: Remote host closed the connection [17:10] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [17:10] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [17:27] SylvainTV (~SylvainTV@LFbn-LIL-1-765-139.w81-254.abo.wanadoo.fr) joined #scummvm. [17:27] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [17:34] t0by (~t0by@unaffiliated/t0by) left irc: Ping timeout: 248 seconds [17:39] criezy|Work (a5e150ea@gateway/web/freenode/ip.165.225.80.234) left irc: Quit: Page closed [17:49] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [17:49] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [17:49] GitHub48 (~GitHub48@192.30.252.41) joined #scummvm. [17:49] [scummvm] ccawley2011 closed pull request #1011: GRAPHICS: Don't use sizeof(PixelFormat) (master...fix-16bit) https://git.io/v5gak [17:49] GitHub48 (GitHub48@192.30.252.41) left #scummvm. [17:59] _sev (~sev@scummvm/undead/sev) joined #scummvm. [17:59] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [18:03] K4T (K4T@193.0.192.199) joined #scummvm. [18:03] K4T (K4T@193.0.192.199) left irc: Client Quit [18:14] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) joined #scummvm. [18:14] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [18:27] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [18:33] criezy (criezy@host86-141-213-152.range86-141.btcentralplus.com) left #scummvm. [18:33] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) joined #scummvm. [18:33] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [18:33] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) left irc: Quit: criezy [18:33] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) joined #scummvm. [18:34] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [18:35] girafe (~girafe@92.184.96.100) joined #scummvm. [18:36] Vampire0 (~Vampire@jEdit/Vampire) joined #scummvm. [18:44] vv222 (~vv221@dotslashplay.it) left irc: Ping timeout: 246 seconds [18:50] vv222 (~vv221@2a00:5884:8300::1) joined #scummvm. [19:09] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [19:09] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [19:09] hi guys [19:10] hey strangerke [19:11] vv222 (~vv221@2a00:5884:8300::1) left irc: Quit: WeeChat 1.9 [19:11] vv222 (~vv221@dotslashplay.it) joined #scummvm. [19:11] Hi Strangerke [19:17] _sev (~sev@a238130.upc-a.chello.nl) joined #scummvm. [19:17] _sev (~sev@a238130.upc-a.chello.nl) left irc: Changing host [19:17] _sev (~sev@scummvm/undead/sev) joined #scummvm. [19:17] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [19:20] Vampire0 (~Vampire@jEdit/Vampire) left irc: Ping timeout: 240 seconds [19:22] Joefish_ (~Joefish@p200300764F1AB7001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Ping timeout: 240 seconds [19:23] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [19:28] Joefish_ (~Joefish@p200300764F1AB7001A5E0FFFFE1124CA.dip0.t-ipconnect.de) joined #scummvm. [19:28] #scummvm: mode change '+v Joefish_' by ChanServ!ChanServ@services. [20:00] GitHub49 (~GitHub49@192.30.252.34) joined #scummvm. [20:00] [scummvm] ccawley2011 opened pull request #1012: GRAPHICS: Compare all fields in a PixelFormat individually instead of using memcmp. (master...fix-16bit-2) https://git.io/v5gjT [20:00] GitHub49 (GitHub49@192.30.252.34) left #scummvm. [20:02] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) left irc: Ping timeout: 248 seconds [20:04] Joefish_ (~Joefish@p200300764F1AB7001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Ping timeout: 246 seconds [20:06] twitch.tv/gogcom Star-Trek: Judgment Rites with Arvan Eleron :-) [20:36] _sev (~sev@scummvm/undead/sev) joined #scummvm. [20:36] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [20:50] girafe (~girafe@92.184.96.100) left irc: Read error: Connection reset by peer [20:56] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 248 seconds [20:58] ccawley2011 (6d93545a@gateway/web/freenode/ip.109.147.84.90) left irc: Ping timeout: 260 seconds [21:00] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) joined #scummvm. [21:00] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [21:06] t0by (~t0by@unaffiliated/t0by) left irc: Ping timeout: 248 seconds [21:11] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [21:11] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [21:11] ny00123 (~ny00123@2a02:ed0:43ba:b00::2) left irc: Quit: Leaving [21:15] t0by (~t0by@unaffiliated/t0by) left irc: Read error: Connection reset by peer [21:16] PSA: Knack 2 is currently free on New Zealand PSN [21:17] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [21:24] ccawley2011 (6d92586f@gateway/web/freenode/ip.109.146.88.111) joined #scummvm. [21:30] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [21:32] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [21:36] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Quit: Leaving [21:37] chadj (~chadj@cpe-72-131-101-95.wi.res.rr.com) left irc: Quit: Out! [21:38] chadj (~chadj@cpe-72-131-101-95.wi.res.rr.com) joined #scummvm. [21:49] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) left irc: Quit: tre dans le vent, une ambition de feuille morte. [22:13] _sev (~sev@scummvm/undead/sev) left irc: Ping timeout: 255 seconds [22:31] SylvainTV (~SylvainTV@LFbn-LIL-1-765-139.w81-254.abo.wanadoo.fr) left irc: Ping timeout: 240 seconds [22:32] 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] GitHub29 (~GitHub29@192.30.252.41) joined #scummvm. [22:43] [scummvm] ccawley2011 opened pull request #1013: IMAGE: Support rendering Indeo videos at 15bpp (master...15bit-indeo) https://git.io/v52le [22:43] GitHub29 (GitHub29@192.30.252.41) left #scummvm. [22:46] SylvainTV (~SylvainTV@LFbn-LIL-1-593-180.w81-254.abo.wanadoo.fr) joined #scummvm. [22:46] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [22:50] dafioram (~dafioram@pool-71-121-237-223.bltmmd.fios.verizon.net) joined #scummvm. [23:00] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) left irc: Quit: criezy [23:00] good evening [23:01] or good whatever time it happens to be in your part of the world :) [23:01] good now, is i guess what i am saying [23:02] evening [23:02] relevant: https://www.youtube.com/watch?v=rwOI1biZeD8 - either at 42s or at 3:17, depending on your preference [23:05] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Ping timeout: 240 seconds [23:05] logix: interesting style. [23:05] snover: coding or video style? [23:05] video style [23:05] yeah, it's neat [23:06] I think he also has a video where he talks a bit about it [23:10] https://www.youtube.com/watch?v=5Da6ZyQJjE0 - in the first 5 mins he writes a small demo program in c++, and after that he makes the video [23:11] ccawley2011 (6d92586f@gateway/web/freenode/ip.109.146.88.111) left irc: Ping timeout: 260 seconds [23:17] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [23:17] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [23:25] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Ping timeout: 260 seconds [23:26] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) joined #scummvm. [23:26] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [23:35] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [23:35] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [23:47] GitHub7 (~GitHub7@192.30.252.42) joined #scummvm. [23:47] [scummvm] csnover opened pull request #1014: SCI: Omit SysEx delays when sending to MT-32 emulator (master...sci-fast-mt32) https://git.io/v520C [23:47] GitHub7 (GitHub7@192.30.252.42) left #scummvm. [00:00] --- Wed Sep 6 2017