[00:00] its weird, i thought the Linux compiler wouldn't like commas at the end of enums too [00:00] or maybe that one only adds warnings [00:32] SylvainTV (~SylvainTV@LFbn-1-6090-118.w90-110.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [00:41] lskovlun (~lars@0x3ec6abc4.inet.dsl.telianet.dk) joined #scummvm. [00:42] #scummvm: mode change '+o lskovlun' by ChanServ!ChanServ@services. [00:49] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [00:51] man. i had forgotten how utterly campy these FMV games were [01:00] snover: are you still looking at Phant1? [01:00] lskovlun: yep! [01:00] well, switching between phant1 and gk2 [01:01] I saw the confusion about the two instances of fire [01:01] well, there is a fire object in both room 3200 and room 4200 [01:01] the latter is controlled by the sUpTheStairs script [01:01] (and other exit scripts) [01:02] so the exit script might be the right place to look for clues [01:05] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) left irc: Read error: Connection reset by peer [01:07] fire seems to get disposed, and one of the things that happens in that case is that plane is set to zero& [01:09] its conditional, so could maybe be a bug with :contains [01:11] yes, or maybe its disposal is to avoid some problem in the original interp [01:11] the script does the same thing with libDoor right after [01:12] lets see if kList subop 15 looks same& [01:12] it doesn't? since our lists are different [01:12] sorry, i meant 'sane' :) [01:15] no, the funny thing is that the cast list only contains ego after those dispose calls [01:15] as expected [01:15] but then fire::doit gets called somehow nonetheless [01:16] it shouldn't, because fire has been removed from the list. :/ [01:16] ah, so the kUpdateScreenItem call itself is bad. [01:16] yes [01:17] so if anything inside kList is at fault, I'd put my money on EachElementDo... [01:18] // We get the next node here as the current node might be gone after the invoke hmm. [01:19] not the case here, the fire node got removed earlier [01:20] Vampire0 (~Vampire@jEdit/Vampire) left irc: Ping timeout: 258 seconds [01:20] you can do bpx sUpTheStairs::changeState [01:20] then run until it hits state 2 [01:21] that's where the fatal list traversal takes place [01:21] yeah, i am breakpointed there now and looking at things [01:22] fire seems to be the only thing in the list [01:30] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Ping timeout: 252 seconds [01:30] no sorry, these items are indeed removed while inside kList [01:31] (the thing where I said "not the case here") [01:31] I was misreading the backtrace [01:31] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [01:32] perhaps the problem is that more than one node disappears from inside the list [01:32] s/list/invocation/ [01:32] which is the case here (three views are disposed) [01:33] https://zetafleet.com/i/57a68fdd5db6f.jpg carpets on fire. :~) [01:33] :-) [01:34] she should go and call for help then. is this before or after Don cuts off the phone? [01:35] spoilers! [01:35] yeah, sorry [01:35] :) [01:36] jammm (~jam@27.58.20.88) joined #scummvm. [01:36] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [01:40] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 250 seconds [01:40] im too tired to do this any more tonight, but please let me know if you find something profound [01:40] Dominus (~dominus@88-117-76-133.adsl.highway.telekom.at) joined #scummvm. [01:40] Dominus (~dominus@88-117-76-133.adsl.highway.telekom.at) left irc: Changing host [01:40] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [01:41] jammmm (~jam@27.58.20.88) joined #scummvm. [01:41] jammm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [01:45] jammmm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [01:45] jamm (~jam@unaffiliated/jamm) joined #scummvm. [01:55] GitHub80 (~GitHub80@192.30.252.45) joined #scummvm. [01:55] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v63an [01:55] scummvm/master 87b4c8a Paul Gilbert: TITANIC: Added more sound manager functionality [01:55] GitHub80 (GitHub80@192.30.252.45) left #scummvm. [02:16] snover: yep, my diagnosis seems to be correct [02:16] calling gc after the disposals elicits a different error message [02:17] Attempt to use invalid or discarded reference 0017:0043 as list node! [02:17] well thats unpleasant. [02:17] indeed [02:18] at least now we know where the trouble starts. [02:18] there is already code in there to handle the case where only one node is removed [02:19] I can't see how to generalise it [02:36] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 265 seconds [02:37] jamm (~jam@unaffiliated/jamm) joined #scummvm. [02:37] seems that ssci holds a small stack of next nodes for each time EachElementDo is called or something [02:45] I found a workaround [02:45] but it still requires gc_interval = 1 [02:45] we can force a gc at a suitable spot I guess [02:50] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) left irc: [02:57] thanks for helping to track down this problem. i need to go now but ill check logs in the morning [02:57] snover (~Adium@unaffiliated/snover) left irc: Quit: Leaving. [03:02] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [03:02] jamm (~jam@unaffiliated/jamm) joined #scummvm. [03:08] jammm (~jam@27.58.20.88) joined #scummvm. [03:08] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [03:11] Mia (~Mia@92.45.183.31) joined #scummvm. [03:11] Mia (~Mia@92.45.183.31) left irc: Changing host [03:11] Mia (~Mia@unaffiliated/mia) joined #scummvm. [03:24] lskovlun (~lars@0x3ec6abc4.inet.dsl.telianet.dk) left irc: Remote host closed the connection [03:35] jammm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [03:35] jamm (~jam@unaffiliated/jamm) joined #scummvm. [04:03] Polynomial-C (~Poly-C@gentoo/developer/Polynomial-C) joined #scummvm. [04:04] Poly-C (~Poly-C@gentoo/developer/Polynomial-C) left irc: Ping timeout: 244 seconds [04:18] jammm (~jam@27.58.20.88) joined #scummvm. [04:19] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [04:22] jammmm (~jam@27.58.20.88) joined #scummvm. [04:22] jammm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [04:26] ced117_ (~ced117@ghost.ced117.net) left irc: Ping timeout: 250 seconds [04:28] ced117_ (~ced117@AStrasbourg-552-1-10-49.w92-130.abo.wanadoo.fr) joined #scummvm. [05:16] jammmm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [05:17] jammmm (~jam@27.58.20.88) joined #scummvm. [05:31] GitHub97 (~GitHub97@192.30.252.46) joined #scummvm. [05:31] [scummvm] sev- pushed 2 new commits to master: https://git.io/v636k [05:31] scummvm/master e63460b Eugene Sandulenko: JANITORIAL: Compactify a bit built-in palette [05:31] scummvm/master 3864f31 Eugene Sandulenko: DIRECTOR: Lingo: Added 'play' and 'play done' command stubs [05:31] GitHub97 (GitHub97@192.30.252.46) left #scummvm. [06:18] jammmm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [06:19] jamm (~jam@unaffiliated/jamm) joined #scummvm. [06:35] ced117_ (~ced117@AStrasbourg-552-1-10-49.w92-130.abo.wanadoo.fr) left irc: Ping timeout: 258 seconds [06:36] ced117_ (~ced117@AStrasbourg-552-1-10-49.w92-130.abo.wanadoo.fr) joined #scummvm. [06:42] ced117_ (~ced117@AStrasbourg-552-1-10-49.w92-130.abo.wanadoo.fr) left irc: Ping timeout: 264 seconds [06:43] ced117_ (~ced117@ghost.ced117.net) joined #scummvm. [06:46] blorente (55db2134@gateway/web/cgi-irc/kiwiirc.com/ip.85.219.33.52) joined #scummvm. [06:46] #scummvm: mode change '+v blorente' by ChanServ!ChanServ@services. [06:51] waltervn (~waltervn@213.143.50.118) joined #scummvm. [06:51] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [06:51] morning [07:30] hi walter [07:31] jammm (~jam@27.58.20.88) joined #scummvm. [07:31] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [07:37] jammmm (~jam@27.58.20.88) joined #scummvm. [07:37] jammm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [07:45] jammm (~jam@27.58.20.88) joined #scummvm. [07:45] jammmm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [07:53] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) joined #scummvm. [07:55] jammm (~jam@27.58.20.88) left irc: Read error: Connection reset by peer [07:55] jamm (~jam@unaffiliated/jamm) joined #scummvm. [08:05] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) left irc: Quit: My Mac has gone to sleep. ZZZzzz& [08:19] WooShell (~Markus@ipbcc0701d.dynamic.kabel-deutschland.de) joined #scummvm. [08:23] good meowning =^.^= [08:24] meow [08:25] showing my chiptune synthesizer to people today [08:26] this will either go very well or very poorly [08:29] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) joined #scummvm. [08:52] [vEX] (~vex@h95n22-spaa-a12.ias.bredband.telia.com) left irc: Ping timeout: 244 seconds [08:54] [vEX] (~vex@h95n22-spaa-a12.ias.bredband.telia.com) joined #scummvm. [08:57] blorente (55db2134@gateway/web/cgi-irc/kiwiirc.com/ip.85.219.33.52) left irc: Quit: http://www.kiwiirc.com/ - A hand crafted IRC client [08:57] blorente (55db2134@gateway/web/cgi-irc/kiwiirc.com/ip.85.219.33.52) joined #scummvm. [08:57] #scummvm: mode change '+v blorente' by ChanServ!ChanServ@services. [09:06] hi blorente [09:06] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [09:06] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [09:06] hi guys [09:08] hello :) [09:10] jammm (~jam@27.58.31.20) joined #scummvm. [09:10] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [09:11] Lightkey (~jonas@p200300764C08985622CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 250 seconds [09:17] hi Strangerke [09:24] Lightkey (~jonas@p200300764C08987522CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [09:26] ajax16384 (~User@ip33.net130.n37.ru) joined #scummvm. [09:26] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [09:28] oh... seems that github isn't counting the Streaks anymore [09:35] hola [09:36] hola wanwan [09:37] hola wanwan [09:37] any news on Quux? :P [09:38] :) [09:43] it's on github [09:44] but not yet scummvm-ready [09:45] m_kiewitz (~m_kiewitz@x4d03d02b.dyn.telefonica.de) joined #scummvm. [09:45] m_kiewitz (~m_kiewitz@x4d03d02b.dyn.telefonica.de) left irc: Changing host [09:45] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) joined #scummvm. [09:45] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services. [09:48] Cruel` (~cruel@173-169-129-195.res.bhn.net) left irc: Quit: Leaving [09:55] wanwan link? [10:03] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) joined #scummvm. [10:21] here https://github.com/Retro-Junk/scummvm/tree/cryo [10:29] rootfather (57bbb0bc@gateway/web/freenode/ip.87.187.176.188) left irc: Ping timeout: 250 seconds [10:37] waltervn (~waltervn@213.143.50.118) left irc: Ping timeout: 258 seconds [10:42] waltervn (~waltervn@213.143.50.118) joined #scummvm. [10:42] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [10:47] GitHub116 (~GitHub116@192.30.252.45) joined #scummvm. [10:47] [scummvm] rootfather opened pull request #802: TITANIC: Add detection entry for German version (master...titanic-DEtection) https://git.io/v6398 [10:47] GitHub116 (GitHub116@192.30.252.45) left #scummvm. [10:47] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) left irc: Read error: Connection reset by peer [10:48] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) joined #scummvm. [10:49] blorente (55db2134@gateway/web/cgi-irc/kiwiirc.com/ip.85.219.33.52) left irc: Quit: http://www.kiwiirc.com/ - A hand crafted IRC client [10:51] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) left irc: Read error: Connection reset by peer [10:59] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) joined #scummvm. [11:00] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) left irc: Read error: Connection reset by peer [11:01] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) joined #scummvm. [11:21] SylvainTV (~SylvainTV@LFbn-1-6090-118.w90-110.abo.wanadoo.fr) joined #scummvm. [11:21] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [11:38] jammm (~jam@27.58.31.20) left irc: Read error: Connection reset by peer [11:38] Begasus (~Begas_@d54c3c8c2.access.telenet.be) joined #scummvm. [11:38] jammm (~jam@27.58.31.20) joined #scummvm. [11:42] K4T (~nima@193-0-192-199.via.zamek.net.pl) joined #scummvm. [11:58] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) left irc: Remote host closed the connection [12:01] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) joined #scummvm. [12:15] Begasus (~Begas_@d54c3c8c2.access.telenet.be) left irc: Read error: Connection reset by peer [12:15] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) left irc: Quit: My Mac has gone to sleep. ZZZzzz& [12:22] Begasus (~Begas_@d54C3C8C2.access.telenet.be) joined #scummvm. [12:30] jammm (~jam@27.58.31.20) left irc: Quit: Leaving [12:30] jamm (~jam@unaffiliated/jamm) joined #scummvm. [12:40] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [13:00] digitall (~digitall@cpc3-hitc7-2-0-cust674.9-2.cable.virginm.net) joined #scummvm. [13:00] #scummvm: mode change '+o digitall' by ChanServ!ChanServ@services. [13:01] digitall (digitall@cpc3-hitc7-2-0-cust674.9-2.cable.virginm.net) left #scummvm. [13:47] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) joined #scummvm. [13:47] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [13:49] GitHub189 (~GitHub189@192.30.252.45) joined #scummvm. [13:49] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v63Fc [13:49] scummvm/master 3c9d724 Paul Gilbert: TITANIC: Added sound methods to CGameObject [13:49] GitHub189 (GitHub189@192.30.252.45) left #scummvm. [13:52] GitHub27 (~GitHub27@192.30.252.46) joined #scummvm. [13:52] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v63Fg [13:52] scummvm/master ef2dda7 Paul Gilbert: TITANIC: Add German detection, but disabled for now [13:52] GitHub27 (GitHub27@192.30.252.46) left #scummvm. [13:55] GitHub162 (~GitHub162@192.30.252.46) joined #scummvm. [13:55] [scummvm] dreammaster closed pull request #802: TITANIC: Add detection entry for German version (master...titanic-DEtection) https://git.io/v6398 [13:55] GitHub162 (GitHub162@192.30.252.46) left #scummvm. [13:55] waltervn_ (~waltervn@213.143.50.40) joined #scummvm. [13:55] #scummvm: mode change '+o waltervn_' by ChanServ!ChanServ@services. [13:56] waltervn (~waltervn@213.143.50.118) left irc: Ping timeout: 258 seconds [14:03] snover (~Adium@unaffiliated/snover) joined #scummvm. [14:03] #scummvm: mode change '+o snover' by ChanServ!ChanServ@services. [14:03] waltervn_ (~waltervn@213.143.50.40) left irc: Read error: Connection reset by peer [14:08] jammm (~jam@27.58.31.20) joined #scummvm. [14:08] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [14:48] K4T (~nima@193-0-192-199.via.zamek.net.pl) left irc: [14:48] K4T (~nima@193-0-192-199.via.zamek.net.pl) joined #scummvm. [14:51] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 240 seconds [14:53] Dominus (~dominus@194-118-170-48.adsl.highway.telekom.at) joined #scummvm. [14:53] Dominus (~dominus@194-118-170-48.adsl.highway.telekom.at) left irc: Changing host [14:53] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [14:59] blorente (55db2134@gateway/web/cgi-irc/kiwiirc.com/ip.85.219.33.52) joined #scummvm. [14:59] #scummvm: mode change '+v blorente' by ChanServ!ChanServ@services. [15:03] jammm (~jam@27.58.31.20) left irc: Quit: Leaving [15:04] jamm (~jam@unaffiliated/jamm) joined #scummvm. [15:05] K4T (~nima@193-0-192-199.via.zamek.net.pl) left irc: [15:07] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [15:09] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 250 seconds [15:09] Nick change: Strangerke_ -> Strangerke [15:10] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) joined #scummvm. [15:16] waltervn_ (~waltervn@213.143.50.118) joined #scummvm. [15:16] #scummvm: mode change '+o waltervn_' by ChanServ!ChanServ@services. [15:16] Nick change: waltervn_ -> waltervn [15:16] 39 C over here... pff [15:18] waltervn... ??? [15:18] 0_o [15:18] You're in your oven! Get out! [15:21] It's 40 in MAdrid too [15:21] Or it was a couple of days ago [15:21] I'm in Vigo right now [15:22] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) left irc: Quit: My Mac has gone to sleep. ZZZzzz& [15:22] waltervn: could you explain me why you decided to go to a place where chicken lay hard eggs, despite you don't like high temperatures? :) [15:25] My wife wants to visit her family, so I come here at least once a year [15:29] Welcome to the coldest part of this small frying pan of a peninsula :) [15:30] Thank you. I've been coming here for almost 20 years though, so it's practically a 2nd home by now ;) [15:34] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [15:34] jamm (~jam@unaffiliated/jamm) joined #scummvm. [15:45] ny00123 (~ny00123@89-138-103-178.bb.netvision.net.il) joined #scummvm. [15:45] GitHub170 (~GitHub170@192.30.252.34) joined #scummvm. [15:45] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v63jU [15:45] scummvm/master da0669b Paul Gilbert: TITANIC: Add getNewRandomNumber to CGameObject [15:45] GitHub170 (GitHub170@192.30.252.34) left #scummvm. [15:55] ajax16384 (~User@ip33.net130.n37.ru) left irc: Read error: Connection reset by peer [16:11] Cruel` (~cruel@173-169-129-195.res.bhn.net) joined #scummvm. [16:26] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) left irc: Read error: Connection reset by peer [16:27] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) joined #scummvm. [16:35] Harekiet (~harekiet@kittens.harekiet.com) left irc: Ping timeout: 258 seconds [16:42] Harekiet (~harekiet@kittens.harekiet.com) joined #scummvm. [16:58] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) left irc: [17:02] Nick change: Begasus -> Begas_afk [17:34] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) joined #scummvm. [17:34] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [18:12] omer_mor (omer.mor@46-117-132-33.bb.netvision.net.il) joined #scummvm. [18:15] WooShell (~Markus@ipbcc0701d.dynamic.kabel-deutschland.de) left irc: Ping timeout: 250 seconds [18:22] dreammaster (~dreammast@c-73-167-118-204.hsd1.ma.comcast.net) joined #scummvm. [18:22] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [18:57] K4T (~nima@193-0-192-199.via.zamek.net.pl) joined #scummvm. [19:22] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [19:23] jamm (~jam@unaffiliated/jamm) joined #scummvm. [19:45] blorente (55db2134@gateway/web/cgi-irc/kiwiirc.com/ip.85.219.33.52) left irc: Quit: http://www.kiwiirc.com/ - A hand crafted IRC client [19:47] WooShell (~Markus@ipbcc0701d.dynamic.kabel-deutschland.de) joined #scummvm. [19:47] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 244 seconds [19:48] ny00123 (~ny00123@89-138-103-178.bb.netvision.net.il) left irc: Quit: Leaving [19:49] Dominus (~dominus@91-115-166-7.adsl.highway.telekom.at) joined #scummvm. [19:49] Dominus (~dominus@91-115-166-7.adsl.highway.telekom.at) left irc: Changing host [19:49] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [19:53] Gentle (~tier@quassel/contributors/gentle) left irc: Ping timeout: 258 seconds [19:55] omer_mor (omer.mor@46-117-132-33.bb.netvision.net.il) left irc: Read error: Connection reset by peer [20:02] Gentle (~tier@quassel/contributors/gentle) joined #scummvm. [20:15] Begas_afk (~Begas_@d54C3C8C2.access.telenet.be) left irc: Quit: Vision[0.9.7-H-20140108]: i've been blurred! [20:22] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) joined #scummvm. [20:27] Guest19 (~textual@93-32-68-206.ip32.fastwebnet.it) left irc: Client Quit [20:33] GitHub18 (~GitHub18@192.30.252.42) joined #scummvm. [20:33] [scummvm] sev- pushed 4 new commits to master: https://git.io/v6sYg [20:33] scummvm/master 7e2c77f Eugene Sandulenko: DIRECTOR: Lingo: Extended go to/play test [20:33] scummvm/master 8467a3c Eugene Sandulenko: DIRECTOR: Lingo: Fixed line counting on error and multiple consequtive newlines [20:33] scummvm/master 8b5a6ad Eugene Sandulenko: DIRECTOR: Lingo: Fixed string parsing [20:33] GitHub18 (GitHub18@192.30.252.42) left #scummvm. [21:03] Elder Scrolls II: Daggerfall is at least currently available for free [21:03] http://www.elderscrolls.com/daggerfall/ [21:16] frankyboy_ (~franky@ppp109-252-152-90.pppoe.spdop.ru) left irc: Remote host closed the connection [21:25] it's still too expensive :P [21:33] Littleboy (~littleboy@c-71-233-131-7.hsd1.ma.comcast.net) left irc: Read error: Connection reset by peer [21:33] jammm (~jam@27.58.34.31) joined #scummvm. [21:34] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 240 seconds [21:42] 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. [22:20] criezy (~criezy@host86-175-213-239.range86-175.btcentralplus.com) left irc: Quit: criezy [22:31] jammm (~jam@27.58.34.31) left irc: Ping timeout: 244 seconds [22:36] Sir_Burpalot (Shloosh@gateway/shell/fnordserver.eu/x-sfsdbooyajlzkhwr) joined #scummvm. [22:36] Hey, everyone. [22:36] G'day [22:36] Does anyone happen to know how I can rip the PC Speaker intro music from Monkey Island 1? [22:36] And by ripping it, I don't just mean recording the audio. [22:38] I need something like a list of notes being played, along with their frequencies and durations. [22:38] jamm (~jam@unaffiliated/jamm) joined #scummvm. [22:47] 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:50] waltervn (~waltervn@213.143.50.118) left irc: Ping timeout: 264 seconds [22:56] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [22:57] jamm (~jam@unaffiliated/jamm) joined #scummvm. [23:04] GitHub10 (~GitHub10@192.30.252.45) joined #scummvm. [23:04] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v6sc4 [23:04] scummvm/master 8b6ac03 Paul Gilbert: TITANIC: Start of music player class [23:04] GitHub10 (GitHub10@192.30.252.45) left #scummvm. [23:04] dreammaster: seeing all these commits every day makes me want to go pull out my copy of ST :) [23:07] Heh :) [23:07] It's getting there, but stil some way left to go, so there's no rusoh [23:10] thats how i feel about sci32. [23:11] Understandable. [23:12] But at least we're making progress on both fronts [23:13] yes! [23:24] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [23:24] jamm (~jam@unaffiliated/jamm) joined #scummvm. [23:32] jammm (~jam@27.58.34.31) joined #scummvm. [23:33] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [23:34] jammm (~jam@27.58.34.31) left irc: Client Quit [23:34] jamm (~jam@unaffiliated/jamm) joined #scummvm. [23:41] SylvainTV (~SylvainTV@LFbn-1-6090-118.w90-110.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [23:45] almost none of these resource manager apis make sense :\ [23:46] weve got map numbers that represent RESMAP.00x files and map numbers that represent audio .MAP resources and volume numbers which sometimes seem to be used as priority numbers [23:46] jammm (~jam@27.58.34.31) joined #scummvm. [23:47] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 258 seconds [23:52] t0by (~t0by@95.236.245.21) left irc: Ping timeout: 260 seconds [23:54] in one place there is a check to see if volume number is 65535, not quite sure how this makes sense unless the idea is that patch files have a volume number equal to their map number which seems rather crazy thing to do [00:00] seems like its probably a bug& [00:00] --- Mon Aug 8 2016