[00:21] vliaskov (~vliaskov@x4dbf979a.dyn.telefonica.de) left irc: Ping timeout: 260 seconds [00:31] Does Griffon legend playable in SCUMMVM? [00:33] there is an engine called griffon, but i dunno about playable [00:39] waltervn (~waltervn@scummvm/undead/waltervn) left irc: Quit: Leaving [00:47] JohnnyonFlame (~quassel@187.3.224.235) left irc: Read error: Connection reset by peer [00:49] [scummvm] sluicebox pushed 2 new commits to master: https://git.io/JvfJK [00:49] scummvm/master 172bc97 sluicebox: SCI: Ignore incorrectly detected volume version [00:49] scummvm/master 64517fd sluicebox: SCI: Fix SQ1VGA Russian class names [00:57] [scummvm] sluicebox pushed 3 new commits to branch-2-1: https://git.io/JvfJH [00:57] scummvm/branch-2-1 24ceca5 sluicebox: SCI: Ignore incorrectly detected volume version [00:57] scummvm/branch-2-1 c6ae342 sluicebox: SCI: Fix SQ1VGA Russian class names [00:57] scummvm/branch-2-1 ea409c1 sluicebox: NEWS: Update SCI with SQ1VGA Russian support [01:06] Asterisk (~asterisk@unaffiliated/asterisk) left irc: Ping timeout: 250 seconds [01:08] Asterisk (~asterisk@unaffiliated/asterisk) joined #scummvm. [01:21] Strangerke_ (~Strangerk@cust-208-39-111-94.dyn.as47377.net) joined #scummvm. [01:25] Strangerke (~Strangerk@cust-208-39-111-94.dyn.as47377.net) left irc: Ping timeout: 268 seconds [01:25] Nick change: Strangerke_ -> Strangerke [01:36] it's very much WIP [01:58] JohnnyonFlame (~quassel@187.3.224.235) joined #scummvm. [02:30] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [02:30] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [02:38] DominusExult (~dominus@port-92-194-23-29.dynamic.as20676.net) joined #scummvm. [02:38] DominusExult (~dominus@port-92-194-23-29.dynamic.as20676.net) left irc: Changing host [02:38] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [02:42] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 265 seconds [02:42] Nick change: DominusExult -> Dominus [03:26] [scummvm] moralrecordings pushed 2 new commits to master: https://git.io/JvfkJ [03:27] scummvm/master c565847 moralrecordings: DIRECTOR: LINGO: Allow b_length to cast from reference [03:27] scummvm/master b31d5ac moralrecordings: DIRECTOR: Align fill patterns to global origin [03:34] Minor question about the HorrorSoft games: Is there a better way to manage Amiga version saves, other than having to remember what you named your savefile as? [04:40] [scummvm] moralrecordings pushed 2 new commits to master: https://git.io/Jvfkd [04:40] scummvm/master 56aa8f3 moralrecordings: GRAPHICS: Fix arguments order in drawRect [04:40] scummvm/master ff6e864 moralrecordings: DIRECTOR: Seperate render pass for shape fill and stroke [05:07] SylvainTV (~Sylvain@lfbn-lil-1-491-186.w81-49.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [05:07] SylvainTV (~Sylvain@lfbn-lil-1-491-186.w81-49.abo.wanadoo.fr) joined #scummvm. [05:07] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [05:11] ST (~ScottT@2403-5800-5100-e01-94a5-12a6-75bb-9915.ip6.aussiebb.net) joined #scummvm. [05:11] #scummvm: mode change '+o ST' by ChanServ!ChanServ@services. [05:56] Begasus (~begasus@ptr-4qba4e9ffamboc90a10.18120a2.ip6.access.telenet.be) joined #scummvm. [06:05] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) left irc: [06:27] holdsworth (~quassel@unaffiliated/holdsworth) joined #scummvm. [06:27] holdsworth_ (~quassel@unaffiliated/holdsworth) left irc: Ping timeout: 250 seconds [06:27] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) left irc: Ping timeout: 250 seconds [06:27] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) joined #scummvm. [07:03] Bunjiro (~ulf@78-70-94-16-no295.tbcn.telia.com) joined #scummvm. [07:04] Hello [07:04] I am trying to compile scummvm for my 3DS XL (not New 3DS XL) [07:04] I've followed the instructions at https://github.com/scummvm/scummvm/tree/master/backends/platform/3ds [07:05] When I run make, I get the following errors [07:05] make [07:05] C++ backends/platform/3ds/main.o [07:05] : error: expected identifier before numeric constant [07:05] backends/platform/3ds/osystem.h:40:11: note: in expansion of macro '_3DS' [07:05] 40 | namespace _3DS { [07:05] | ^~~~ [07:05] : error: expected unqualified-id before numeric constant [07:05] backends/platform/3ds/osystem.h:40:11: note: in expansion of macro '_3DS' [07:05] 40 | namespace _3DS { [07:05] | ^~~~ [07:05] backends/platform/3ds/main.cpp: In function 'int main(int, char**)': [07:05] : error: expected type-specifier before numeric constant [07:05] backends/platform/3ds/main.cpp:45:17: note: in expansion of macro '_3DS' [07:05] 45 | g_system = new _3DS::OSystem_3DS(); [07:05] | ^~~~ [07:05] make: *** [Makefile.common:122: backends/platform/3ds/main.o] Error 1 [07:05] I'm not super experienced with C++, so I'm not sure what the issue is... have searched for solutions, but not really getting anything. I'm not clear, is it interpreting the namespace name "_3DS" as a macro? [07:07] I'm not certain but it looks like there's a macro named "__3DS__", but that shouldn't interfere with a namespace named "_3DS"... should it? [07:08] Bunjiro: the 3dsvars.sh script from devkitpro defines _3DS in CPPFLAGS. Edit the file to remove it and reset your environment variables. [07:09] aaaaaaaaaah, thanks [07:09] we should probably fix ScummVM to avoid the conflict [07:09] Didn't think to check those scripts [07:09] Yeah, that'd be very appreciated :) [07:10] The 3DS instructions say to do it in a fresh terminal [07:11] But then you're missing lots of other stuff like the path to the compiler, $PORTLIBS_PREFIX, etc [07:39] SylvainTV (~Sylvain@lfbn-lil-1-491-186.w81-49.abo.wanadoo.fr) left irc: Ping timeout: 258 seconds [07:46] ajax16384 (~User@109.60.130.33) joined #scummvm. [07:46] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [07:53] ny00123 (~ny00123@5.102.239.60) joined #scummvm. [07:55] Begasus (~begasus@ptr-4qba4e9ffamboc90a10.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 246 seconds [08:05] @sev Running valgrind makes Griffon lag a lot. Is there any way to optimize it? Like using gpu Or something? [08:07] Begasus (~begasus@ptr-4qba4e9ffamboc90a10.18120a2.ip6.access.telenet.be) joined #scummvm. [08:14] Yay, it compiled! Thank you so much for the very fast help, bgK! :) [08:44] jamm (~jam@unaffiliated/jamm) joined #scummvm. [08:57] girafe (~girafe@lfbn-gre-1-225-202.w90-112.abo.wanadoo.fr) joined #scummvm. [09:19] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [09:21] _sev (~sev@scummvm/undead/sev) joined #scummvm. [09:21] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [09:23] @HarshBawari of course not. this is completely normal to lag. read what valgrind does [09:23] using GPU... [09:41] @necros The Griffon Legend is completable in ScummVM. The only remaining problem is that the final boss is very difficult to beat due to problems with moving [09:41] and only enhancement which is left to do is Return to Launcher [09:42] @Mataniko not so much WIP anymore [09:43] @HarshBawari and if you have problems with navigating through menu for loading the save, then just load it from the command line [09:45] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [09:46] Ok [09:53] _sev (~sev@scummvm/undead/sev) joined #scummvm. [09:53] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [09:58] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [10:31] What's the command to load from command line? [11:01] please read the documentation [11:01] way too much handholding is not very pleasant [11:07] criezy (~criezy@host86-176-45-34.range86-176.btcentralplus.com) joined #scummvm. [11:07] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [11:08] [scummvm] sev- pushed 1 new commits to master: https://git.io/JvfYR [11:08] scummvm/master 75015e0 sev-: DIRECTOR: Fix loaded cast references [11:15] waltervn (~waltervn@scummvm/undead/waltervn) joined #scummvm. [11:15] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [11:19] [scummvm] bluegr pushed 28 new commits to branch-2-1: https://git.io/JvfYo [11:19] scummvm/branch-2-1 007bf99 stewi2: IOS7: enable home indicator auto-hide on iPhone X and up [11:19] scummvm/branch-2-1 a150cea bgK: NETWORKING: Improve libcurl error handling [11:19] scummvm/branch-2-1 4642538 ccawley2011: BACKENDS: Fix using fillScreen in non-paletted screen modes [11:21] SylvainTV (~Sylvain@lfbn-lil-1-491-186.w81-49.abo.wanadoo.fr) joined #scummvm. [11:21] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [12:21] @sev I think I solved it [12:21] I got into the final boss room [12:21] [scummvm] bluegr pushed 1 new commits to master: https://git.io/JvfO8 [12:21] scummvm/master 89e4242 bluegr: NEWS: Add changes for version 2.1.1 from the 2.1 branch [12:30] Also the crash is solved too [12:41] antlarr (~quassel@9.red-81-44-53.dynamicip.rima-tde.net) left irc: Quit: bye! [12:42] antlarr (~quassel@9.red-81-44-53.dynamicip.rima-tde.net) joined #scummvm. [12:45] [scummvm] harshbawari opened pull request #1996: Fix final boss is sluggish and crash issue (master...final-boss-sluggish) https://git.io/JvfOH [13:03] Port build status changed with b2b3b9a9: Failure: stable-3ds [13:12] @HarshBawari it is not about getting into the room, but about speed of movement there [13:13] it is close to impossible to go around the boss, and he kills you very fast. you just cannot escape [13:14] Oh yes, but remember I told you that the game crashed whenever I loaded the map? Then you asked to solve it first [13:14] Now I'm working on the final boss [13:16] Sorry, I wrote fixed final boss is sluggish in commit [13:17] I see [13:27] ajax16384 (~User@109.60.130.33) joined #scummvm. [13:27] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [14:08] Lightkey (~Darklock@p200300F693C0483922CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 248 seconds [14:21] Lightkey (~Darklock@p200300F693C0488822CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [14:24] Axy (~Mia@unaffiliated/mia) left irc: Ping timeout: 268 seconds [15:30] [scummvm] moralrecordings pushed 1 new commits to master: https://git.io/JvfGd [15:30] scummvm/master 91f7d85 moralrecordings: DIRECTOR: Add V4 builtin palettes, support for loading the movie default [15:32] [scummvm] bluegr closed pull request #1995: WINTERMUTE: Add detection for Hor game (master...wme_hor) https://git.io/Jvv2S [15:32] [scummvm] bluegr pushed 1 new commits to master: https://git.io/JvfGN [15:32] scummvm/master 395f707 lolbot-iichan: WINTERMUTE: Add detection for Hor game [15:33] [scummvm] bluegr closed pull request #1994: COMMON: Refactor the Windows resource classes. (master...winresources) https://git.io/JepgB [15:33] [scummvm] bluegr pushed 8 new commits to master: https://git.io/JvfGj [15:33] scummvm/master 948c555 ccawley2011: ALL: Create all instances of NEResources and PEResources using new instead of on the stack [15:33] scummvm/master b8e94e1 ccawley2011: COMMON: Rename PEResources::getNameList() to getIDList() [15:33] scummvm/master 46056ab ccawley2011: ENGINES: Reduce winexe_*.h header includes [15:35] [scummvm] bluegr closed pull request #1996: Fix final boss is sluggish and crash issue (master...final-boss-sluggish) https://git.io/JvfOH [15:35] [scummvm] bluegr pushed 1 new commits to master: https://git.io/JvfZU [15:35] scummvm/master 6bf14cf harshbawari: GRIFFON: Fix slugginess in final boss and a crash when loading the Griffon.s03 map [15:44] Mia (~Mia@176.88.103.4) joined #scummvm. [15:44] Mia (~Mia@176.88.103.4) left irc: Changing host [15:44] Mia (~Mia@unaffiliated/mia) joined #scummvm. [15:46] Axy (~Mia@195.142.166.22) joined #scummvm. [15:46] Axy (~Mia@195.142.166.22) left irc: Changing host [15:46] Axy (~Mia@unaffiliated/mia) joined #scummvm. [15:49] Mia (~Mia@unaffiliated/mia) left irc: Ping timeout: 240 seconds [15:51] Bunjiro (~ulf@78-70-94-16-no295.tbcn.telia.com) left irc: Ping timeout: 240 seconds [15:53] Bunjiro (~ulf@78-70-94-16-no295.tbcn.telia.com) joined #scummvm. [16:02] [scummvm] bluegr closed pull request #1891: ANDROID: Hide the system mouse cursor on Android N (master...android-hide-mouse) https://git.io/Je8u7 [16:02] [scummvm] bluegr pushed 1 new commits to master: https://git.io/JvfZ6 [16:02] scummvm/master 97c3ac5 ccawley2011: ANDROID: Hide the system mouse cursor on Android N [16:04] [scummvm] bluegr closed pull request #1319: WINTERMUTE: Wintermute subengine for FoxTail game (master...wme_foxtail) https://git.io/fAYLk [16:04] [scummvm] bluegr pushed 24 new commits to master: https://git.io/JvfZP [16:04] scummvm/master a2f25f3 lolbot-iichan: WINTERMUTE: Add FoxTail subengine [16:04] scummvm/master 665136b lolbot-iichan: WINTERMUTE: Add FoxTail engine versions to WMETargetExecutable enum [16:04] scummvm/master 771dd20 lolbot-iichan: WINTERMUTE: Add FoxTail detection tables [16:14] [scummvm] bluegr pushed 2 new commits to branch-2-1: https://git.io/JvfZ9 [16:15] scummvm/branch-2-1 86f1d09 digitall: CRUISE: Fix Missing Default Switch Cases [16:15] scummvm/branch-2-1 a56fa40 digitall: CRUISE: Correct Parameter Sanity Checks in Several Functions [16:20] travis-ci (~travis-ci@ec2-3-87-229-174.compute-1.amazonaws.com) joined #scummvm. [16:20] scummvm/scummvm#11507 (master - 97c3ac5 : Cameron Cawley): The build passed. [16:20] Change view : https://github.com/scummvm/scummvm/compare/6bf14cf5477f...97c3ac5c2c92 [16:20] Build details : https://travis-ci.org/scummvm/scummvm/builds/635708694 [16:20] travis-ci (travis-ci@ec2-3-87-229-174.compute-1.amazonaws.com) left #scummvm. [16:31] travis-ci (~travis-ci@ec2-52-90-84-95.compute-1.amazonaws.com) joined #scummvm. [16:31] scummvm/scummvm#11508 (master - 720aea5 : lolbot-iichan): The build passed. [16:31] Change view : https://github.com/scummvm/scummvm/compare/97c3ac5c2c92...720aea5960b7 [16:31] Build details : https://travis-ci.org/scummvm/scummvm/builds/635709351 [16:31] travis-ci (travis-ci@ec2-52-90-84-95.compute-1.amazonaws.com) left #scummvm. [16:38] SylvainTV (~Sylvain@lfbn-lil-1-491-186.w81-49.abo.wanadoo.fr) left irc: Ping timeout: 268 seconds [16:38] SylvainTV (~Sylvain@lfbn-lil-1-491-186.w81-49.abo.wanadoo.fr) joined #scummvm. [16:38] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [16:43] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [16:45] DrMcCoy (~drmccoy@xoreos/drmccoy) left irc: Disconnected by services [16:45] DrMcCoy (~drmccoy@xoreos/drmccoy) joined #scummvm. [16:45] #scummvm: mode change '+o DrMcCoy' by ChanServ!ChanServ@services. [16:51] timofonic (~timofonic@unaffiliated/timofonic) left irc: Ping timeout: 265 seconds [16:52] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [17:16] ldevulder__ (~ldevulder@176.177.118.34) joined #scummvm. [17:19] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 268 seconds [17:19] ldevulder_ (~ldevulder@176.167.2.112) left irc: Ping timeout: 268 seconds [17:32] Begasus (~begasus@ptr-4qba4e9ffamboc90a10.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [17:43] Begasus (~Begas_@d54C05BEA.access.telenet.be) joined #scummvm. [17:54] Begasus (~Begas_@d54C05BEA.access.telenet.be) left irc: Read error: No route to host [17:57] Begasus (~begasus@ptr-4qba4e9nzqxi0winio6.18120a2.ip6.access.telenet.be) joined #scummvm. [18:01] Bunjiro (~ulf@78-70-94-16-no295.tbcn.telia.com) left irc: Quit: Lost terminal [18:25] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [18:33] [scummvm] harshbawari opened pull request #1997: GRIFFON ENGINE: Fix final boss is sluggish (master...final-boss-sluggish) https://git.io/JvfC2 [18:37] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [18:37] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [18:37] [scummvm] dreammaster pushed 1 new commits to master: https://git.io/JvfCK [18:39] scummvm/master 5893672 dreammaster: XEEN: Mine Alpha fix needed to apply to non-CD version as well [18:39] [scummvm] dreammaster pushed 1 new commits to branch-2-1: https://git.io/JvfCP [18:39] scummvm/branch-2-1 430b872 dreammaster: XEEN: Mine Alpha fix needed to apply to non-CD version as well [18:43] timofonic (~timofonic@unaffiliated/timofonic) left irc: Ping timeout: 265 seconds [18:45] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [18:54] timofonic (~timofonic@unaffiliated/timofonic) left irc: Ping timeout: 265 seconds [19:15] Begasus (~begasus@ptr-4qba4e9nzqxi0winio6.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [19:17] Strangerke_ (~Strangerk@cust-208-39-111-94.dyn.as47377.net) joined #scummvm. [19:20] Strangerke (~Strangerk@cust-208-39-111-94.dyn.as47377.net) left irc: Read error: Connection reset by peer [19:20] Nick change: Strangerke_ -> Strangerke [19:21] dhewg (~dhewg@adiza.nexticom.net) left irc: Ping timeout: 265 seconds [19:21] dhewg (~dhewg@adiza.nexticom.net) joined #scummvm. [19:21] #scummvm: mode change '+o dhewg' by ChanServ!ChanServ@services. [19:24] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) left irc: Ping timeout: 268 seconds [19:26] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) joined #scummvm. [19:27] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) joined #scummvm. [20:19] cd (~cd@unaffiliated/cd) joined #scummvm. [20:26] [scummvm] athrxx pushed 2 new commits to master: https://git.io/Jvfl7 [20:26] scummvm/master dbec5ad athrxx: KYRA: (LOK) - fix possible invalid memory access [20:26] scummvm/master 9f070d0 athrxx: KYRA: (HOF) - fix speech glitch (bug #11309) [20:28] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) left irc: Ping timeout: 258 seconds [20:35] [scummvm] athrxx pushed 2 new commits to branch-2-1: https://git.io/Jvflh [20:35] scummvm/branch-2-1 85a136b athrxx: KYRA: (LOK) - fix possible invalid memory access [20:35] scummvm/branch-2-1 521aaf6 athrxx: KYRA: (HOF) - fix speech glitch (bug #11309) [20:44] criezy (~criezy@host86-176-45-34.range86-176.btcentralplus.com) left irc: Quit: criezy [20:51] mlk (~mlk@85.191.222.213) left irc: Quit: The Lounge - https://thelounge.chat [21:37] [scummvm] lotharsm pushed 1 new commits to branch-2-1: https://git.io/Jvf46 [21:37] scummvm/branch-2-1 024c5f8 lotharsm: NEWS: Update German NEWS file [21:49] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [21:49] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [21:50] Will ScummVM run on Windows 98 SE? [21:50] yes, we have a binary for 2.1.0 [21:51] check out https://www.scummvm.org/downloads/#stable [21:52] Oh, thank you! [22:03] It works! What a miracle 😄 Don't know why I did it but still [22:03] https://cdn.discordapp.com/attachments/581224061091446795/665677289564012557/2.png [22:06] 🙂 [22:11] i don't recall that theme [22:11] This is classic theme [22:20] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) left irc: Remote host closed the connection [22:20] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) joined #scummvm. [22:23] ajcgc (~ajcgcja@031011128226.dynamic-zab-03.vectranet.pl) left irc: Client Quit [22:45] ny00123 (~ny00123@5.102.239.60) left irc: Quit: Leaving [22:55] [scummvm] ccawley2011 pushed 2 new commits to branch-2-1: https://git.io/JvfR3 [22:56] waltervn (~waltervn@scummvm/undead/waltervn) left irc: Quit: Leaving [23:06] Deledrius (~Deledrius@68.118.138.186) left irc: Read error: Connection reset by peer [23:07] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 252 seconds [23:08] Port build status changed with 53ed0823: Success: stable-motomagx, stable-3ds, stable-motoezx. Nice work, all ports built fine now [23:12] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [23:39] Deledrius (~Deledrius@68.118.138.186) joined #scummvm. [23:44] Lightkey (~Darklock@p200300F693C0488822CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 248 seconds [00:00] --- Sun Jan 12 2020