[00:23] rootfather_ (~rootfathe@p20030006133F9C05CD54F8709DCE536E.dip0.t-ipconnect.de) joined #scummvm. [00:25] rootfather (~rootfathe@unaffiliated/rootfather) left irc: Ping timeout: 240 seconds [00:44] criezy (~criezy@host109-148-25-44.range109-148.btcentralplus.com) left irc: Quit: criezy [01:14] [scummvm] sluicebox pushed 1 new commits to master: https://git.io/fhhli [01:14] scummvm/master 949b9a0 sluicebox: SCI: Fix SQ4 kernel signature mismatch on Estros [01:29] ccawley2011 (a57853e2@gateway/web/freenode/ip.165.120.83.226) left irc: Quit: Page closed [01:31] Littleboy (~littleboy@pool-71-162-119-10.bstnma.fios.verizon.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [01:59] JohnnyonFlame (~quassel@187.3.227.155) joined #scummvm. [02:00] Nick change: Storm-Streaming -> Storm-AFK [02:04] mwillcock (~mwillcock@88.144.31.36) left irc: [02:06] [scummvm] sluicebox opened pull request #1529: SCI: Fix SQ4 zero gravity blast lockup, bug #10912 (master...sq4zerogravityblastfix) https://git.io/fhh8a [02:23] cd (~none@gateway/tor-sasl/cd) joined #scummvm. [02:38] _athrxx (~athrxx@ipbcc0082c.dynamic.kabel-deutschland.de) left irc: Quit: Leaving [03:12] Solarbaby (~solarbaby@72.67.22.180) joined #scummvm. [03:41] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [03:41] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [04:23] ST (~ScottT@2403-5800-5100-e01-e10a-c38b-3d91-85e9.ip6.aussiebb.net) left irc: Quit: Leaving. [04:43] ST (~ScottT@2403-5800-5100-e01-1cdf-1a4b-3682-a134.ip6.aussiebb.net) joined #scummvm. [04:43] #scummvm: mode change '+o ST' by ChanServ!ChanServ@services. [04:56] SupSuper (~SupSuper@openxcom/dev/supsuper) left irc: Quit: Rip [05:18] Solarbaby (~solarbaby@72.67.22.180) left irc: Remote host closed the connection [05:38] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) left irc: Ping timeout: 244 seconds [06:07] Begasus (~begasus@ptr-4qba4e9mgxtsq1yxjli.18120a2.ip6.access.telenet.be) joined #scummvm. [06:12] Begas_VBox (~Begasus@d54c05bea.access.telenet.be) joined #scummvm. [06:14] [06:20] Lightkey (~Darklock@p200300F693D8F86522CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 240 seconds [06:33] Lightkey (~Darklock@p200300F693D8F85222CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [07:14] Drenn (~Drenn@toroon0717w-lp140-03-174-89-174-91.dsl.bell.ca) left irc: Ping timeout: 245 seconds [07:41] nipung (~androirc@47.30.133.166) left irc: Remote host closed the connection [07:43] nipung (~androirc@122.177.174.104) joined #scummvm. [08:11] JohnnyonFlame (~quassel@187.3.227.155) left irc: Read error: Connection reset by peer [08:11] JohnnyonFlame (~quassel@187.3.227.155) joined #scummvm. [08:37] nipung (~androirc@122.177.174.104) left irc: Remote host closed the connection [08:53] Good morning! [08:57] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [09:00] hi folks [09:02] Dreammaster: What about experimental Z-Machine versions such as 9 & 10 in zzo38's Fweep and Aimfiz? Are there something more beyond standard Z-machine? What about modern 1080p/4K/vector graphics, networking, multiplayet audio? [09:02] rootfather_ hi! Just the guy I was looking for :) [09:03] I wonder why IF can't evolve... [09:04] Last night I tried to compile ScummVM in a fresh install of msys2 with MinGW-w64. I did the 64bit build following the instructions from the wiki here (https://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW-w64) [09:05] Everything went ok, but then ScummVM refused to run claiming some shared library was missing [09:06] From the shell the message was "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" which was not very informative [09:07] Running the scummvm executable directly from Windows (double clicking on it) produced a Windows dialogue indicating that it was missing libreadline7.dll. But msys2 seems to have libreadline8.dll [09:08] What would be the reason that it's looking for librealine version 7 specifically? [09:10] (btw my workaround for this was to copy libreadline8.dll in the scummVM folder and rename it to libreadline7.dll. This allows ScummVM to launch now without issues seemingly) [09:11] nipung (~nipung@122.177.174.104) joined #scummvm. [09:19] _sez: Were the common/lua files fine? [09:19] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [09:23] waltervn (~waltervn@scummvm/undead/waltervn) joined #scummvm. [09:23] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [09:24] morning [09:26] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) left irc: Ping timeout: 255 seconds [09:47] strogoff, welcome to MSYS2's DLL hell. [09:48] basically, running applications compiled with MSYS2s libraries (which are *all* shared) outside of the mingw shell needs a heck of DLLS [09:48] haven't had the libreadline issues yet since I usually use the build directly from the mingw shell [09:51] if you want to create a "DLL bundle" that includes all DLLs necessary for the MSYS2 builds of ScummVM, try http://docs.libretro.com/development/retroarch/compilation/windows/#packaging-retroarch [09:51] "ntldd" is included in MSYS2's repos [09:57] It was just this issue that I had luckily. [09:57] And now it works ok (With the renaming) [09:59] I'm currently moving away from MSYS2 and start cross compiling via WSL [09:59] :D [10:01] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [10:08] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) left irc: Remote host closed the connection [10:09] :D [10:45] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [10:48] cd (~none@gateway/tor-sasl/cd) left irc: Quit: cd [10:52] <_sev> nipung: I see zero changes to sword25 engine makefiles, and I wonder, whether it even compile [10:52] <_sev> nipung: I provided several comments to you [11:05] _sev: I saw them. I'm making the appropriate changes [11:31] _athrxx (~athrxx@ipbcc0082c.dynamic.kabel-deutschland.de) joined #scummvm. [11:32] timofonic (~timofonic@unaffiliated/timofonic) left irc: Ping timeout: 252 seconds [11:33] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [11:41] timofonic (~timofonic@unaffiliated/timofonic) left irc: Ping timeout: 245 seconds [11:42] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [12:05] [scummvm] antoniou79 pushed 1 new commits to master: https://git.io/fhhuW [12:05] scummvm/master 5102af6 antoniou79: DEVTOOLS: Support xlsx extension for Blade Runner subtitles [12:15] If anyone's play-testing Blade Runner with subtitles, the latest version (today's update) is here: https://drive.google.com/open?id=1KHTdPRZsk9ovxW3N3wKRkuhe57VhADg1 [12:24] timofonic (~timofonic@unaffiliated/timofonic) left irc: Ping timeout: 255 seconds [12:24] _sev: I have updated the sword25 makefile and reverted the unnecessary changes. [12:25] https://github.com/nipunG314/scummvm/commits/hyperspace-delivery-boy you can take a look here [12:25] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [12:27] yuv422 (~yuv422@60-240-103-165.tpgi.com.au) left irc: Quit: yuv422 [12:29] timofonic (~timofonic@unaffiliated/timofonic) left irc: Read error: Connection reset by peer [12:30] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [12:49] Littleboy (~littleboy@pool-71-162-119-10.bstnma.fios.verizon.net) joined #scummvm. [12:49] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [13:01] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) left irc: Quit: My MacBook has gone to sleep. ZZZzzz& [13:19] broosky (~borosky@095160157182.dynamic-ra-10.vectranet.pl) left irc: [13:27] DominusExult (~dominus@port-92-196-66-15.dynamic.qsc.de) joined #scummvm. [13:27] DominusExult (~dominus@port-92-196-66-15.dynamic.qsc.de) left irc: Changing host [13:27] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [13:29] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 250 seconds [13:29] Nick change: DominusExult -> Dominus [13:31] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [13:44] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) left irc: Read error: Connection reset by peer [13:56] cd (~none@gateway/tor-sasl/cd) joined #scummvm. [14:02] Drenn (~Drenn@toroon0717w-lp140-03-174-89-174-91.dsl.bell.ca) joined #scummvm. [14:14] <_sev> nipung: here? [14:28] ccawley2011 (a5782f6a@gateway/web/freenode/ip.165.120.47.106) joined #scummvm. [14:29] Yes [14:29] Nick change: rootfather_ -> rootfather [14:29] rootfather (~rootfathe@p20030006133F9C05CD54F8709DCE536E.dip0.t-ipconnect.de) left irc: Changing host [14:29] rootfather (~rootfathe@unaffiliated/rootfather) joined #scummvm. [14:29] #scummvm: mode change '+o rootfather' by ChanServ!ChanServ@services. [14:33] Drenn (~Drenn@toroon0717w-lp140-03-174-89-174-91.dsl.bell.ca) left irc: Ping timeout: 244 seconds [14:37] <_sev> nipung: I replied [14:39] I saw. I'll squash the reverts. [14:39] Once that is done, what should be my next step? [14:49] Unseen2 (snowcat@snowcat.de) left irc: Ping timeout: 258 seconds [14:56] <_sev> nipung: I think you may try to start adding skeleton engine, and perhaps parse the MPC file [14:56] <_sev> nipung: here is a utility where you could learn about the format from: https://github.com/Yamagi/mpcextract [14:57] <_sev> grab a demo and try to detect it and decompress its MPC file [14:57] <_sev> nipung: the engine example you may find at our Developer Central [14:57] Got it. [14:59] Unseen2 (snowcat@snowcat.de) joined #scummvm. [15:02] cd (~none@gateway/tor-sasl/cd) left irc: Quit: cd [15:04] athrxx (~athrxx@ipbcc0082c.dynamic.kabel-deutschland.de) joined #scummvm. [15:06] _athrxx (~athrxx@ipbcc0082c.dynamic.kabel-deutschland.de) left irc: Ping timeout: 246 seconds [15:06] nipung, are you developing a new game engine? [15:10] <_sev> rootfather: they are a GSoC student candidate, looking forward to Hyperspace Delivery Boy [15:11] <_sev> nipung: call you engine 'hdb' [15:11] \o/ [15:12] <_sev> the game is based on Lua [15:14] <_sev> nipung: also, take a look on the difference between Lua 5.1 and Lua 4.1, and whether they're backward-compatible, since HDB is based on 4.1 alpha [15:18] Okay, I'll look into it. [15:21] lol that game looks like fun [15:23] <_sev> nipung: I see that Lua 5.0 offers compat.lua file for compatibility with previous version [15:29] Asterisk (~asterisk@unaffiliated/asterisk) left irc: Ping timeout: 244 seconds [15:31] Asterisk (~asterisk@unaffiliated/asterisk) joined #scummvm. [15:32] I have squashed the commits. Should they be merged into the main repo right now or after work on the engine has started? [15:42] cd (~none@gateway/tor-sasl/cd) joined #scummvm. [15:43] <_sev> nipung: after the work has started [15:43] <_sev> nipung: and when you pass [15:50] ny00123 (~ny00123@188.120.129.88) joined #scummvm. [16:14] criezy (~criezy@host109-148-25-44.range109-148.btcentralplus.com) joined #scummvm. [16:14] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [16:17] cd (~none@gateway/tor-sasl/cd) left irc: Quit: cd [16:53] SupSuper (~SupSuper@openxcom/dev/supsuper) joined #scummvm. [17:07] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [17:16] cd (~none@gateway/tor-sasl/cd) joined #scummvm. [17:38] Storm-AFK (~kvirc@cpc96296-lewi18-2-0-cust121.2-4.cable.virginm.net) left irc: Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/ [18:03] [scummvm] antoniou79 pushed 1 new commits to master: https://git.io/fhhVo [18:03] scummvm/master 9068820 antoniou79: BLADERUNNER: Subtitles code improvements [18:11] [scummvm] antoniou79 pushed 1 new commits to master: https://git.io/fhhVS [18:11] scummvm/master 664dd4a antoniou79: DEVTOOLS: module.mk fix for BR subtitles xls/xlsx support [18:16] Unseen2 (snowcat@snowcat.de) left irc: Ping timeout: 244 seconds [18:18] Unseen2 (snowcat@snowcat.de) joined #scummvm. [18:20] [scummvm] peterkohaut pushed 1 new commits to master: https://git.io/fhhV5 [18:20] scummvm/master 1630cf0 peterkohaut: BLADERUNNER: Better fix for bug in pathfinding [18:32] athrxx (~athrxx@ipbcc0082c.dynamic.kabel-deutschland.de) left irc: Quit: Leaving [18:46] Stormkeeper (~kvirc@cpc96296-lewi18-2-0-cust121.2-4.cable.virginm.net) joined #scummvm. [18:52] cd (~none@gateway/tor-sasl/cd) left irc: Quit: cd [18:54] olmvnec[m] (olmvnected@gateway/shell/matrix.org/x-ndywajhyndmxelhe) joined #scummvm. [19:12] ist5shreawf[m] (ist5shreaw@gateway/shell/matrix.org/x-ymobzsglqdsipyow) joined #scummvm. [19:20] Littleboy (~littleboy@pool-71-162-119-10.bstnma.fios.verizon.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [19:31] [scummvm] ccawley2011 opened pull request #1530: JANITORIAL: Update all scummvm.org URLS to use https (master...urls) https://git.io/fhhwD [19:33] Xorbb[m] (pamatrixst@gateway/shell/matrix.org/x-fgecxkzgczcyhjhf) joined #scummvm. [20:19] Begas_VBox (~Begasus@d54c05bea.access.telenet.be) left irc: Quit: Vision[0.10.3]: i've been blurred! [20:20] Begasus (~begasus@ptr-4qba4e9mgxtsq1yxjli.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [20:37] ad5twoknebor[m] (ad5twokneb@gateway/shell/matrix.org/x-tfelckjrlkoiebek) joined #scummvm. [20:47] fuzzie (~fuzzie@twinsen.zall.org) left irc: Ping timeout: 240 seconds [20:47] fuzzie (noop@twinsen.zall.org) joined #scummvm. [20:52] [scummvm] lotharsm closed pull request #1530: JANITORIAL: Update all scummvm.org URLS to use https (master...urls) https://git.io/fhhwD [20:52] [scummvm] lotharsm pushed 1 new commits to master: https://git.io/fhhok [20:52] scummvm/master 09dbe76 ccawley2011: JANITORIAL: Update all scummvm.org URLS to use https [21:17] [scummvm] peterkohaut pushed 3 new commits to master: https://git.io/fhhoE [21:17] scummvm/master acb51d0 peterkohaut: BLADERUNNER: Savagame names fixes [21:17] scummvm/master 45831a7 peterkohaut: BLADERUNNER: Fixed McCoy anim in spinner at PS01 [21:17] scummvm/master 05dcd7f peterkohaut: BLADERUNNER: Fixed zbuffer warning in NR01 [21:17] [scummvm] antoniou79 pushed 1 new commits to master: https://git.io/fhhou [21:17] scummvm/master c60c0c9 antoniou79: BLADERUNNER: Alternate fix method for rare path finding assert faults [21:34] https://www.twitch.tv/gogcom Conquest of the Longbow: The Legend of Robin Hood with ScummVM 2.0.0 starting now! [21:45] [scummvm] ccawley2011 opened pull request #1531: DEBIAN: Revert URL changes in the changelog (master...patch-1) https://git.io/fhhob [21:53] SylvainTV (~Sylvain@alille-658-1-110-153.w92-155.abo.wanadoo.fr) joined #scummvm. [21:53] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [21:57] [scummvm] lotharsm closed pull request #1531: DEBIAN: Revert URL changes in the changelog (master...patch-1) https://git.io/fhhob [21:57] [scummvm] lotharsm pushed 1 new commits to master: https://git.io/fhhKf [21:57] scummvm/master ba85cec ccawley2011: DEBIAN: Revert URL changes in the changelog [21:58] yuv422 (~yuv422@60-240-103-165.tpgi.com.au) joined #scummvm. [22:01] default__ (~ldevulder@176.167.137.42) joined #scummvm. [22:04] ldevulder_ (~ldevulder@176.167.183.159) left irc: Ping timeout: 255 seconds [22:07] [scummvm] peterkohaut pushed 1 new commits to master: https://git.io/fhhKO [22:07] scummvm/master 06629b0 peterkohaut: BLADERUNNER: Clean-up for subtitles initialization code [23:06] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) left irc: Read error: Connection reset by peer [23:06] _athrxx (~athrxx@ipbcc0082c.dynamic.kabel-deutschland.de) joined #scummvm. [23:32] ny00123 (~ny00123@188.120.129.88) left irc: Quit: Leaving [23:54] David_gsoc (1856494b@gateway/web/freenode/ip.24.86.73.75) joined #scummvm. [23:56] Drenn (~Drenn@toroon0717w-lp140-03-174-89-174-91.dsl.bell.ca) joined #scummvm. [23:58] David_gsoc (1856494b@gateway/web/freenode/ip.24.86.73.75) left irc: Client Quit [00:00] --- Sun Mar 10 2019