[00:09] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Remote host closed the connection [00:10] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [00:15] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Ping timeout: 268 seconds [00:39] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [00:45] Does C copy structs on assignment? [00:46] Like if I do c = b where both c and b are structs? [00:46] yes [00:49] SylvainTV (~Sylvain@lfbn-lil-1-423-10.w81-49.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [00:56] Hey people, what up? I need to extract the English and Spanish dialogues of Monkey Island 1, but i don't have a clue as to how to use the scummtr tool. Can somebody please help me? [01:14] I need help [01:27] yuv422_ (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) left irc: Ping timeout: 246 seconds [01:37] DominusExult (~dominus@port-92-196-11-63.dynamic.qsc.de) joined #scummvm. [01:37] DominusExult (~dominus@port-92-196-11-63.dynamic.qsc.de) left irc: Changing host [01:37] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [01:42] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 272 seconds [01:42] Nick change: DominusExult -> Dominus [02:00] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) joined #scummvm. [03:05] @SupSuper : I got it done. [03:05] Just copying manually in loops. [03:07] Why does it work if inside a function I define cpp char * function(void) { int mystr[3] = "abc"; return mystr; } [03:07] Why can I still use that string, why is it not deallocated as soon as the cfunction is exited? [03:08] E.g. I can do cpp cout << function() << endl; [03:08] And it prints abc. [03:08] How long does this mystr[3] live in memory? [03:13] it isn't valid. it only "works" because nothing else has overwritten that memory yet [03:16] https://i.imgur.com/i8ymmgS.png [03:29] tsoliman (~tsoliman@scummvm/undead/tsoliman) left irc: Quit: I've been banished! [03:31] Ah ok. So the solution is to use "static char" inside the function, correct? [03:32] To do this correctly so it always works? [03:32] static char str[] = "abc" [03:38] if you want to waste a global var, sure [03:39] these days people use smart strings that automatically manage the buffer lifetime fore you [03:45] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Remote host closed the connection [03:45] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [03:48] ST (~ScottT@2403-5800-5100-e01-2c24-ab20-5365-a5e5.ip6.aussiebb.net) left irc: Read error: Connection reset by peer [03:50] ST (~ScottT@61-245-158-3.3df59e.adl.nbn.aussiebb.net) joined #scummvm. [03:50] #scummvm: mode change '+o ST' by ChanServ!ChanServ@services. [03:50] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) left irc: Ping timeout: 246 seconds [03:50] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Ping timeout: 268 seconds [03:53] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) joined #scummvm. [04:17] [scummvm] bluegr closed pull request #1788: BACKENDS: Rename and simplify AbstractFSNode::create() (master...createDirectory-small) https://git.io/fjHl7 [04:17] [scummvm] bluegr pushed 2 new commits to master: https://git.io/fjQtt [04:17] scummvm/master 66ef50c ccawley2011: BACKENDS: Rename and simplify AbstractFSNode::create() [04:17] scummvm/master db445bf ccawley2011: BACKENDS: Improve AbstractFSNode::createDirectory() stubs [04:18] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [04:28] BeefEats (~BeefEats@unaffiliated/beefeats) left irc: Quit: Bye [04:53] Drenn (~Drenn@bas6-toronto01-70-52-223-40.dsl.bell.ca) left irc: Ping timeout: 244 seconds [05:37] jamm (~jam@unaffiliated/jamm) joined #scummvm. [05:54] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) left irc: Ping timeout: 245 seconds [05:57] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) joined #scummvm. [06:01] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) left irc: Ping timeout: 246 seconds [06:03] yuv422 (~yuv422@119-18-0-84.771200.syd.nbn.aussiebb.net) joined #scummvm. [06:06] is Dreammaster about? [06:06] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Ping timeout: 244 seconds [06:29] whiterandrek (~CVoltage@ppp-109-104-179-20.wildpark.net) joined #scummvm. [06:29] #scummvm: mode change '+o whiterandrek' by ChanServ!ChanServ@services. [06:33] _sev (~sev@scummvm/undead/sev) joined #scummvm. [06:33] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [06:34] criezy: is there any way to get notifications on trac? [06:38] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [06:43] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 245 seconds [06:43] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Ping timeout: 268 seconds [06:49] tsoliman (~tsoliman@scummvm/undead/tsoliman) joined #scummvm. [06:49] #scummvm: mode change '+o tsoliman' by ChanServ!ChanServ@services. [06:53] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [06:59] jamm (~jamm@unaffiliated/jamm) joined #scummvm. [07:11] whiterandrek (~CVoltage@ppp-109-104-179-20.wildpark.net) left irc: Read error: Connection reset by peer [07:28] whiterandrek (~CVoltage@ppp-109-104-179-20.wildpark.net) joined #scummvm. [07:28] #scummvm: mode change '+o whiterandrek' by ChanServ!ChanServ@services. [07:29] LePhilousophe: You can sign to the ScummVM-tracker list on https://lists.scummvm.org to get notified of all new or updated tickets [07:30] Or there is also some notifications options in the user Preferences on trac. [07:32] SupSuper (~SupSuper@openxcom/dev/supsuper) left irc: Quit: Rip [07:37] whiterandrek (~CVoltage@ppp-109-104-179-20.wildpark.net) left irc: Read error: Connection reset by peer [07:39] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Remote host closed the connection [07:45] Cheeseness (~cheesenes@ppp118-208-231-139.bras1.hba2.internode.on.net) joined #scummvm. [08:01] cd (~cd@unaffiliated/cd) left irc: Quit: cd [08:18] criezy yeah I grabbed a RSS :) [09:20] vliaskov (~vliaskov@x4e37d046.dyn.telefonica.de) joined #scummvm. [09:39] borosky (~borosky@095160157148.dynamic-ra-10.vectranet.pl) joined #scummvm. [09:41] borasky (~borosky@095160157148.dynamic-ra-10.vectranet.pl) left irc: Ping timeout: 244 seconds [11:40] jamm (~jamm@unaffiliated/jamm) left irc: Ping timeout: 268 seconds [11:55] jamm (~jam@i121-112-114-90.s42.a013.ap.plala.or.jp) joined #scummvm. [11:55] jamm (~jam@i121-112-114-90.s42.a013.ap.plala.or.jp) left irc: Changing host [11:55] jamm (~jam@unaffiliated/jamm) joined #scummvm. [12:29] jamm (~jam@unaffiliated/jamm) left irc: Remote host closed the connection [12:29] jamm (~jam@i121-112-114-90.s42.a013.ap.plala.or.jp) joined #scummvm. [12:29] jamm (~jam@i121-112-114-90.s42.a013.ap.plala.or.jp) left irc: Changing host [12:29] jamm (~jam@unaffiliated/jamm) joined #scummvm. [13:41] heroux (sandroco@gateway/shell/insomnia247/x-kxodpquqwkshixjg) left irc: Ping timeout: 244 seconds [13:41] jamm (~jam@unaffiliated/jamm) left irc: Remote host closed the connection [13:42] jamm (~jam@unaffiliated/jamm) joined #scummvm. [13:45] Drenn (~Drenn@toroon0717w-lp130-07-70-52-223-40.dsl.bell.ca) joined #scummvm. [14:25] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) joined #scummvm. [14:29] heroux (sandroco@gateway/shell/insomnia247/x-nmfbkwpewrpgnrpj) joined #scummvm. [14:37] _sev (~sev@scummvm/undead/sev) left irc: Ping timeout: 244 seconds [14:46] rsn8887_ (~rsn8887@ip68-97-1-62.ok.ok.cox.net) left irc: Remote host closed the connection [15:33] cd (~cd@unaffiliated/cd) joined #scummvm. [15:34] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [15:52] whiterandrek (~CVoltage@ppp-109-104-179-20.wildpark.net) joined #scummvm. [15:52] #scummvm: mode change '+o whiterandrek' by ChanServ!ChanServ@services. [15:59] gelly (~gelly@2620:0:1a10:7809:e156:80b3:79bf:7982) joined #scummvm. [16:00] P2E_ (~tgz@209.251.45.7) joined #scummvm. [16:01] tehgelly (~gelly@128.146.189.126) joined #scummvm. [16:03] P2E (~tgz@209.251.45.7) left irc: Ping timeout: 248 seconds [16:03] tehgelly (~gelly@128.146.189.126) left irc: Client Quit [16:05] gelly (~gelly@2620:0:1a10:7809:e156:80b3:79bf:7982) left irc: Ping timeout: 276 seconds [16:14] ny00123 (~ny00123@85-250-102-120.bb.netvision.net.il) joined #scummvm. [16:28] P2E (~tgz@209.251.45.7) joined #scummvm. [16:31] P2E_ (~tgz@209.251.45.7) left irc: Ping timeout: 272 seconds [16:52] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 245 seconds [16:55] [scummvm] ccawley2011 opened pull request #1790: PSP: Implement AbstractFSNode::createDirectory() (master...psp-createDirectory) https://git.io/fjQ8U [17:00] ajax16384 (~User@109.60.130.33) joined #scummvm. [17:00] ny00123 (~ny00123@85-250-102-120.bb.netvision.net.il) left irc: Read error: Connection reset by peer [17:00] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [17:00] ny00123 (~ny00123@85-250-102-120.bb.netvision.net.il) joined #scummvm. [17:01] [scummvm] aviloria opened pull request #1791: TSAGE: Add detection for Spanish ringworld2 translation (master...patch-1) https://git.io/fjQ8L [17:30] SylvainTV (~Sylvain@lfbn-lil-1-423-10.w81-49.abo.wanadoo.fr) joined #scummvm. [17:30] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [17:31] whom can I ask some questions about building ScummVM for android? [17:36] Tkachov: I might be able to help. [17:36] I'll PM you in discord then? [17:37] OK, sure. [17:38] [scummvm] aviloria opened pull request #1792: WINTERMUTE: Fix detection for Chinese reversion2 (master...patch-2) https://git.io/fjQ8y [18:12] rsn8887_ (~rsn8887@ip-129-15-64-229.wireless-pat.ou.edu) joined #scummvm. [18:29] rsn8887_ (~rsn8887@ip-129-15-64-229.wireless-pat.ou.edu) left irc: Ping timeout: 245 seconds [18:56] [scummvm] somaen closed pull request #1792: WINTERMUTE: Fix detection for Chinese reversion2 (master...patch-2) https://git.io/fjQ8y [18:56] [scummvm] somaen pushed 1 new commits to master: https://git.io/fjQBT [18:56] scummvm/master e293ef0 aviloria: WINTERMUTE: Fix detection for Chinese reversion2 [18:57] Lightkey (~Darklock@p200300F693D1230822CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 264 seconds [19:09] Lightkey (~Darklock@p200300F693D1234222CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [19:18] delacroix (~delacroix@2a02:810c:640:e00:381a:b1ff:fe38:b6b8) left irc: Quit: ZNC - http://znc.in [19:18] delacroix (~delacroix@2a02:810c:640:e00:381a:b1ff:fe38:b6b8) joined #scummvm. [19:25] delacroix (~delacroix@2a02:810c:640:e00:381a:b1ff:fe38:b6b8) left irc: Quit: ZNC - http://znc.in [19:30] delacroix (~delacroix@2a02:810c:640:e00:381a:b1ff:fe38:b6b8) joined #scummvm. [20:05] _sev (~sev@scummvm/undead/sev) joined #scummvm. [20:05] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [20:12] Strangerke (~Strangerk@cust-208-39-111-94.dyn.as47377.net) joined #scummvm. [20:12] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [20:12] hi guys [20:18] JohnnyonFlame (~quassel@179.222.243.167) left irc: Read error: Connection reset by peer [20:39] JohnnyonFlame (~quassel@179.222.243.167) joined #scummvm. [20:50] whiterandrek (~CVoltage@ppp-109-104-179-20.wildpark.net) left irc: Ping timeout: 246 seconds [20:50] ajax16384 (~User@109.60.130.33) left irc: Read error: Connection reset by peer [21:06] hi [21:07] hey Deledrius [21:50] DJWillis (~djwillis@cpc123798-trow7-2-0-cust28.18-1.cable.virginm.net) left irc: Read error: Connection reset by peer [21:52] criezy (~criezy@host109-146-210-82.range109-146.btcentralplus.com) joined #scummvm. [21:52] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [21:52] balrog (~balrog@unaffiliated/balrog) left irc: Quit: Bye [21:56] balrog (~balrog@unaffiliated/balrog) joined #scummvm. [22:17] vliaskov (~vliaskov@x4e37d046.dyn.telefonica.de) left irc: Remote host closed the connection [22:58] criezy (~criezy@host109-146-210-82.range109-146.btcentralplus.com) left irc: Quit: criezy [22:58] ny00123 (~ny00123@85-250-102-120.bb.netvision.net.il) left irc: Quit: Leaving [23:00] ny00123 (~ny00123@85-250-102-120.bb.netvision.net.il) joined #scummvm. [23:35] ST1 (~ScottT@2403-5800-5100-e01-893d-7585-3080-a71f.ip6.aussiebb.net) joined #scummvm. [23:35] ST (~ScottT@61-245-158-3.3df59e.adl.nbn.aussiebb.net) left irc: Disconnected by services [00:00] --- Wed Aug 7 2019