[00:09] GitHub40 (~GitHub40@192.30.252.42) joined #scummvm. [00:09] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5EWb [00:09] scummvm/master a2b05b5 Paul Gilbert: TITANIC: Fix Doorbot doubletake in the prologue [00:09] GitHub40 (GitHub40@192.30.252.42) left #scummvm. [00:14] dreammaster: exciting! more bugs crushed. [00:15] Yep. THough there's a new one where the Doorbot has disappeared from the esrvice elevator. Let's hope it's not due to my just committed changes, and it's some other easily fixable prior screwup. :P [00:16] i got hung up on https://bugs.scummvm.org/ticket/9885 during my last run, but didnt have much success after 30 minutes trying to track down whats going on with the audio buffer [00:18] dafioram (~dafioram@pool-71-121-237-223.bltmmd.fios.verizon.net) joined #scummvm. [00:18] That was nice of you to look into, thanks in any case. From what I vaguely remember, the byte produced were identical to a memory dump I did of the original using the same settings. At least for the start. [00:19] i was confused in the past when i discovered the common audio rate converters will generate silent samples to fill the buffer instead of returning early if the source stream finishes, but it doesnt look like youre using those [00:19] I'm kind of hopeful it will end up being something simple, like a signed/unsigned difference in handling, or some minor thing I got wrong in the "paging" when the initial buffer's worth is played. [00:20] my first thought is a confusion between bytes and samples since IIRC it seemed like its playing silence exactly half the time [00:20] or possibly a miscalculation regarding the number of audio channels [00:21] either of those simple problems ends up with missing half the data. unless its robot audio where missing half the data results in half-resolution audio and a waking nightmare [00:21] dafioram: quit breaking the game ;) [00:22] Something like that is more than possible. I don't really understand all the music code that well, and was just presupposing that the same bytes generated by the original could be fed into the audio buffer buffering. So getting some setup of signed/unsigned or channels or something like that is quite possible [00:23] I was actually going to test something weird with the restaurant I was seeing on a previous saved game, but wanted to make sure it wasn't previous saved state stuff [00:24] fixing the quality of the music recording will probably also fix it when it is played back in the restaurant [00:24] Yes, it would. It uses the same audio buffering/playback code for both places [00:24] On a side note, anyone aware of any code in common or another engine to handle splitting a set of parameters with quotes handling? Some of my debugger commands are crying out for the debugger to handle the double quotes. [00:25] Like right now.. if I want to skip the prologue and jump straight to the elevator, it would be good to be able to special it's proper view name "ServiceElevator.Node 1.N", but currently the spaces screw it up. [00:26] ah, hm. [00:26] The command has a workaround with node numbers, but it's a bit hacky. And in another command, I have to specially support entering underscores, and then replacing them with spaces. [00:26] heh. i was about to say, SCI debugger does a hacky thing where it replaces underscores with spaces :) [00:28] Meh. It should be easy enough to find some examples on the Internet. I'll do a search and whip up a pull request [00:32] Although, lets just see if I can't sort out the service elevator problem first [01:01] SylvainTV (~SylvainTV@LFbn-LIL-1-765-139.w81-254.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [01:15] Joefish (~Joefish@p200300764F3A45001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Ping timeout: 255 seconds [01:27] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [01:27] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [01:29] Joefish (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) joined #scummvm. [01:29] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [01:42] Joefish (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Ping timeout: 240 seconds [01:50] snover: What if a game requests Rect larger then values set in videoMode? [01:51] dafioram: which video mode? SurfaceSdl[&]::_videoMode? [01:51] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [01:52] backends/graphics/surfacesdl/surfacesdl-graphics [01:53] SurfaceSdlGraphicsManager::copyRectToScreen [01:54] ah, so. the videoMode.screenWidth/Height are what gets set by the game engine [01:55] so when the engine calls to `initGraphics` to set up its virtual screen, thats where those values come from [01:57] so the only way a too-large rect in copyRectToScreen would happen would be if an engine requested a screen size and then tried to write outside the bounds of its screen. [01:58] GitHub65 (~GitHub65@192.30.252.45) joined #scummvm. [01:58] [scummvm] csnover pushed 12 new commits to master: https://git.io/v5E4M [01:58] scummvm/master d2b4e16 Colin Snover: SDL: Fix unsafe sprintf usage... [01:58] scummvm/master 43a07ab Colin Snover: SCI32: Implement kCelLink... [01:58] scummvm/master 7545bb7 Colin Snover: SCI32: Clip videos to the screen... [01:58] GitHub65 (GitHub65@192.30.252.45) left #scummvm. [01:59] GitHub23 (~GitHub23@192.30.252.40) joined #scummvm. [01:59] [scummvm] criezy pushed 1 new commit to master: https://git.io/v5E4D [01:59] scummvm/master 968f679 Thierry Crozat: I18N: Update translations templates [01:59] GitHub23 (GitHub23@192.30.252.40) left #scummvm. [01:59] im glad that i can actually explain these things now, instead of before. i would have spent more time in the refactor documenting and cleaning but i felt like i needed to make a hard stop to go back to engine development for the sake of time [02:01] dafioram: does that answer your question satisfactorily? [02:01] it was the video after the credits in lighthouse.. i guess you got it [02:02] ha. yeah. im trying to see if i can remember exactly what might have happened in the original engine [02:03] so in this case I guess you shifted it up rather than make the original game height larger? [02:03] i didnt have room in the script to do anything so i just truncated the draw rect in the player [02:03] so the bottom of the video is cut off, which is how it was in the original interpreter [02:06] Dubbins (~Dubbins@gateway/vpn/privateinternetaccess/dubbins) left irc: Remote host closed the connection [02:06] Dubbins (~Dubbins@gateway/vpn/privateinternetaccess/dubbins) joined #scummvm. [02:08] Lightkey (~Darklock@p200300764C71F84322CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 246 seconds [02:13] oh, oh. right. human memory is so fickle! the cutoff would have happened in the original engine through the normal rendering process since the VMDs get rendered into screen items and the normal renderer clips. here, the video renders directly to the screen because the video is scaled and non-interactive so the video player opts in to true-colour playback (if you have that pref turned on, which it is by default) which bypasses the render [02:13] er [02:14] so it was really an issue with the special high-quality video rendering code [02:15] would clipping be a good default behavior for the sdl rendering backend? [02:21] ive thought about that. this way is probably better since triggering those assertions indicates a bug in the engine code. [02:23] Port build status changed with d6139890: Failure: master-gcw0 [02:23] wat. [02:23] the backend asserts on zero-dimension rects either, which is& a little harder to justify. i guess it could tell you if your engine code is generating a bunch of invalid rects but i dont know for sure. [02:23] whats wrong, buildbot? [02:25] other than being sloooooowwwwwww [02:26] is there a way to do git rebase -i and after the rebase have the commit dates be in rebase order? [02:27] the commit dates are updated, the author dates arent [02:27] man says --committer-date-is-author-date, --ignore-date [02:27] (synonyms) [02:28] oh. it also says thats incompatible with -i. [02:28] is there a way to have github and git log display the commit dates instead of the author dates? [02:29] i dont think GitHub will, you can change the output format of git-log using --pretty [02:29] and you can set the default formatting preference with git-config [02:32] re buildbot, its been failing since aug 28 on bladerunner. not sure yet if the gcw0 failure is new or just another symptom of the same problem. lets see what i can do to improve this situation until madmoose comes back. [02:34] darn. looks like the gcw0 failure is my fault :) [02:35] or, well& it looks like Bad News is happening in that compiler [02:36] oh. oh, oh. [02:37] this is what happens when i forget to do a test compile with sci32 turned off [02:39] GitHub105 (~GitHub105@192.30.252.42) joined #scummvm. [02:39] [scummvm] csnover pushed 1 new commit to master: https://git.io/v5EBH [02:39] scummvm/master 96f702e Colin Snover: SCI: Fix builds with SCI32 disabled [02:39] GitHub105 (GitHub105@192.30.252.42) left #scummvm. [02:39] GitHub182 (~GitHub182@192.30.252.40) joined #scummvm. [02:39] [scummvm] criezy pushed 1 new commit to master: https://git.io/v5EBQ [02:39] scummvm/master 5632792 Thierry Crozat: I18N: Update translations templates [02:39] GitHub182 (GitHub182@192.30.252.40) left #scummvm. [02:48] this bladerunner failure makes me wonder what an int is on ppc-amigaos4 [02:52] GitHub66 (~GitHub66@192.30.252.34) joined #scummvm. [02:52] [scummvm] csnover pushed 1 new commit to master: https://git.io/v5ERL [02:52] scummvm/master 0092d5e Colin Snover: BLADERUNNER: Fix compilation failure on PPC-AmigaOS4... [02:52] GitHub66 (GitHub66@192.30.252.34) left #scummvm. [03:01] hopefully that takes care of it. i wish the nightlies would send emails on error since thats a bigger deal than single-build failures, but i dont have the energy to see about that [03:17] GitHub161 (~GitHub161@192.30.252.34) joined #scummvm. [03:17] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5ERN [03:17] scummvm/master 9fa97cd Paul Gilbert: TITANIC: Fix Doorbot disappearing in prologue elevator [03:17] GitHub161 (GitHub161@192.30.252.34) left #scummvm. [03:36] GitHub84 (~GitHub84@192.30.252.34) joined #scummvm. [03:36] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5E0X [03:36] scummvm/master f36f394 Paul Gilbert: TITANIC: Fix Doorbot disappearing on loading prologue elevator savegame [03:36] GitHub84 (GitHub84@192.30.252.34) left #scummvm. [03:37] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) left irc: [03:40] dafioram (~dafioram@pool-71-121-237-223.bltmmd.fios.verizon.net) left irc: Quit: Leaving [04:44] Port build status changed with f36f3942: Success: master-amigaos4, master-gcw0 [05:06] eriktorbjorn (~d91tan@213-65-60-100-no2480.tbcn.telia.com) left irc: Quit: Leaving. [05:24] _sev (~sev@scummvm/undead/sev) joined #scummvm. [05:24] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [05:36] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [05:49] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) joined #scummvm. [05:49] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [05:50] morning [05:56] hey waltervn [05:58] just time for bed for me. brain exploding at phantasmagoria 2s save game code, which has *three* places where it tries to mangle save game names in the same way, and apparently more than one place where it limits the number of save games [05:58] they really, really wanted you to know that when your game isnt censored, your save games are [06:12] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [06:15] _sev (~sev@a238130.upc-a.chello.nl) joined #scummvm. [06:15] _sev (~sev@a238130.upc-a.chello.nl) left irc: Changing host [06:15] _sev (~sev@scummvm/undead/sev) joined #scummvm. [06:15] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [06:27] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [06:50] m_kiewitz (~m_kiewitz@scummvm/undead/m-kiewitz) joined #scummvm. [06:50] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services. [07:33] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [07:38] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) joined #scummvm. [07:39] ajax16384 (~User@109.60.138.138) joined #scummvm. [07:39] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [07:56] Lightkey (~Darklock@p200300764C71F80022CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [07:57] snover: Apologies for the typo! Thank you for the fix :) [08:01] snover: Should we prefer int32? How big is int on PPC-AmigaOS4? [08:01] sqpat (~sqpat@c-67-161-84-44.hsd1.wa.comcast.net) joined #scummvm. [08:02] sqpat (sqpat@c-67-161-84-44.hsd1.wa.comcast.net) left #scummvm. [08:14] h00ligan (~User@109.60.138.138) joined #scummvm. [08:14] #scummvm: mode change '+o h00ligan' by ChanServ!ChanServ@services. [08:17] ajax16384 (~User@109.60.138.138) left irc: Ping timeout: 246 seconds [08:37] LittleToonCat (~littlecat@47.54.148.237) left irc: Remote host closed the connection [08:55] criezy|Work (a5e150ea@gateway/web/freenode/ip.165.225.80.234) joined #scummvm. [08:55] #scummvm: mode change '+o criezy|Work' by ChanServ!ChanServ@services. [09:04] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [09:04] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [09:50] ThirdChoice (~User@109.60.138.138) joined #scummvm. [09:53] h00ligan (~User@109.60.138.138) left irc: Ping timeout: 246 seconds [10:22] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [10:22] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [10:46] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [10:46] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [10:50] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) left irc: Quit: user9 [11:04] _sev|work_ (~sev@5.57.21.48) joined #scummvm. [11:04] _sev|work_ (~sev@5.57.21.48) left irc: Changing host [11:04] _sev|work_ (~sev@scummvm/undead/sev) joined #scummvm. [11:04] _sev|work (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [11:04] #scummvm: mode change '+o _sev|work_' by ChanServ!ChanServ@services. [11:29] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) joined #scummvm. [11:44] jamm (~jam@unaffiliated/jamm) joined #scummvm. [11:51] _sev|work_ (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [11:59] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [11:59] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [12:12] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) left irc: Quit: user9 [12:49] _sev|work_ (~sev@scummvm/undead/sev) joined #scummvm. [12:49] #scummvm: mode change '+o _sev|work_' by ChanServ!ChanServ@services. [12:49] _sev|work (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [12:55] ST (~ScottT@203-227-181-180.cpe.skymesh.net.au) left irc: Ping timeout: 248 seconds [12:56] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) joined #scummvm. [13:03] ST (~ScottT@203-227-181-180.cpe.skymesh.net.au) joined #scummvm. [13:03] #scummvm: mode change '+o ST' by ChanServ!ChanServ@services. [13:14] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) joined #scummvm. [13:14] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [13:16] GitHub196 (~GitHub196@192.30.252.42) joined #scummvm. [13:16] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5umS [13:16] scummvm/master 0b19ebe Paul Gilbert: IMAGE: Fix shadowing warning [13:16] GitHub196 (GitHub196@192.30.252.42) left #scummvm. [13:27] t0by (~t0by@unaffiliated/t0by) left irc: Remote host closed the connection [13:28] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [13:28] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [13:28] weezywinez[m] (weezywinez@gateway/shell/matrix.org/x-sabwoyekorhmytjk) joined #scummvm. [13:36] _sev|work__ (~sev@5.57.21.48) joined #scummvm. [13:36] _sev|work_ (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [13:54] dafioram (~dafioram@pool-71-121-237-223.bltmmd.fios.verizon.net) joined #scummvm. [13:55] TMM (~hp@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [14:03] Deledrius (~Deledrius@68.118.139.214) left irc: Quit: App.Exit [14:05] Deledrius (~Deledrius@68.118.139.214) joined #scummvm. [14:25] GitHub90 (~GitHub90@192.30.252.42) joined #scummvm. [14:25] [scummvm] dreammaster opened pull request #1010: GUI: Support double quoted debugger parameters (master...debugger_params) https://git.io/v5uCq [14:25] GitHub90 (GitHub90@192.30.252.42) left #scummvm. [14:29] _sev|work__ (~sev@5.57.21.48) left irc: Quit: This computer has gone to sleep [14:50] Dubbins (~Dubbins@gateway/vpn/privateinternetaccess/dubbins) left irc: Remote host closed the connection [14:54] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [14:54] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [14:59] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) joined #scummvm. [15:10] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) left irc: Quit: user9 [15:11] user9 (~Thunderbi@leoseb.ujf-grenoble.fr) joined #scummvm. [15:16] TMM (~hp@fsf/member/pdpc.professional.tmm) joined #scummvm. [15:16] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [15:37] antlarr (~quassel@85.137.244.189.dyn.user.ono.com) left irc: Ping timeout: 255 seconds [15:41] ny00123 (~ny00123@2a02:ed0:43ba:b00::2) joined #scummvm. [15:42] madmoose: sizeof(int) is 4, but int and long arent the same type (int <= long per the C++ spec). it happened to compile only on most platforms because int32 is most frequently `typedef signed int int32` [15:47] snover: Then why is int32 = long and not int? :P [15:49] i have no idea :) [15:50] now i know. [15:50] from `configure`, which sets it explicitly: # We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32 as (unsigned) long, and consequently we'd get a compiler error otherwise. [15:51] non-standard default global typedefs i guess [15:57] antlarr (~quassel@85.137.244.189.dyn.user.ono.com) joined #scummvm. [15:58] criezy|Work (a5e150ea@gateway/web/freenode/ip.165.225.80.234) left irc: Ping timeout: 260 seconds [15:59] snover: At least it caught the typo :) [16:01] yeah [16:03] GitHub155 (~GitHub155@192.30.252.34) joined #scummvm. [16:03] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5ugj [16:03] scummvm/master be20826 Paul Gilbert: VIDEO: Fix reverse playback right to the very start of the video [16:03] GitHub155 (GitHub155@192.30.252.34) left #scummvm. [16:07] ThirdChoice (~User@109.60.138.138) left irc: Quit: Leaving [16:08] snover, wow, that seems kind of broken :P [16:11] also yeah. [16:12] im not the best person to talk about ports to old platforms unless you want to hear some complaining ;) [16:17] can someone on windows reproduce this? i cannot on macOS. https://bugs.scummvm.org/ticket/10173 [16:20] Seems okay for me [16:21] :\ [16:22] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 240 seconds [16:29] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [16:30] ajax16384 (~User@109.60.130.33) joined #scummvm. [16:30] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [16:33] _sev|work (~sev@5.57.21.48) joined #scummvm. [16:33] _sev|work (~sev@5.57.21.48) left irc: Changing host [16:33] _sev|work (~sev@scummvm/undead/sev) joined #scummvm. [16:33] #scummvm: mode change '+o _sev|work' by ChanServ!ChanServ@services. [16:34] Storm-AFK (~kvirc@2.26.112.22) left irc: Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/ [16:35] Stormkeeper (~kvirc@2.26.112.22) joined #scummvm. [16:41] GitHub155 (~GitHub155@192.30.252.42) joined #scummvm. [16:41] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5uwi [16:41] scummvm/master 9a0798f Paul Gilbert: TITANIC: Fix display of music system stop button when pressed [16:41] GitHub155 (GitHub155@192.30.252.42) left #scummvm. [16:53] _sev|work (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [16:57] ccawley2011 (56bea372@gateway/web/freenode/ip.86.190.163.114) joined #scummvm. [17:12] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) left irc: [17:14] LittleToonCat (~littlecat@47.54.148.237) joined #scummvm. [17:18] Stormkeeper (~kvirc@2.26.112.22) left irc: Ping timeout: 260 seconds [17:19] Stormkeeper (~kvirc@2.26.112.22) joined #scummvm. [17:31] _sev (~sev@a238130.upc-a.chello.nl) joined #scummvm. [17:31] _sev (~sev@a238130.upc-a.chello.nl) left irc: Changing host [17:31] _sev (~sev@scummvm/undead/sev) joined #scummvm. [17:31] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [17:50] Joefish (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) joined #scummvm. [17:50] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [17:50] lol [17:50] What Makes a Good Detective Game? | Game Maker's Toolkit [17:50] https://www.youtube.com/watch?v=gwV_mA2cv_0 [17:50] shows police quest 4 [17:50] of course it's not listed as good detective game :p [17:52] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) joined #scummvm. [17:52] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [17:53] Farmboy0 (~quassel@p4FD3465D.dip0.t-ipconnect.de) joined #scummvm. [17:53] Farmboy0 (~quassel@p4FD3465D.dip0.t-ipconnect.de) left irc: Changing host [17:53] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [18:08] Joefish (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Ping timeout: 240 seconds [18:24] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [18:29] Littleboy (~littleboy@c-73-4-50-241.hsd1.ma.comcast.net) left irc: Ping timeout: 240 seconds [18:31] flesk_ (~quassel@2a03:b0c0:3:d0::4187:4001) joined #scummvm. [18:32] Joefish (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) joined #scummvm. [18:32] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [18:32] Joefish (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) left irc: Client Quit [18:33] Joefish_ (~Joefish@p200300764F10D2001A5E0FFFFE1124CA.dip0.t-ipconnect.de) joined #scummvm. [18:33] #scummvm: mode change '+v Joefish_' by ChanServ!ChanServ@services. [18:33] SylvainTV (~SylvainTV@LFbn-LIL-1-765-139.w81-254.abo.wanadoo.fr) joined #scummvm. [18:33] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [18:37] Lightkey (~Darklock@p200300764C71F80022CF30FFFE083718.dip0.t-ipconnect.de) got netsplit. [18:37] triple (triple@pi.nxs.se) got netsplit. [18:37] Mellified (uid234533@gateway/web/irccloud.com/x-dngzodqbzsjdbizc) got netsplit. [18:37] bgK (~bgk@2001:41d0:2:599c::2a60:8434) got netsplit. [18:37] flesk__ (~quassel@2a03:b0c0:3:d0::4187:4001) got netsplit. [18:40] Tomaz^W2 (~tompsson@84.216.7.40) joined #scummvm. [18:43] Lightkey (~Darklock@p200300764C71F80022CF30FFFE083718.dip0.t-ipconnect.de) returned to #scummvm. [18:44] bgK (~bgk@2001:41d0:2:599c::2a60:8434) returned to #scummvm. [18:44] #scummvm: mode change '+o bgK' by ChanServ!ChanServ@services. [18:45] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) joined #scummvm. [18:45] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [18:45] Tomaz^W (~tompsson@84.216.7.40) left irc: Ping timeout: 248 seconds [18:48] Mellified (uid234533@gateway/web/irccloud.com/x-dngzodqbzsjdbizc) got lost in the net-split. [18:48] flesk__ (~quassel@2a03:b0c0:3:d0::4187:4001) got lost in the net-split. [18:48] triple (triple@pi.nxs.se) got lost in the net-split. [18:54] _sev (~sev@scummvm/undead/sev) joined #scummvm. [18:54] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [19:28] heroux (sandroco@gateway/shell/insomnia247/x-pkrixgujyycwmost) left irc: Ping timeout: 255 seconds [19:28] heroux (sandroco@gateway/shell/insomnia247/x-ektpncwqwekrwcjc) joined #scummvm. [19:38] GitHub1 (~GitHub1@192.30.252.34) joined #scummvm. [19:38] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5uHp [19:38] scummvm/master 50e7a7e Paul Gilbert: TITANIC: Cleanup and enum for CPetSound [19:38] GitHub1 (GitHub1@192.30.252.34) left #scummvm. [19:56] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) joined #scummvm. [19:56] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [19:59] triple (triple@pi.nxs.se) joined #scummvm. [20:20] GitHub59 (~GitHub59@192.30.252.42) joined #scummvm. [20:20] [scummvm] csnover pushed 4 new commits to master: https://git.io/v5u5x [20:20] scummvm/master 67fcb0b Colin Snover: SCI: Allow deep inspection of objects in debugger [20:20] scummvm/master 109d870 Colin Snover: SCI: Remove already-finished TODO [20:20] scummvm/master bdbcc90 Colin Snover: SCI32: Disable save game mangling in Phant2... [20:20] GitHub59 (GitHub59@192.30.252.42) left #scummvm. [20:23] girafe (~girafe@92.184.101.72) joined #scummvm. [20:27] Mellified (uid234533@gateway/web/irccloud.com/x-tpgrdjcnpkgbryzc) joined #scummvm. [20:27] dafioram: https://bugs.scummvm.org/ticket/10038 does the game not play a sound after you die? the GOG release is broken [20:27] i dont know the extent of its brokenness [20:28] but the W-cursor is rendered for the duration of the death audio that is supposed to be played, and is played in the CD release [20:28] clicking once stops the audio early [20:28] waiting for the audio to finish playing also changes the cursor to the normal arrow [20:29] let me check [20:34] After dieing and returning to the Try again screen the W cursor does not change back to a pointer, untill I click. [20:34] does it play some taunt audio? [20:35] When I get killed it plays a sound and nothing after that [20:35] any warnings in the console about audio not found? [20:36] Warning: [Audio32::play]: audio36.0(0, 0, 4, 1) could not be found! [20:36] yeehaw. [20:36] GOGs broken release strikes again. [20:47] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [21:07] ccawley2011 (56bea372@gateway/web/freenode/ip.86.190.163.114) left irc: Ping timeout: 260 seconds [21:13] ny00123 (~ny00123@2a02:ed0:43ba:b00::2) left irc: Quit: Leaving [21:21] ajax16384 (~User@109.60.130.33) left irc: Read error: Connection reset by peer [21:27] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Quit: Leaving [21:33] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) left irc: Ping timeout: 246 seconds [21:35] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) joined #scummvm. [21:35] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [21:38] girafe (~girafe@92.184.101.72) left irc: Quit: Leaving [21:50] ccawley2011 (6d9358ac@gateway/web/freenode/ip.109.147.88.172) joined #scummvm. [21:57] GitHub147 (~GitHub147@192.30.252.42) joined #scummvm. [21:57] [scummvm] sev- pushed 1 new commit to master: https://git.io/v5upo [21:57] scummvm/master 110b4f0 Colin Snover: COMMON: Add helper macro for printing rects [21:57] GitHub147 (GitHub147@192.30.252.42) left #scummvm. [21:57] GitHub141 (~GitHub141@192.30.252.40) joined #scummvm. [21:57] [scummvm] sev- closed pull request #1006: COMMON: Add helper macro for printing rects (master...print-rect) https://git.io/v5EGX [21:57] GitHub141 (GitHub141@192.30.252.40) left #scummvm. [22:20] snover: probably used fan patches again [22:21] dafioram: can you please try using the original interpreter too? [23:08] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [23:09] criezy (~criezy@host86-141-213-152.range86-141.btcentralplus.com) left irc: Quit: criezy [23:10] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 260 seconds [23:10] Nick change: Strangerke_ -> Strangerke [23:10] GitHub56 (~GitHub56@192.30.252.40) joined #scummvm. [23:10] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/v5zvm [23:10] scummvm/master 128edee Paul Gilbert: TITANIC: Implement setup code for sound slider positions [23:10] GitHub56 (GitHub56@192.30.252.40) left #scummvm. [23:22] dafioram: ok, i think i got confused on https://bugs.scummvm.org/ticket/10033 because first were talking about phone sounds and then started talking about scummvm on your phone [23:22] youre saying the office phone sounds have no lag in dosbox? [23:23] oh wait [23:24] i just got really confused [23:24] yes, same as scummvm on windows. I didn't do any scummvm stuff on my phones, just the ingame phone [23:24] for some reason i thought you said ubuntu on your phone [23:24] ok. [23:24] playing scummvm on ubuntu and testing the phone in game [23:24] got it. [23:27] i have no good idea why the phone sounds would be os-dependent [23:29] ccawley2011 (6d9358ac@gateway/web/freenode/ip.109.147.88.172) left #scummvm. [23:30] maybe someone else with a linux variant can see if they reproduce? [23:31] 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. [23:37] lets see what happens if i disable the frame throttling. [23:38] i think the frame throttling is also responsible for the glitchy text positioning in the computer interface [23:49] no on the phone& [23:50] no as in you can't reproduce or that frame throttling didn't affect it? [23:51] D0SFreak (~D0SFreak@c-73-7-33-53.hsd1.ga.comcast.net) joined #scummvm. [23:51] kind of both [23:51] let me check dosbox real quick [23:54] hmmm. [23:59] our requested sample buffer seems kind of big [00:00] --- Tue Sep 5 2017