[00:14] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [00:14] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [01:17] SylvainTV (~Sylvain@lfbn-lil-1-811-58.w92-148.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [01:30] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 246 seconds [01:30] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [01:33] criezy (~criezy@host31-51-71-219.range31-51.btcentralplus.com) left irc: Quit: criezy [02:07] yuv422 (~yuv422@119-18-3-11.771203.syd.nbn.aussiebb.net) left irc: Remote host closed the connection [02:08] yuv422 (~yuv422@119-18-3-11.771203.syd.nbn.aussiebb.net) joined #scummvm. [02:08] #scummvm: mode change '+o yuv422' by ChanServ!ChanServ@services. [02:10] _sev_ (~sev@scummvm/undead/sev) left irc: Ping timeout: 240 seconds [02:37] [scummvm] dulsi opened pull request #2157: ULTIMA: Split and center text when too large (master...master) https://git.io/JvMA5 [02:38] yuv422 (~yuv422@119-18-3-11.771203.syd.nbn.aussiebb.net) left irc: Remote host closed the connection [02:38] yuv422 (~yuv422@119-18-3-11.771203.syd.nbn.aussiebb.net) joined #scummvm. [02:38] #scummvm: mode change '+o yuv422' by ChanServ!ChanServ@services. [03:16] [scummvm] dulsi closed pull request #2157: ULTIMA: Split and center text when too large (master...master) https://git.io/JvMA5 [03:28] I only had problems with ccache personally, it was like it tried to guess what should be recompiled but often guessed wrong. At least on my local machine [03:29] I think false cache hits are very common with ccache [03:31] I probably just configured it wrong [04:01] DominusExult (~dominus@port-92-194-100-248.dynamic.as20676.net) joined #scummvm. [04:01] DominusExult (~dominus@port-92-194-100-248.dynamic.as20676.net) left irc: Changing host [04:01] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [04:05] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 256 seconds [04:05] Nick change: DominusExult -> Dominus [04:12] P2E_ (~tgz@209.251.45.7) joined #scummvm. [04:15] P2E (~tgz@209.251.45.7) left irc: Ping timeout: 240 seconds [04:28] _sev (~sev@scummvm/undead/sev) joined #scummvm. [04:28] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [04:56] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) left irc: [05:13] [scummvm] ScummVM-Translations pushed 1 new commits to master: https://git.io/JvMp2 [05:13] scummvm/master dbc77ca Bedzior: I18N: Update translation (Polish) [05:29] Rasi (~carnager@archlinux/support/rasi) left irc: Quit: WeeChat 2.7 [05:30] Rasi (~carnager@archlinux/support/rasi) joined #scummvm. [06:32] Guys there's a very wierd issue with predictive dialog keypads. If you press 9 many times (~5 times or so) and then keep pressing it, Scumm crashes. Afaik it's using a inbuilt dictionary to guess words and display them right? For what reason is this crash occuring any idea? [06:38] BeefEats (~BeefEats@unaffiliated/beefeats) left irc: Read error: Connection reset by peer [06:42] @rsn8887 that's interesting. [06:42] I use ccache for my Windows builds all the time, and I never noticed any problems with it... I even thought that ccache is very "careful" when deciding if it's hit or miss [06:45] how did you notice when ccache "went wrong"? [08:03] [scummvm] lotharsm pushed 2 new commits to master: https://git.io/JvMj0 [08:03] scummvm/master e2aa2a3 lotharsm: I18N: Update translation files from source [08:03] scummvm/master 99c2e23 lotharsm: I18N: Rebuild translations.dat [08:13] [scummvm] mduggan opened pull request #2158: ULTIMA8: Some minor shape and render cleanups (master...u8_clean_up_shapes_and_render) https://git.io/JvMj2 [08:38] Begasus (~begasus@ptr-4qba4eajcgqglzyeepw.18120a2.ip6.access.telenet.be) joined #scummvm. [08:38] Lightkey (~Darklock@p200300F693C6499922CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 246 seconds [08:52] Lightkey (~Darklock@p200300F693C6496722CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [09:03] ajax16384 (~User@109.60.130.33) joined #scummvm. [09:03] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [09:09] girafe2 (~girafe@lfbn-gre-1-220-42.w90-112.abo.wanadoo.fr) joined #scummvm. [09:09] girafe (~girafe@lfbn-gre-1-220-42.w90-112.abo.wanadoo.fr) left irc: Ping timeout: 240 seconds [09:12] :finameC: [09:40] ldevulder_ (~ldevulder@176.164.176.10) joined #scummvm. [09:44] ldevulder (~ldevulder@176.167.255.121) left irc: Ping timeout: 264 seconds [09:55] [scummvm] aryanrawlani28 opened pull request #2159: GUI: Fix 7123, scroll buttons are proper now (master...gui-7123) https://git.io/JvDf2 [09:59] I had a little question regarding pull requests. Yesterday I created a PR which had 3 commits, I took care when it had problems and didn't pass the check. However, I think I should have worked on a new branch and not master branch. So, today I worked on a new branch and requested a PR from that branch to the master branch of scummvm. When I see my current PR, it has my previous commits listed inside. Is this proper or am I [09:59] making a mistake somewhere? [10:09] @aryanrawlani28: if you want your changes to not depend on previous ones, for your new PR you should branch it from scummvm master and not your master as you forgot to branch yesterday [10:10] cd (~cd@unaffiliated/cd) left irc: Quit: cd [10:12] Oh okay, I see. That makes sense [10:14] I don't think you can update a PR to make it point on newly created branch though [10:14] to fix your yesterday mistake [10:15] Yeah, seems like I will leave it as is for now, and next time I'll be careful not to work on the master branch and branch it from scummvm master [10:17] you can't change which branch it points to. but you can change which commit said branch point to [10:18] and you can rebase commits to change their parent [10:38] [scummvm] rvanlaar pushed 1 new commits to master: https://git.io/JvDJT [10:38] scummvm/master 666d4dc rvanlaar: DIRECTOR: fix spelling: evetns -> events [10:39] criezy (~criezy@host31-51-71-219.range31-51.btcentralplus.com) joined #scummvm. [10:39] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [11:50] waltervn (~waltervn@scummvm/undead/waltervn) joined #scummvm. [11:50] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [11:50] Tkachov (~q@84.237.53.159) left irc: Ping timeout: 264 seconds [12:03] @rootfather I dont remember it has been a long time and I was using ccache on a local folder inside my Dropbox directory that contained a git repo so maybe the Dropbox syncing in the background messed with timestamps or something [12:05] And it was an older ccache version from years ago. Looking at the ccache repo, even today, there are quite a few known bugs compared to the man page which lists only one known bug regarding false positives. [12:23] ced117 (~ced117@opensuse/member/ced117) left irc: Ping timeout: 250 seconds [12:30] [scummvm] mduggan opened pull request #2160: ULTIMA8: Use ScummVM PixelFormat struct (master...u8_use_scummvm_pixelformat) https://git.io/JvDUA [12:36] travis-ci (~travis-ci@ec2-3-89-8-53.compute-1.amazonaws.com) joined #scummvm. [12:36] scummvm/scummvm#12556 (master - dbc77ca : RafaB Bdzkowski): The build has errored. [12:36] Change view : https://github.com/scummvm/scummvm/compare/22943ee3688e...dbc77ca24210 [12:36] Build details : https://travis-ci.org/scummvm/scummvm/builds/665119627 [12:36] travis-ci (travis-ci@ec2-3-89-8-53.compute-1.amazonaws.com) left #scummvm. [12:51] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [12:51] travis-ci (~travis-ci@ec2-3-90-140-228.compute-1.amazonaws.com) joined #scummvm. [12:51] scummvm/scummvm#12557 (master - 99c2e23 : Lothar Serra Mari): The build passed. [12:51] Change view : https://github.com/scummvm/scummvm/compare/dbc77ca24210...99c2e23b1396 [12:51] Build details : https://travis-ci.org/scummvm/scummvm/builds/665130235 [12:51] travis-ci (travis-ci@ec2-3-90-140-228.compute-1.amazonaws.com) left #scummvm. [12:56] mlk (~mlk@85.191.222.213) joined #scummvm. [12:56] mlk (~mlk@85.191.222.213) left irc: Remote host closed the connection [12:57] Tkachov (~q@84.237.53.159) joined #scummvm. [12:57] #scummvm: mode change '+o Tkachov' by ChanServ!ChanServ@services. [13:02] @aryanrawlani28 You still did not fix problem with your commits. [13:03] And speaking on "why it crashes?", you're a developers, and it is an excellent opportunity to find this out and submit a fix [13:04] travis-ci (~travis-ci@ec2-3-90-140-228.compute-1.amazonaws.com) joined #scummvm. [13:04] scummvm/scummvm#12560 (master - 666d4dc : Roland van Laar): The build has errored. [13:04] Change view : https://github.com/scummvm/scummvm/compare/99c2e23b1396...666d4dc783b6 [13:04] Build details : https://travis-ci.org/scummvm/scummvm/builds/665143138 [13:04] travis-ci (travis-ci@ec2-3-90-140-228.compute-1.amazonaws.com) left #scummvm. [13:17] SylvainTV (~Sylvain@lfbn-lil-1-811-58.w92-148.abo.wanadoo.fr) joined #scummvm. [13:17] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [13:26] @sev I tried reading through properly and edited it again while comparing with a few merged requests. Is it proper now? [13:26] I do not see it [13:26] your commit log messages are all wrong [13:27] did you find the commit guidelines on our Wiki? [13:27] or need help? [13:28] https://wiki.scummvm.org/index.php/Commit_Guidelines This right? [13:28] yep [13:28] [scummvm] rvanlaar opened pull request #2161: DIRECTOR: implement transformColor function (master...rvanlaar/transformColor) https://git.io/JvDkU [13:29] Wait, are you talking about the individual commits? Sorry, I didn't notice I had sloppy messages. I thought the PR messages should be proper according to guidelines. I'm a little new to open-source so im sorry. will fix it now. [13:33] [scummvm] sev- closed pull request #2161: DIRECTOR: implement transformColor function (master...rvanlaar/transformColor) https://git.io/JvDkU [13:33] [scummvm] sev- pushed 1 new commits to master: https://git.io/JvDkq [13:33] scummvm/master 6bfcb91 rvanlaar: DIRECTOR: implement transformColor function [13:40] it's more of a project policy [13:46] [scummvm] rvanlaar pushed 1 new commits to master: https://git.io/JvDk4 [13:46] scummvm/master 124b9ec rvanlaar: DIRECTOR: transformColor in non _vm places [13:47] travis-ci (~travis-ci@ec2-3-89-8-53.compute-1.amazonaws.com) joined #scummvm. [13:47] scummvm/scummvm#12564 (master - 6bfcb91 : Roland van Laar): The build has errored. [13:47] Change view : https://github.com/scummvm/scummvm/compare/666d4dc783b6...6bfcb9197d35 [13:47] Build details : https://travis-ci.org/scummvm/scummvm/builds/665186160 [13:47] travis-ci (travis-ci@ec2-3-89-8-53.compute-1.amazonaws.com) left #scummvm. [13:48] [scummvm] rvanlaar closed pull request #2113: DIRECTOR: Revert Palette DO NOT MERGE (master...rvanlaar/reversePalette) https://git.io/Jva4W [13:53] @aryanrawlani28 yes, you just need to interactively rebase and force-push to your branch: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History [14:04] Yeah I was learning that right now :D [14:05] When I do interactively rebase, I'm squashing uncessary comments and rewording them. How do I push these back to my repo online? Rebase and merge seem to pull data from the repo and make me loose my local changes [14:06] Oh wait nvm [14:11] ny00123 (~ny00123@188.120.132.160) joined #scummvm. [14:16] just push -f and that will do the trick [14:17] @sev I think I've done it properly now. Sorry for the mess [14:20] be happy that you didn't suffer from a line ending issue. i had that unpleasure. [14:33] _sev (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [14:44] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 246 seconds [14:44] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [14:48] _sev (~sev@scummvm/undead/sev) joined #scummvm. [14:48] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [15:39] [scummvm] moralrecordings pushed 4 new commits to master: https://git.io/JvDLI [15:39] scummvm/master d36d047 moralrecordings: DIRECTOR: Implement loading for SND data [15:39] scummvm/master e68f7ee moralrecordings: DIRECTOR: Fix loading cast names with 13 letters [15:39] scummvm/master 3382e3e moralrecordings: DIRECTOR: LINGO: Add helper for fetching cast ID from a Datum [15:53] travis-ci (~travis-ci@ec2-52-200-98-216.compute-1.amazonaws.com) joined #scummvm. [15:53] scummvm/scummvm#12569 (master - 59d6c5e : Scott Percival): The build has errored. [15:53] Change view : https://github.com/scummvm/scummvm/compare/124b9ecc31fa...59d6c5e5fd0d [15:53] Build details : https://travis-ci.org/scummvm/scummvm/builds/665217979 [15:53] travis-ci (travis-ci@ec2-52-200-98-216.compute-1.amazonaws.com) left #scummvm. [16:08] [scummvm] moralrecordings pushed 1 new commits to master: https://git.io/JvDLy [16:08] scummvm/master 4a5d11b moralrecordings: DIRECTOR: When loading cast strings, only skip first byte for name [16:20] Scummette (~Scummette@roberta.scummvm.net) left irc: Ping timeout: 246 seconds [16:20] Scummette (~Scummette@roberta.scummvm.net) joined #scummvm. [16:36] [scummvm] bluegr pushed 2 new commits to master: https://git.io/JvDtq [16:36] scummvm/master 41dbcb6 bluegr: SCI: Remove dead code [16:36] scummvm/master 41e1053 bluegr: SCI: Stop any currently playing audio when loading. Fixes bug #9953. [16:38] [scummvm] bluegr closed pull request #2148: SCI: stop audio on restore, fixing #9953 (master...z_lb2_speech_continues) https://git.io/JvPYp [17:04] @rsn8887: I am trying to cross compile scummvm for Wii, do you know if yuzu emulator works for scummvm and at which performance? [17:05] P2E_ (~tgz@209.251.45.7) left irc: Ping timeout: 246 seconds [17:05] P2E (~tgz@209.251.45.7) joined #scummvm. [17:19] Yuzu is a Nintendo Switch emulator. I used it before to test and debug homebrew, but only on Windows. It ran full speed. It is worth a try. I could never get it to work on MacOS. [17:19] I never tested ScummVM on yuzu or any other emulator [17:20] If you want to run the Wii version of ScummVM, you should use the emulator called "Dolphin" it runs almost everything perfectly on Windows. [17:20] Although I have never tried ScummVM on Dolphin either. [17:21] yeah I used Dolphin for GameCube version [17:21] that worked quite well [17:22] I will give it a try when it will have finished to compile [17:22] 30 minutes and still not finished :/ [17:23] oh and I will have to try fluidsynth-lite because I have lightened your patchset for switch because there were many hacks [17:23] maybe we could have it merged upstream if it works [17:26] ccawley2011 (~ccawley20@2a00:23c6:341e:8d01:4cef:c3b8:9034:e01c) joined #scummvm. [17:26] #scummvm: mode change '+o ccawley2011' by ChanServ!ChanServ@services. [18:22] BeefEats (~BeefEats@unaffiliated/beefeats) joined #scummvm. [19:02] Begasus (~begasus@ptr-4qba4eajcgqglzyeepw.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [20:28] Deledrius (~Deledrius@68.118.138.186) left irc: Read error: Connection reset by peer [20:29] Deledrius (~Deledrius@68.118.138.186) joined #scummvm. [20:33] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [21:00] Hi guys, anyone knows what version of the QuickTime is supported by ScummVM decoder? I was trying to play a video that used QuickTime 3 but only audio is working. [21:00] https://cdn.discordapp.com/attachments/581224061091446795/691028849856872468/unknown.png [21:01] Converting to a more recent format, does not work either, as video codec is different [21:02] good ol' Cinepak [21:04] dreammaster (~dreammast@c-73-241-66-252.hsd1.ca.comcast.net) joined #scummvm. [21:04] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [21:05] hey dreammaster :) What's up? [21:06] Hey Strangerke. Not much; left the house for the first time in a week to stock up on groceries. It was weird how quiet it all was [21:06] Looks like Myst engine uses QT and they also use Cinepak, but may be an even older version. The videos I am trying to run are circa 1998 [21:07] yeah, it's super calm... [21:09] But it's probably best to keep the gloom to a minimum in-channel, so I'll say no more about it [21:10] Not sure if it's been mentioned in #offtopic, but GOG's latest sale freebie is a free platformer Mable in the Woods. Which centers around an intruiging transformation ability [21:10] hum, I have to check [21:30] @xesf can you run mplayer on it, so it tells details? [21:33] [scummvm] dreammaster closed pull request #2153: ULTIMA8: Add short fade in/out around menu items to match original game (master...u8_add_menu_fades) https://git.io/JvMsu [21:33] [scummvm] dreammaster pushed 1 new commits to master: https://git.io/JvD34 [21:33] scummvm/master 619aa02 mduggan: ULTIMA8: Add short fade in/out around menu items to match original game [21:45] [scummvm] dreammaster closed pull request #2160: ULTIMA8: Use ScummVM PixelFormat struct (master...u8_use_scummvm_pixelformat) https://git.io/JvDUA [21:45] [scummvm] dreammaster pushed 1 new commits to master: https://git.io/JvD3y [21:45] scummvm/master ea31e3d mduggan: ULTIMA8: Use ScummVM PixelFormat struct [21:52] travis-ci (~travis-ci@ec2-52-91-210-183.compute-1.amazonaws.com) joined #scummvm. [21:52] scummvm/scummvm#12572 (master - 619aa02 : Matthew Duggan): The build has errored. [21:52] Change view : https://github.com/scummvm/scummvm/compare/41e1053898c7...619aa0227321 [21:52] Build details : https://travis-ci.org/scummvm/scummvm/builds/665313911 [21:52] travis-ci (travis-ci@ec2-52-91-210-183.compute-1.amazonaws.com) left #scummvm. [21:58] am i impatient if i wonder why my PRs haven't been accepted yet? one is so small it fits in one commit. [22:02] probably nobody senior available to check them [22:03] Dominus (~dominus@unaffiliated/dominus) left irc: Read error: Connection reset by peer [22:03] Dominus (~dominus@port-92-194-100-248.dynamic.as20676.net) joined #scummvm. [22:03] Dominus (~dominus@port-92-194-100-248.dynamic.as20676.net) left irc: Changing host [22:03] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [22:04] right. [22:04] the other one is rather big. [22:04] i wouldn't merge something even trivial unless i'm 200% sure it's not gonna come back and bite me [22:05] OSS has made me wary of putting my name on anything [22:12] i mean, it's only a core utility class that's used in more than half of the files in the project. nothing to worry about /S [22:13] [scummvm] ScummVM-Translations pushed 4 new commits to master: https://git.io/JvDss [22:13] scummvm/master 153bfbc lotharsm: I18N: Update translation (German) [22:13] scummvm/master 881af5c IlDucci: I18N: Update translation (Spanish) [22:13] scummvm/master 0e42e75 goodoldgeorge: I18N: Update translation (Hungarian) [22:24] i'd worry more about breaking buildbot 😛 [22:36] travis-ci (~travis-ci@ec2-18-209-13-86.compute-1.amazonaws.com) joined #scummvm. [22:36] scummvm/scummvm#12574 (master - 7dbe6cf : Walter Agazzi): The build passed. [22:36] Change view : https://github.com/scummvm/scummvm/compare/ea31e3d822cc...7dbe6cf11045 [22:36] Build details : https://travis-ci.org/scummvm/scummvm/builds/665322722 [22:36] travis-ci (travis-ci@ec2-18-209-13-86.compute-1.amazonaws.com) left #scummvm. [22:54] pa[m]1 (pamatrixs@104-178-203-177.lightspeed.tukrga.sbcglobal.net) left #scummvm ("User left"). [23:33] waltervn (~waltervn@scummvm/undead/waltervn) left irc: Quit: Leaving [23:46] ccawley2011 (~ccawley20@2a00:23c6:341e:8d01:4cef:c3b8:9034:e01c) left irc: Quit: Leaving [23:51] yuv422 (~yuv422@119-18-3-11.771203.syd.nbn.aussiebb.net) left irc: Remote host closed the connection [23:51] yuv422 (~yuv422@119-18-3-11.771203.syd.nbn.aussiebb.net) joined #scummvm. [23:51] #scummvm: mode change '+o yuv422' by ChanServ!ChanServ@services. [00:00] --- Sun Mar 22 2020