[00:14] Cruel` (~cruel@65-33-179-238.res.bhn.net) joined #scummvm. [00:16] waltervn (~waltervn@82-171-142-149.ip.telfort.nl) left irc: Quit: Leaving [00:21] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [00:53] GitHub158 (~GitHub158@192.30.252.40) joined #scummvm. [00:53] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqtZ [00:53] scummvm/master d9d10d9 Paul Gilbert: TITANIC: Implement timed changes in volume like the original does [00:53] GitHub158 (GitHub158@192.30.252.40) left #scummvm. [01:13] Detention (~detention@cpe-65-184-226-16.ec.res.rr.com) joined #scummvm. [01:15] i have a question... so, the CD versions of SCI Sierra games, i.e. King's Quest V have their own alternate MIDI soundtrack. i assume it's impossible to emulate the MT-32 using the CD version w/ voiceovers? [01:15] just wondering if the DOS floppy versions have to be used in order to properly emulate MT-32 [01:16] GitHub148 (~GitHub148@192.30.252.42) joined #scummvm. [01:16] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqqM [01:16] scummvm/master c6dd30c Paul Gilbert: TITANIC: Fix infinite loop in CViewItem findLink [01:16] GitHub148 (GitHub148@192.30.252.42) left #scummvm. [01:23] Detention: unless there is something exceptional about that release that i dont know about, you should be able to use MT-32 music with digital sound effects & speech [01:30] well, status window says "WARNING: A Windows CD version with an alternate MIDI sounddtrack has been chosen but no MIDI music device has been selected. Reverting to DOS soundtrack!" [01:30] but then there's a lot of missing music [01:30] jammm (~jam@106.221.156.200) joined #scummvm. [01:30] and the MT-32 soundtrack is missing [01:31] i think only the floppy version will do the true MT-32 emulation because the CD version has a mono recording of the MT-32 soundtrack, [01:31] i was just curious and thought i'd ask if anybody here knew. [01:31] Detention: did you select a midi music device? [01:32] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 240 seconds [01:33] ScummVM's built-in MT-32 emulator actually isn't an option in the MIDI tab [01:33] i mean, i think that's why there's the separate MT-32 tab [01:33] because you disable general midi and go with the MT-32 emulator [01:34] it's strange though, i can't get Munt running separately to pick work properly either [01:34] works with dosbox, but not scummvm [01:34] but of course that's why Munt was integrated in the first place [01:34] please wait a moment. [01:36] er, it was integrated for convenience so it wouldn't have to be run separately. i'll shut up now [01:36] heh [01:37] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 244 seconds [01:38] Dominus (~dominus@91-115-49-222.adsl.highway.telekom.at) joined #scummvm. [01:38] Dominus (~dominus@91-115-49-222.adsl.highway.telekom.at) left irc: Changing host [01:38] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [01:40] _sev: fyi network backend has broken xcode project builds, linker complains of duplicate symbols __ZN10Networking7Browser7openUrlERKN6Common6StringE in openurl-default.o and openurl-osx.o. ill try to figure out what is going on now but maybe you can fix it faster [01:46] Detention: choose dos version, override global audio settings music device to MT-32, ensure text and speech is set to 'speech' or 'both' [01:49] _sev: seems that just openurl-default.cpp and openurl-posix.cpp need to be excluded from the build targets [01:49] aha!! [01:49] that's perfect, snover [01:50] goooood call. thanks! [01:50] Vampire0_ (~Vampire@jEdit/Vampire) joined #scummvm. [01:53] GitHub89 (~GitHub89@192.30.252.34) joined #scummvm. [01:53] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqYo [01:53] scummvm/master 6c1e812 Paul Gilbert: TITANIC: Fix ship crashing multiple times [01:53] GitHub89 (GitHub89@192.30.252.34) left #scummvm. [01:54] Vampire0 (~Vampire@jEdit/Vampire) left irc: Ping timeout: 265 seconds [01:59] dreammaster: i dunno about that last commit, the game sounds more fun if theres more than one ship crash :~) [02:00] Trust me.. considering the amount of conversation code I'll have to debug just to be able to say yes, I'll probably end up with the bulk of the landing disabled for a while :) [02:00] but just imagine the starship titanic crashing *into* the starship titanic [02:00] i think ive come up with a great idea for a sequel. [02:01] I suspect I'll encounter all too many crashes as I go [02:02] my brain is really enjoying *way* too much how meta this all is. [02:10] Well, I've at least got the Doorbot appearing. Now I just need to debug the talking code to figure out why he's not talking. [02:10] Plus, the game then crashes on one of the special avi files, z404.avi, the contains the single frame image for the photograph inventory item. [02:10] z404: photo not found [02:12] they sure used AVIs in interesting ways [02:13] media stream 0, RGB24; media stream 1, RLE coded alpha channel [02:13] Indeed. Though for cursors at least, it kind of made sense, since the AVI could be used as a convenient container, and the existing code be reused. The photograph AVI doesn't look like it has multiple frames though [02:14] it seems to have two frames [02:14] That's probably the problem then, it's going into MSRLEDecoder::decode8 to try and decode it [02:14] Hmmm.. no, the _bitsPerPixel is 8. [02:15] https://zetafleet.com/i/57c8e0a8c398b.jpg heres what i see just dumping it into vlc [02:15] https://zetafleet.com/i/57c8e0c95118e.jpg and the second frame [02:16] Agreed; I'd already played the video in Media Player Classic, so I know it's a valid AVI at least [02:18] Height and width values look okay within the decode8 method [02:18] GitHub172 (~GitHub172@192.30.252.40) joined #scummvm. [02:18] [scummvm] csnover opened pull request #822: CREATE_PROJECT: Fix networking backend file targets in Xcode (master...apple-network-browser) https://git.io/viq3I [02:18] GitHub172 (GitHub172@192.30.252.40) left #scummvm. [02:20] Hmmm.. I think I have an understanding. The x and y matches the width and height when the invalid count/value is read that moves beyond the end of the file. [02:21] So it's likely like the previous fix I had to do, with some AVIs having garbage at the end of the root block, so the total filesize had to be respected. In this case, it needs to respect x and y, and abort decoding the frame when they're reached. Let me just try it [02:25] Ah. Slight refinement.. y was equal to height - 1. So I guess in this case, it simply needs a guard against seeking beyond the end of the stream. [02:29] dreammaster: which ones had garbage, do you know offhand? [02:31] Not off the top of my head, but if you're interested, you could undo the changes from commit 62f2763bf794dfb711fd48e32d7c2162bdb5aed8 and see when it crashes [02:33] fortunately that commit has the answer in the commit message :) [02:33] GitHub166 (~GitHub166@192.30.252.42) joined #scummvm. [02:33] [scummvm] dreammaster pushed 2 new commits to master: https://git.io/viq3p [02:33] scummvm/master 636f033 Paul Gilbert: TITANIC: Add room script field initialization [02:33] scummvm/master 23718d1 Paul Gilbert: IMAGE: Fix decoding Starship Titanic video file z404.avi [02:33] GitHub166 (GitHub166@192.30.252.42) left #scummvm. [02:34] hmm. ffmpeg doesnt seem to think there are any problems with the file. [02:34] That did the trick. Now the portrait is shown, but it lacks transparency. This is likely one of the special cases that uses the avi video names to specify transparency type [02:34] are you sure the garbage is not the second video stream? [02:35] No; the seek amount it's trying for is 251 bytes, and that just represents a little way beyond the end of the stream. We've got an explicit assert in our stream seek that throws an assert in that case. [02:40] Plus, as I said, the x == width, and y == (height - 1) ie. it had finished writing all the pixels. So really, there was no need for there to be a nother count=0/value=251 pair. It could have just ended the stream at that point. [02:53] GitHub3 (~GitHub3@192.30.252.46) joined #scummvm. [02:53] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqsS [02:53] scummvm/master 82e0ad7 Paul Gilbert: TITANIC: Fix compiler warnings [02:53] GitHub3 (GitHub3@192.30.252.46) left #scummvm. [02:59] snover (~Adium@unaffiliated/snover) left irc: Quit: Leaving. [03:14] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) left irc: [03:51] exmensa (~exmensa@74-44-33-123.dr01.lmrs.ia.frontiernet.net) left irc: Ping timeout: 240 seconds [03:52] exmensa (~exmensa@74-44-33-123.dr01.lmrs.ia.frontiernet.net) joined #scummvm. [04:02] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) joined #scummvm. [04:03] Poly-C (~Poly-C@gentoo/developer/Polynomial-C) left irc: Ping timeout: 244 seconds [05:24] OGadmin (~broosky@178235040163.dynamic-ww-05.vectranet.pl) joined #scummvm. [05:27] borosky (~broosky@178235040163.dynamic-ww-05.vectranet.pl) left irc: Ping timeout: 265 seconds [05:41] GitHub155 (~GitHub155@192.30.252.40) joined #scummvm. [05:41] [scummvm-web] OmerMor opened pull request #60: Update credits.xml (master...patch-6) https://git.io/viq8t [05:41] GitHub155 (GitHub155@192.30.252.40) left #scummvm. [05:43] ny00123 (~ny00123@217.132.60.19) joined #scummvm. [05:50] _sev (~sev@scummvm/undead/sev) left irc: Ping timeout: 265 seconds [06:05] _sev (~sev@92.110.93.218) joined #scummvm. [06:05] _sev (~sev@92.110.93.218) left irc: Changing host [06:05] _sev (~sev@scummvm/undead/sev) joined #scummvm. [06:05] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [06:12] waltervn (~waltervn@82-171-142-149.ip.telfort.nl) joined #scummvm. [06:12] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [06:13] morning [06:15] FreeTHX (~freethx@5.51.235.218) left irc: Quit: leaving [06:16] aren't we lacking a layer of abstraction around SDL_net and libcurl? To allow backends to provide native implementations for network access when those libraries are not practical. [06:18] On the PS3, the posix socket API upon which SDL_net relies is buggy. My current plan is to patch SDL_net to use the native PS3 network API. But what about non SDL based ports? [06:52] NuSuey (uid3556@gateway/web/irccloud.com/x-lttjlubqpahscmbz) joined #scummvm. [07:04] ajax16384 (~User@109.60.130.33) joined #scummvm. [07:04] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [07:37] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) joined #scummvm. [07:37] hi guys [07:48] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) joined #scummvm. [07:48] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services. [07:51] GitHub135 (~GitHub135@192.30.252.34) joined #scummvm. [07:51] [scummvm] sev- pushed 2 new commits to master: https://git.io/viqzg [07:51] scummvm/master 18af5ea Eugene Sandulenko: DIRECTOR: Initial code for Lingo keyboard handling [07:51] scummvm/master bb2168f Eugene Sandulenko: DIRECTOR: Lingo: Fixed c_whencode and added debug output [07:51] GitHub135 (GitHub135@192.30.252.34) left #scummvm. [07:52] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [07:52] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [08:04] ced117 (~ced117@opensuse/member/ced117) left irc: Ping timeout: 265 seconds [08:05] Cruel` (~cruel@65-33-179-238.res.bhn.net) left irc: Quit: Leaving [08:16] cable_ (~cable@33.138.117.91.dynamic.reverse-mundo-r.com) left irc: Ping timeout: 264 seconds [08:17] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [08:26] Mellified_Man (~Mellified@eddie.mellified.com) left irc: Remote host closed the connection [08:33] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Ping timeout: 244 seconds [09:01] Lightkey (~jonas@p200300764C08981822CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 250 seconds [09:02] _sev|work (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [09:02] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [09:02] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [09:09] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [09:14] Lightkey (~jonas@p200300764C08980922CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [09:15] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [09:27] Nick change: Vampire0_ -> Vampire0 [09:31] jammmm (~jam@106.221.150.144) joined #scummvm. [09:31] jammm (~jam@106.221.156.200) left irc: Read error: Connection reset by peer [09:59] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [10:02] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 265 seconds [10:02] Nick change: Strangerke_ -> Strangerke [10:20] t0by (~t0by@host235-30-dynamic.20-79-r.retail.telecomitalia.it) joined #scummvm. [10:20] #scummvm: mode change '+v t0by' by ChanServ!ChanServ@services. [10:40] |Cable| (~cable@33.138.117.91.dynamic.reverse-mundo-r.com) joined #scummvm. [11:07] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) got netsplit. [11:07] Detention (~detention@cpe-65-184-226-16.ec.res.rr.com) got netsplit. [11:07] fuzzie (fuzzie@twinsen.zall.org) got netsplit. [11:07] ScummBot (~ScummBot@vm2.scummvm.org) got netsplit. [11:07] echelog-1 (~echelog-1@108.61.103.42) got netsplit. [11:09] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) returned to #scummvm. [11:09] Detention (~detention@cpe-65-184-226-16.ec.res.rr.com) returned to #scummvm. [11:09] fuzzie (fuzzie@twinsen.zall.org) returned to #scummvm. [11:09] ScummBot (~ScummBot@vm2.scummvm.org) returned to #scummvm. [11:09] echelog-1 (~echelog-1@108.61.103.42) returned to #scummvm. [11:49] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) joined #scummvm. [11:49] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [11:55] GitHub93 (~GitHub93@192.30.252.40) joined #scummvm. [11:55] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqdE [11:55] scummvm/master 0f30caf Paul Gilbert: TITANIC: Minor fix and cleanup for NPC talking startup [11:55] GitHub93 (GitHub93@192.30.252.40) left #scummvm. [12:08] GitHub2 (~GitHub2@192.30.252.45) joined #scummvm. [12:08] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viqFo [12:08] scummvm/master 1e9e6d9 Paul Gilbert: TITANIC: Fix default return of TTnpcScript::handleQuote [12:08] GitHub2 (GitHub2@192.30.252.45) left #scummvm. [12:13] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) left irc: [12:37] ruskie (ruskie@sourcemage/mage/ruskie) left irc: Excess Flood [12:52] demonimin (~demonimin@unaffiliated/demonimin) joined #scummvm. [12:53] ruskie (ruskie@sourcemage/mage/ruskie) joined #scummvm. [13:12] uruk-hai (~Peter@catv-89-133-22-244.catv.broadband.hu) joined #scummvm. [13:12] #scummvm: mode change '+o uruk-hai' by ChanServ!ChanServ@services. [13:45] thesquib (~thesquib@squib.co.nz) left irc: Ping timeout: 240 seconds [13:47] thesquib (~thesquib@squib.co.nz) joined #scummvm. [13:52] dang i missed dreammaster again... [13:57] how broken is youtube RSS support? I'm getting the same videos over and over again. Just now I'm getting videos from february 2016 again :/ [13:58] m_kiewitz: may I ask him something in your name? [13:59] you are talking with him again on chat? :P [13:59] nah, don't bother. I guess he's at work. can wait [13:59] yep he's at work, on slack :) [13:59] and me too :P [14:00] i was at work, that's why i missed him :P [14:03] WooShell (~Markus@ipbcc071f7.dynamic.kabel-deutschland.de) joined #scummvm. [14:16] snover (~Adium@unaffiliated/snover) joined #scummvm. [14:16] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [14:24] GitHub8 (~GitHub8@192.30.252.45) joined #scummvm. [14:24] [scummvm] OmerMor opened pull request #823: Update credits.pl (master...patch-1) https://git.io/vimtA [14:24] GitHub8 (GitHub8@192.30.252.45) left #scummvm. [14:25] GitHub8 (~GitHub8@192.30.252.40) joined #scummvm. [14:25] [scummvm-web] OmerMor closed pull request #60: Update credits.xml (master...patch-6) https://git.io/viq8t [14:25] GitHub8 (GitHub8@192.30.252.40) left #scummvm. [14:27] _sev: I think you're missing credit to sergm, a Munt developer. [14:27] He's the most active dev there [14:27] Full name: Sergey V. Mikayev [14:28] You mention the other 2 munt devs, so I guess you should mention him as well. [14:29] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [14:32] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Read error: Connection reset by peer [14:35] uruk_hai (~Peter@catv-89-133-22-244.catv.broadband.hu) joined #scummvm. [14:35] #scummvm: mode change '+o uruk_hai' by ChanServ!ChanServ@services. [14:35] omer_mor_: Russian? [14:35] kurtwr2 (~kurtwr@c-73-12-209-100.hsd1.ca.comcast.net) left irc: [14:37] possibly [14:37] His full name can be found here: https://github.com/munt/munt/tree/master/mt32emu [14:37] This is his github page: https://github.com/sergm [14:38] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [14:39] uruk-hai (~Peter@catv-89-133-22-244.catv.broadband.hu) left irc: Ping timeout: 250 seconds [14:40] maybe we should change it to Munt developers in general [14:45] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) joined #scummvm. [14:45] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [14:53] uruk_hai (~Peter@catv-89-133-22-244.catv.broadband.hu) left irc: Ping timeout: 250 seconds [15:14] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [15:22] uruk_hai (~Peter@catv-89-133-22-244.catv.broadband.hu) joined #scummvm. [15:22] #scummvm: mode change '+o uruk_hai' by ChanServ!ChanServ@services. [15:24] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [15:24] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [15:26] _sev|work (~sev@scummvm/undead/sev) left irc: Client Quit [15:26] jammmm (~jam@106.221.150.144) left irc: Read error: Connection reset by peer [15:26] GitHub91 (~GitHub91@192.30.252.46) joined #scummvm. [15:26] [scummvm] sev- pushed 3 new commits to master: https://git.io/vimcj [15:26] scummvm/master 3f8eab1 Eugene Sandulenko: DIRECTOR: Lingo: Implement in-place macro calling [15:26] scummvm/master ed41bba Eugene Sandulenko: DIRECTOR: Lingo: Fix c_when() execution [15:26] scummvm/master fce9e49 Eugene Sandulenko: DIRECTOR: Added basic keycode mapping [15:26] GitHub91 (GitHub91@192.30.252.46) left #scummvm. [15:27] jammmm (~jam@106.221.156.249) joined #scummvm. [15:32] Cruel` (~cruel@65-33-179-238.res.bhn.net) joined #scummvm. [15:43] <_sev> m_kiewitz: definitely Russian from Russia [15:43] <_sev> m_kiewitz: only them use middle paternal names widely [16:00] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) left irc: Quit: Bbl [16:07] WinterGrascph (~WinterGra@catv-178-48-146-216.catv.broadband.hu) joined #scummvm. [16:07] #scummvm: mode change '+v WinterGrascph' by ChanServ!ChanServ@services. [16:07] kurtwr (~kurtwr@c-73-12-209-100.hsd1.ca.comcast.net) joined #scummvm. [16:15] uruk_hai (~Peter@catv-89-133-22-244.catv.broadband.hu) left irc: Quit: Leaving [16:15] uruk-hai (~Peter@catv-89-133-22-244.catv.broadband.hu) joined #scummvm. [16:15] #scummvm: mode change '+o uruk-hai' by ChanServ!ChanServ@services. [16:21] Nice: https://github.com/peterkohaut/bladerunnermodelviewer [17:01] Mellified_Man (~Mellified@eddie.mellified.com) joined #scummvm. [17:15] Harekiet (~harekiet@kittens.harekiet.com) left irc: Remote host closed the connection [17:15] Harekiet (~harekiet@kittens.harekiet.com) joined #scummvm. [17:48] rootfather (57bbb0bc@gateway/web/freenode/ip.87.187.176.188) joined #scummvm. [17:48] #scummvm: mode change '+o rootfather' by ChanServ!ChanServ@services. [17:59] Red Letter Media: re:View: Blair Witch Project https://www.youtube.com/watch?v=nCjbevNlLXE [18:08] uruk-hai (~Peter@catv-89-133-22-244.catv.broadband.hu) left irc: Quit: Leaving [18:53] frankyboy_ (~franky@ppp46-138-39-197.pppoe.spdop.ru) joined #scummvm. [19:07] rootfather (57bbb0bc@gateway/web/freenode/ip.87.187.176.188) left irc: Quit: Page closed [19:11] criezy (~criezy@host86-175-211-233.range86-175.btcentralplus.com) joined #scummvm. [19:11] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [19:15] sirlemonhead (~bduncan22@86-45-247-211-dynamic.agg2.ddm.bbh-prp.eircom.net) joined #scummvm. [19:37] Nick change: OGadmin -> borosky [20:16] WinterGrascph (~WinterGra@catv-178-48-146-216.catv.broadband.hu) left irc: Quit: Leaving [20:17] Harekiet (~harekiet@kittens.harekiet.com) left irc: Read error: Connection reset by peer [20:27] Harekiet (~harekiet@kittens.harekiet.com) joined #scummvm. [20:28] Harekiet (~harekiet@kittens.harekiet.com) left irc: Remote host closed the connection [20:31] Harekiet (~harekiet@kittens.harekiet.com) joined #scummvm. [20:56] ny00123 (~ny00123@217.132.60.19) left irc: Quit: Leaving [21:13] Satyricon (~satyricon@static-ip-69-64-50-156.inaddr.ip-pool.com) left irc: Ping timeout: 244 seconds [21:15] Satyricon (~satyricon@static-ip-69-64-50-156.inaddr.ip-pool.com) joined #scummvm. [21:26] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [21:28] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 250 seconds [21:28] Nick change: Strangerke_ -> Strangerke [21:34] GitHub72 (~GitHub72@192.30.252.45) joined #scummvm. [21:34] [scummvm] sev- pushed 1 new commit to master: https://git.io/viYL1 [21:34] scummvm/master 2bbc186 Omer Mor: Update credits.pl (#823)... [21:34] GitHub72 (GitHub72@192.30.252.45) left #scummvm. [21:34] GitHub55 (~GitHub55@192.30.252.34) joined #scummvm. [21:34] [scummvm] sev- closed pull request #823: Update credits.pl (master...patch-1) https://git.io/vimtA [21:34] GitHub55 (GitHub55@192.30.252.34) left #scummvm. [21:36] GitHub149 (~GitHub149@192.30.252.45) joined #scummvm. [21:36] [scummvm] sev- pushed 1 new commit to master: https://git.io/viYLA [21:36] scummvm/master 3c619d8 Eugene Sandulenko: CREDITS: Regenerate [21:36] GitHub149 (GitHub149@192.30.252.45) left #scummvm. [21:37] GitHub32 (~GitHub32@192.30.252.42) joined #scummvm. [21:37] [scummvm-web] sev- pushed 1 new commit to master: https://github.com/scummvm/scummvm-web/commit/cad72323c6ecf54ba6d09ecf7712184fa42c8166 [21:37] scummvm-web/master cad7232 Eugene Sandulenko: WEB: Sync credits [21:37] GitHub32 (GitHub32@192.30.252.42) left #scummvm. [21:38] GitHub44 (~GitHub44@192.30.252.40) joined #scummvm. [21:38] [scummvm] sev- closed pull request #821: SCUMM: Bugfixes (master...bugfixes) https://git.io/vifeM [21:38] GitHub44 (GitHub44@192.30.252.40) left #scummvm. [21:38] GitHub94 (~GitHub94@192.30.252.41) joined #scummvm. [21:38] [scummvm] sev- pushed 4 new commits to master: https://git.io/viYtm [21:38] scummvm/master 13f810f Ben Castricum: SCUMM: Ignore SetOwnerOf call in specific case, fixes bug #6802 [21:38] scummvm/master b9b96e8 Ben Castricum: SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097 [21:38] scummvm/master 940bb41 Ben Castricum: SCUMM HE: Compensate timers for pauses, fixes bug #6352 [21:38] GitHub94 (GitHub94@192.30.252.41) left #scummvm. [21:39] GitHub28 (~GitHub28@192.30.252.34) joined #scummvm. [21:39] [scummvm] sev- closed pull request #816: GRAPHICS: [GSoC] Fix leaks and bugs in MacGui (master...macgui-fix) https://git.io/v6AZY [21:39] GitHub28 (GitHub28@192.30.252.34) left #scummvm. [21:39] GitHub138 (~GitHub138@192.30.252.34) joined #scummvm. [21:39] [scummvm] sev- pushed 5 new commits to master: https://git.io/viYtC [21:39] scummvm/master 2b6f171 Borja Lorente: GRAPHICS: Fix window closing [21:39] scummvm/master 9444a18 Borja Lorente: GRAPHICS: Fix leak in macgui border loading [21:39] scummvm/master 5bba089 Borja Lorente: GRAPHICS: Fix big leak when blitting macgui borders [21:39] GitHub138 (GitHub138@192.30.252.34) left #scummvm. [21:41] GitHub199 (~GitHub199@192.30.252.45) joined #scummvm. [21:41] [scummvm] sev- closed pull request #820: COMMON: Add Atari 8-bit platform (master...platform-atari8bit) https://git.io/vieBf [21:41] GitHub199 (GitHub199@192.30.252.45) left #scummvm. [21:41] GitHub31 (~GitHub31@192.30.252.40) joined #scummvm. [21:41] [scummvm] sev- pushed 2 new commits to master: https://git.io/viYt2 [21:41] scummvm/master 51360ec Walter van Niftrik: COMMON: Add Atari 8-bit platform [21:41] scummvm/master 029e1c0 Eugene Sandulenko: Merge pull request #820 from waltervn/platform-atari8bit... [21:41] GitHub31 (GitHub31@192.30.252.40) left #scummvm. [21:41] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) joined #scummvm. [21:41] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [21:49] <_sev> blorente: here? [21:52] frankyboy_ (~franky@ppp46-138-39-197.pppoe.spdop.ru) left irc: Remote host closed the connection [21:56] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [21:58] abruanese (~a@45.63.97.181) left irc: Quit: ZNC 1.6.3+deb1 - http://znc.in [21:58] WooShell (~Markus@ipbcc071f7.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. [22:12] abruanese (~a@45.63.97.181) joined #scummvm. [22:13] GitHub122 (~GitHub122@192.30.252.45) joined #scummvm. [22:13] [scummvm] sev- pushed 2 new commits to master: https://git.io/viYOc [22:13] scummvm/master 2d39f75 Eugene Sandulenko: GPH: Attempt to fix OSD [22:13] scummvm/master 6f9583a Eugene Sandulenko: DINGUX: Disable sdl_net and cloud due to the outdated toolchain [22:13] GitHub122 (GitHub122@192.30.252.45) left #scummvm. [22:17] GitHub37 (~GitHub37@192.30.252.41) joined #scummvm. [22:17] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/viYOM [22:17] scummvm/master b1105a6 Paul Gilbert: TITANIC: Fixes to building NPC response chain [22:17] GitHub37 (GitHub37@192.30.252.41) left #scummvm. [22:47] waltervn: you figured out that SDL mouse set problem in SDL2, right? [22:47] i mean rather you found out that it doesn't work when using SDL2, correct? [22:48] I have no idea what you're talking about :) [22:48] some engines set the mouse cursor position [22:48] and i made a system change, so the actual mouse cursor was only affected when it's inside ScummVM's window [22:49] but this doesn't seem to work anymore in SDL2 [22:49] i think you complained about it, but i could be wrong [22:49] doesn't ring any bells [22:49] that system change was made by me in 2010 [22:49] maybe it was someone else? I definitely know that in 2010 you were really annoyed by the mouse cursor being grabbed all the time [22:50] hmm sev just reproduced it in MacOS [22:50] it almost seems that SDL2 doesn't support SDL_APPMOUSEFOCUS, or it's simply broken [22:51] urgh [22:53] I'd only want the mouse cursor to warp when the mouse is grabbed [22:55] grabbed? [22:55] until now it almost warped the mouse cursor when it's inside the windowed ScummVM [22:55] that worked perfectly until now [22:55] s/almost/only [22:55] i need some sleep :P [22:55] the mouse cursor within ScummVM is moved all the time of course [22:56] I'd prefer to have it warped only in grabbed mode [22:56] well it worked like that until now. and where's even the problem? When you play a game and the game sets the mouse cursor sometimes the scripts expect the mouse cursor to be at the new location [22:56] when I'm on my desktop and I have scummvm running in a window. I never want it to move my cursor. Just stating my own preference. [22:56] and some sierra games even close menus when it's not [22:56] GitHub2 (~GitHub2@192.30.252.41) joined #scummvm. [22:56] [scummvm] dreammaster pushed 2 new commits to master: https://git.io/viYZg [22:56] scummvm/master b6e3c18 Paul Gilbert: TITANIC: Fix cahce scan in CDialogueFile::addToCache [22:56] scummvm/master a4d577b Paul Gilbert: TITANIC: Add kSimpleSavesNames to features list [22:56] GitHub2 (GitHub2@192.30.252.41) left #scummvm. [22:57] which means those games wouldn't work properly anymore if we actually did this [22:57] that depends on how the "game" cursor is handled [22:57] not really [22:57] the problem is: when i don't move the actual mouse cursor at all, then the actual mouse cursor stays at the original position [22:58] as soon as you move that slightly, it's officially at the old position which will then cause closing menus and such [22:58] i added some workarounds for such games, so that they work w/ touchscreens or wiimote, but i have no idea if I actually catched them all [22:58] I was thinking mostly about the cases which restrict the area [22:58] and those games were 100% unplayable before [22:59] ah, no. that's something else [22:59] and i think gabriel knight 1 should be patched [22:59] thats really an annoying feature and makes no sense in windowed mode [22:59] i fully agree [22:59] im talking about stuff like larry 5 playing the piano for the player [22:59] I still stand by what I said, nothing should touch my mouse cursor when I'm running windowed scummvm without mouse grabbing [22:59] and quest for glory 3 moving the mouse cursor for some menu and expecting it to be at that position afterwards [23:00] as i said - that will break games [23:00] that's still better than a broken desktop [23:00] and it also makes no sense. it's not like the games set it all the time and when they set it, there is a reason for that [23:00] well, no one complained about now [23:01] and as i said - it was only set, when the mouse cursor is within the ScummVM window [23:01] when it's outside, then that mouse cursor should not be set of course [23:01] doesn't that mean those game-breaking-cases also happen when your cursor is outside the window? [23:02] i mean do you play a game, have your mouse cursor inside the window, but then want to operate the desktop, although the mouse cursor is within the ScummVM window? [23:02] no, the virtual mouse cursor is set all the time [23:02] but of course, in case you move back from outside of the window, then the menu will close [23:02] BUT that normally never happens. Sierra games normally do this a) rarely and b) only when you clicked on some button [23:02] b) means that you actually need to have your cursor inside the window [23:03] still there are games that use it for a funny gimmick, like larry 5 playing the piano [23:03] and if I grabbed the mouse cursor all the time, then yes it would be terribly annoying [23:03] but that scene works perfectly even with your mouse cursor actually being outside of the window [23:03] well until SDL2 of course [23:05] t0by (~t0by@host235-30-dynamic.20-79-r.retail.telecomitalia.it) left irc: Ping timeout: 250 seconds [23:07] i mean we can surely add some option to make it so that the mouse cursor never gets set at all [23:07] but that should be an option and the default should be off (so we would set the cursor pos in case it's inside the window) [23:18] Tkachov (Tkachov@gateway/shell/fnordserver.eu/x-nzmomjrrscncnpaf) left irc: Quit: https://fnordserver.eu [23:19] waltervn (~waltervn@82-171-142-149.ip.telfort.nl) left irc: Quit: Leaving [23:27] jammm (~jam@27.58.61.108) joined #scummvm. [23:30] jammmm (~jam@106.221.156.249) left irc: Ping timeout: 244 seconds [23:32] p1r473 (~p1r473@70.50.117.74) joined #scummvm. [23:39] sirlemonhead (bduncan22@86-45-247-211-dynamic.agg2.ddm.bbh-prp.eircom.net) left #scummvm. [23:43] p1r473 (~p1r473@70.50.117.74) left irc: [23:49] Nick change: CuriosTi1er -> CuriosTiger [00:00] --- Sat Sep 3 2016