[00:32] TMM (hp@amanda.tmm.cx) left irc: Quit: https://quassel-irc.org - Chat comfortably. Anywhere. [00:32] TMM (hp@amanda.tmm.cx) joined #scummvm. [00:43] [scummvm] Strangerke pushed 1 new commits to master: https://is.gd/mjZs2w [00:43] scummvm/master 27573e7 Strangerke: GOT: Renaming in boss3, init, main [00:52] balrog (znc@user/balrog) joined #scummvm. [01:03] Dominus (~dominus@exult/developer/dominus) left irc: Ping timeout: 265 seconds [01:04] Dominus (~dominus@exult/developer/dominus) joined #scummvm. [01:57] balrog (znc@user/balrog) left irc: Quit: Bye [01:59] balrog (znc@user/balrog) joined #scummvm. [02:00] jargon (~jargon@228.sub-174-201-244.myvzw.com) joined #scummvm. [02:00] Will ScummVM work with my rerelease CDROM of "Myst"? [02:01] I meant "Return to Zork" [02:01] ? [02:02] As in, is ScummVM able detect if my copy of "RTZ" is either a bootleg or a rerelease? [02:02] I had two differnt ones. [02:03] different* [02:03] Both seem to be bogus. One bought in a multi-pack at a store and the other online. [02:04] Neither came with the Zork Encyclopedia, Zorkmid, etc. [02:04] Zorkmid coin* [02:05] :/ [02:06] jargon (jargon@228.sub-174-201-244.myvzw.com) left #scummvm. [02:22] sev (~sev@2a02-a457-5d44-1-943c-b1c2-c35b-b286.fixed6.kpn.net) joined #scummvm. [02:22] sev (~sev@2a02-a457-5d44-1-943c-b1c2-c35b-b286.fixed6.kpn.net) left irc: Changing host [02:22] sev (~sev@scummvm/sev) joined #scummvm. [02:22] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [02:24] sev (~sev@scummvm/sev) left irc: Client Quit [02:53] DominusExult (~dominus@exult/developer/dominus) joined #scummvm. [02:55] Dominus (~dominus@exult/developer/dominus) left irc: Ping timeout: 276 seconds [02:55] Nick change: DominusExult -> Dominus [04:02] [discord] Docker is confusing [04:16] [discord] https://wiki.scummvm.org/index.php?title=Compiling_ScummVM/Docker [04:16] [discord] following this & hit dead end [04:16] [discord] https://cdn.discordapp.com/attachments/581224061091446795/1330390491409420359/Capture.PNG?ex=678dce32&is=678c7cb2&hm=0077060a4653a0659d9807ca67fe363ec54b6c78c31be457ccdfe66e9902048b& [04:19] [discord] Do you really want to build the toolchains from scratch? ... If you just want to use the built toolchains, then you can just use the latest docker images so https://wiki.scummvm.org/index.php?title=Compiling_ScummVM/Docker#Using_the_docker_images [04:21] [discord] Getting the source [04:21] [discord] Open a Terminal and type: [04:21] [discord] git clone https://github.com/scummvm/scummvm.git [04:21] [discord] Using the docker images [04:21] [discord] To fetch a toolchain image from the Docker Hub, issue the following commands: [04:21] [discord] cd scummvm [04:21] [discord] # Note: on some systems, it may be necessary to prefix [04:21] [discord] # the following command with 'sudo' [04:21] [discord] ./devtools/docker.sh [04:21] [discord] Yes. I can read. Please do not flood [04:22] [discord] i got hung up here [04:22] [discord] "Once in the Docker image, the following commands should be issued in order to build ScummVM: [04:22] [discord] scummvm_configure [04:22] [discord] scummvm_build [04:22] [discord] scummvm_package [04:22] [discord] where is the list of additional configure flags. The packaging command is optional." [04:22] [discord] Two secs. [04:23] [discord] so i did "docker run -it c79cc698a14f bash to open the Docker image [04:23] [discord] TWO SECS [04:23] [discord] so i did "docker run -it c79cc698a14f bash" to open the Docker image (edited) [04:24] [discord] I am just seeing if those instructions are outdated [04:25] [discord] My build machine is busy rebuilding clang... so this is sluggish [04:26] [scummvm] sluicebox pushed 3 new commits to master: https://is.gd/ZlIOzP [04:26] scummvm/master 1894365 sluicebox: TETRAEDGE: Fix memory leak. PVS-Studio V773 [04:26] scummvm/master 95f4ad1 sluicebox: AGI: PREAGI: Initialize members [04:26] scummvm/master 0cda7d1 sluicebox: AGI: Add `diskdump` debug command [04:27] [discord] I'm doing this on my 7th gen Core i7-7700, 16GB DDR4, 3GB GDDR5 Nvidia GTX-1060 [04:28] [discord] I KNOW. I am not [04:28] [discord] SIGH. I am talking about my machine and explaining in indirection why it is taking me some time to respond [04:28] [discord] the only other 64bit machine i have is Core 2 Duo from 2006/2007? [04:29] [discord] the only other 64bit machine i have is Core 2 Duo from 2006/2007? & that is running Windows XP to control my Ham radio equipment (edited) [04:31] [discord] *SIGH* ... You are missing the point by a mile. I am not talking about you. I am indirectly explaining that I am taking some time to look at this because _MY_ build computer is busy... hence running slow? [04:32] [discord] sorry i got side tracked & misunderstood [04:33] [discord] Right. Got it. [04:34] [discord] @addable13 If you execute "alias" in the docker... i.e. after the ./devtools/docker.sh has finished and dropped you into the docker environment... [04:34] [discord] oh [04:34] [discord] That will list the aliases available.... It appears that they are not scummvm_configure, but scummvm_configure_gamecube ... or similar [04:36] [discord] i.e. the platform is appended for toolchains which support several targets... though note that those aliases are just helpful shortcuts. You can see what they alias to [04:38] [discord] See "On toolchain images supporting several platforms, the aliases are diversified in the form scummvm__. Use the alias command to find the proper ones. " .... [04:38] [discord] This is actually noted in those instructions. [04:45] [discord] so in the end, where would i find the finished product [04:46] [discord] so in the end, where would i find the finished product? (edited) [04:46] [discord] Probably a new folder in the scummvm source tree called dcdist ... just checking the packaging alias / step [04:48] [discord] Yes ... That is right [04:49] [discord] See https://github.com/scummvm/scummvm/blob/master/backends/platform/dc/dreamcast.mk#L37 [04:50] [discord] How are you intending to test this on your Dreamcast? [04:50] [discord] GDEMU [04:51] [discord] Ah I see. If you need another way, then static builds can be run using serial / IP upload using https://mc.pp.se/dc/sw.html [04:52] [discord] The cables for serial are fairly easy to solder together. [04:54] [discord] A USB FTDI to 3V3 LVTTL/CMOS with the right connector works... the pinout is as per the older RS232 to 3V3 design: https://mc.pp.se/dc/serifc.html [04:56] [discord] doesnt seem to be any response in the terminal [04:56] [discord] https://cdn.discordapp.com/attachments/581224061091446795/1330400345733730384/Capture.PNG?ex=678dd760&is=678c85e0&hm=28419cb514d633e7056f8fab72ac115771d3cd24f6999d806d3ee9437d980e1e& [04:56] [discord] Hmm. On dreamcast, it is just scummvm_build, scummvm_configure and scummvm_package looking in the docker image. [04:57] [discord] Errm. How good is your Unix knowledge? [04:57] [discord] I know a bit of Linux, not UNIX though [04:58] [discord] I think you have some holes in your knowledge... though to be honest, most people do. [04:58] [discord] I know a bit of Linux, not UNIX though. I've been told before that the two are simular (edited) [04:58] [discord] "alias" with no arguments displays the defined aliases. [04:59] [discord] command terminal is not my best aera [04:59] [discord] To execute one... you just type the name... and the text on the right is executed instead. [04:59] [discord] command terminal is not my best area (edited) [04:59] [discord] Best to get better over time... Programming is a text adventure game. Unless you are using Visual Basic or Labview 😐 [05:01] [discord] Anyway, just do scummvm_configure (then hit return) ... then scummvm_build (then hit return) then scummvm_package (then hit return) then exit. [05:01] [discord] My technical knowledge is more in electrical prints & PLC [05:01] [discord] scummvm_build [05:01] [discord] typed that in the wrong window [05:03] [discord] My first degree is EE ... I can happily talk about Ladder Logic if you wish [05:04] [discord] (bash: /data/scummvm/configure: No such file or directory) [05:06] [discord] Right. Type exit to leave the docker environment. [05:07] [discord] In a command line... cd to the Git checkout of scummvm. [05:07] [discord] PLC programing is one headache i deal with, because someone always will fudge up the controller [05:07] [discord] Then do ./devtools/docker.sh toolchains/dreamcast [05:09] [discord] To be clear... a BASH commandline ... If you are on Windows, then WSL or MinGW / MSYS2 will probably be required. [05:10] [discord] i have WSL [05:11] [discord] If you run that script correctly... It will fetch the required image and then drop you into it... mounting the scummvm source folder into the correct location. [05:12] [discord] it downloaded something [05:27] [discord] Note sure if you have worked this out... but once at the prompt of "root@XXX:/data/scummvm#" you can then do the scummvm_configure, then scummvm_build, then scummvm_package then exit. Once you are out, the built dcdist data will still be in the relevant folder. [05:28] [discord] Have to sleep now. Good luck. [05:28] [discord] thank you for your help. goodnight [06:41] Begasus (~Begasus@d54C05662.access.telenet.be) joined #scummvm. [07:21] DominusExult (~dominus@exult/developer/dominus) joined #scummvm. [07:24] Dominus (~dominus@exult/developer/dominus) left irc: Ping timeout: 244 seconds [07:24] Nick change: DominusExult -> Dominus [09:22] [scummvm] Strangerke pushed 1 new commits to master: https://is.gd/lDRA4T [09:22] scummvm/master 7f64ddf Strangerke: GOT: renaming and constness in game and views folders, add some missing default cases in switches [09:53] borosky (~borosky@213.134.161.252) joined #scummvm. [11:19] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [11:19] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [11:22] [scummvm] tag2015 pushed 1 new commits to master: https://is.gd/xD8Xc5 [11:22] scummvm/master 8215c32 tag2015: AGS: Add paintedhills2 version [12:12] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [12:12] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [12:15] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 272 seconds [12:31] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [12:31] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [12:34] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [12:35] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [12:35] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [12:37] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 264 seconds [12:38] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [12:38] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [12:41] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 246 seconds [12:42] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [12:42] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [12:45] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [12:45] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [12:45] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [12:47] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [12:49] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [12:49] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [12:51] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [12:52] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [12:52] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [12:55] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [12:56] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [12:56] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [12:58] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [12:59] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [12:59] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:02] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [13:03] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [13:03] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:05] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [13:06] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [13:06] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:08] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [13:10] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [13:10] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:13] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 272 seconds [13:13] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [13:13] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:15] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [13:16] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [13:16] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:19] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 265 seconds [13:20] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [13:20] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:23] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [13:23] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [13:23] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:26] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [13:27] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [13:27] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:30] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 265 seconds [13:30] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [13:30] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:33] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [13:34] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [13:34] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:36] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [13:37] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [13:37] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:40] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [13:41] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [13:41] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [13:43] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [13:44] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [13:44] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [13:47] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [13:51] sev (~sev@2a02-a457-5d44-1-943c-b1c2-c35b-b286.fixed6.kpn.net) joined #scummvm. [13:51] sev (~sev@2a02-a457-5d44-1-943c-b1c2-c35b-b286.fixed6.kpn.net) left irc: Changing host [13:51] sev (~sev@scummvm/sev) joined #scummvm. [13:51] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [14:13] sev (~sev@scummvm/sev) left irc: Quit: This computer has gone to sleep [14:22] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [14:22] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [14:24] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [14:25] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [14:25] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [14:28] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [14:29] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [14:29] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [14:31] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [14:32] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [14:32] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [14:34] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [14:35] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [14:35] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [14:38] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [14:39] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [14:39] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [14:40] sev (~sev@scummvm/sev) joined #scummvm. [14:40] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [14:41] sev (~sev@scummvm/sev) left irc: Client Quit [14:42] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [14:42] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [14:42] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [14:46] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 276 seconds [14:46] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [14:46] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [14:47] sev (~sev@scummvm/sev) joined #scummvm. [14:47] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [14:49] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 276 seconds [14:49] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [14:49] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [14:52] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 245 seconds [14:53] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [14:53] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [14:55] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [14:56] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [14:56] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [14:59] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [15:00] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [15:00] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:02] sev (~sev@scummvm/sev) left irc: Quit: This computer has gone to sleep [15:02] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [15:02] sev (~sev@81-205-47-249.fixed.kpn.net) joined #scummvm. [15:02] sev (~sev@81-205-47-249.fixed.kpn.net) left irc: Changing host [15:02] sev (~sev@scummvm/sev) joined #scummvm. [15:02] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [15:03] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:03] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:06] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 265 seconds [15:07] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [15:07] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:09] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [15:10] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:10] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:13] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 265 seconds [15:14] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [15:14] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:15] sev (~sev@scummvm/sev) left irc: Quit: This computer has gone to sleep [15:16] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [15:17] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [15:17] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:19] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 246 seconds [15:21] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [15:21] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:23] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [15:24] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:24] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:26] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [15:27] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [15:27] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:30] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [15:31] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:31] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:32] ny00123 (~ny00123@2a0d:6fc2:5ac1:6000:2499:5ef6:6ec8:35bb) joined #scummvm. [15:33] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [15:34] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [15:34] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:37] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 264 seconds [15:38] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:38] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:40] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [15:41] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [15:41] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:44] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 244 seconds [15:45] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:45] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:47] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 248 seconds [15:48] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [15:48] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:51] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 264 seconds [15:52] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [15:52] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [15:54] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [15:55] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [15:55] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [15:57] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [16:46] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [16:46] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [16:48] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [16:49] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [16:49] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [16:51] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 246 seconds [16:53] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [16:53] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [16:55] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 265 seconds [16:56] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [16:56] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [16:59] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [16:59] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [16:59] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:02] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 265 seconds [17:03] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:03] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:05] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [17:06] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:06] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:09] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [17:10] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:10] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:12] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [17:13] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:13] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:16] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 272 seconds [17:17] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [17:17] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:20] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 272 seconds [17:20] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:20] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:23] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 272 seconds [17:24] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:24] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:26] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [17:27] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:27] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:30] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [17:31] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:31] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:33] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [17:34] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:34] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:37] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [17:38] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:38] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:40] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 264 seconds [17:41] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:41] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:44] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [17:45] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:45] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:48] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [17:48] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [17:48] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:51] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 264 seconds [17:51] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:51] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [17:55] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 276 seconds [17:55] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [17:55] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [17:58] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 265 seconds [17:58] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [17:58] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:01] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [18:02] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:02] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:04] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [18:05] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [18:05] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:08] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 265 seconds [18:09] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [18:09] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:11] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [18:12] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:12] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:15] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [18:16] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [18:16] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:18] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [18:19] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [18:19] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:22] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [18:23] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:23] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:25] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 246 seconds [18:26] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [18:26] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:28] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [18:30] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [18:30] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:32] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 244 seconds [18:33] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:33] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:35] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [18:36] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [18:36] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:38] sev (~sev@2a02-a457-5d44-1-943c-b1c2-c35b-b286.fixed6.kpn.net) joined #scummvm. [18:38] sev (~sev@2a02-a457-5d44-1-943c-b1c2-c35b-b286.fixed6.kpn.net) left irc: Changing host [18:38] sev (~sev@scummvm/sev) joined #scummvm. [18:38] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [18:39] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [18:40] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [18:40] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:43] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [18:43] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:43] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:46] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 272 seconds [18:47] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:47] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:49] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 248 seconds [18:50] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [18:50] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:53] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 272 seconds [18:54] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [18:54] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [18:56] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [18:57] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [18:57] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [18:58] sev (~sev@scummvm/sev) left irc: Quit: This computer has gone to sleep [18:59] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [19:01] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [19:01] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [19:03] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [19:04] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [19:04] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [19:06] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [19:08] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [19:08] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [19:10] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [19:11] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [19:11] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [19:13] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [19:15] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [19:15] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [19:17] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [19:18] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [19:18] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [19:20] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 244 seconds [19:27] sev (~sev@scummvm/sev) joined #scummvm. [19:27] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [19:51] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [19:51] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [19:53] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [19:54] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [19:54] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [19:57] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [19:57] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [19:57] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:00] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [20:01] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [20:01] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:03] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 246 seconds [20:04] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:04] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:07] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 246 seconds [20:08] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:08] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:10] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 248 seconds [20:11] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [20:11] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:12] Begasus (~Begasus@d54C05662.access.telenet.be) left irc: Quit: Vision[]: i've been blurred! [20:14] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [20:15] ccawley2011 (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:15] #scummvm: mode change '+o ccawley2011' by ChanServ!ChanServ@services.libera.chat [20:17] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [20:18] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:18] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:21] ccawley2011 (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [20:22] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [20:22] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:24] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [20:25] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [20:25] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:28] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [20:29] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [20:29] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:31] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 244 seconds [20:32] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:32] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:35] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [20:36] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:36] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:38] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 265 seconds [20:39] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:39] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:41] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [20:43] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:43] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:45] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [20:46] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:46] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:48] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [20:49] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [20:49] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:52] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [20:53] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:53] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [20:54] sev (~sev@scummvm/sev) left irc: Quit: This computer has gone to sleep [20:55] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 252 seconds [20:56] sev (~sev@scummvm/sev) joined #scummvm. [20:56] #scummvm: mode change '+o sev' by ChanServ!ChanServ@services.libera.chat [20:56] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [20:56] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [20:58] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 252 seconds [21:00] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [21:00] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [21:02] ccawley2011__ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 244 seconds [21:03] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [21:03] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [21:06] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Ping timeout: 248 seconds [21:07] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [21:07] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [21:09] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 245 seconds [21:10] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [21:10] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [21:13] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [21:14] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [21:14] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [21:16] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [21:17] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [21:17] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [21:18] [scummvm] yuv422 pushed 1 new commits to master: https://is.gd/x6COkm [21:18] scummvm/master c6e56a1 : DARKSEED: Add korean font support [21:20] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 265 seconds [21:21] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [21:21] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [21:23] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 248 seconds [21:24] ccawley2011__ (~ccawley20@195.180.34.251) joined #scummvm. [21:24] #scummvm: mode change '+o ccawley2011__' by ChanServ!ChanServ@services.libera.chat [21:27] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 244 seconds [21:28] ccawley2011_ (~ccawley20@195.180.34.251) joined #scummvm. [21:28] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [21:30] ccawley2011__ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [21:33] ccawley2011_ (~ccawley20@195.180.34.251) left irc: Ping timeout: 260 seconds [21:38] gsi (~gsi@user/gsi) joined #scummvm. [21:42] gsi_ (~gsi@user/gsi) left irc: Ping timeout: 265 seconds [21:52] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) joined #scummvm. [21:52] #scummvm: mode change '+o ccawley2011_' by ChanServ!ChanServ@services.libera.chat [21:56] borosky (~borosky@213.134.161.252) left irc: Ping timeout: 252 seconds [22:12] ccawley2011_ (~ccawley20@195-180-34-251.customer.gigaclear.net) left irc: Read error: Connection reset by peer [22:38] ny00123 (~ny00123@2a0d:6fc2:5ac1:6000:2499:5ef6:6ec8:35bb) left irc: Quit: Leaving [22:52] TMM (hp@amanda.tmm.cx) left irc: Quit: https://quassel-irc.org - Chat comfortably. Anywhere. [22:52] TMM (hp@amanda.tmm.cx) joined #scummvm. [22:55] [discord] Hey, I am a friend of YTPmaker and he wants to know why he got banned [22:55] [discord] suggest him to alter his nick, which is violtion of this server rules [22:55] [discord] suggest him to alter his nick, which is in violation of this server rules (edited) [22:55] [discord] Then I will forward to him, thank you! [22:56] [discord] He has changed his name, please unban him [22:56] [discord] one moment [22:57] [discord] done [22:58] [discord] thank u kind sir [23:04] [discord] ...and banned the idiots right away. For renaming themself into vile language [23:04] [discord] ...and banned the idiots right away. For renaming themselves into vile language (edited) [23:11] [discord] For those not meme-aware... YTP is https://en.wikipedia.org/wiki/YouTube_Poop . SIGH. [23:12] [discord] his nick was also about self-harm [23:12] [discord] and then his "friend" tried to curse, but it was moderated by Discord [23:14] [discord] Ouch. There seems to be some overlap with "The Angry Video Game Nerd" who has a lot of PnC games ... and a lot of superlative swearing for shock effect and thus Y*utube views. SIGH. Damn attention economy [23:14] [discord] hear hear [23:32] [discord] I finally finished Livestreaming obsidian, but some bugs are quite evident if you watch them. [23:33] [discord] Bugs I should note that were not native to the CD original [23:33] [discord] - Some sounds double-play when clicked, like the red lever in the ornithopter [23:33] [discord] - the painting in the statue vanished and softlocked me, forcing me to reload [23:43] [discord] that's a nice report. Would you be able to put it on the bugtracker? Perhaps with savegames and timestamps to your stream? [23:43] [discord] Can you tell me how to do that? [23:44] [discord] bugs.scummvm.org [23:44] [discord] you log in with GitHub account [00:00] --- Mon Jan 20 2025