[00:02] Lightkey (~Darklock@p200300f69709818422cf30fffe083718.dip0.t-ipconnect.de) left irc: Ping timeout: 268 seconds [00:15] Lightkey (~Darklock@p200300f69709810222cf30fffe083718.dip0.t-ipconnect.de) joined #scummvm. [00:44] Mia (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [01:37] SylvainTV (~Sylvain@lfbn-lil-1-1384-204.w90-110.abo.wanadoo.fr) left irc: Ping timeout: 260 seconds [01:37] SylvainTV (~Sylvain@lfbn-lil-1-1384-204.w90-110.abo.wanadoo.fr) joined #scummvm. [01:37] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [01:59] vliaskov (~vliaskov@dynamic-078-055-225-194.78.55.pool.telefonica.de) left irc: Remote host closed the connection [02:52] DominusExult (~dominus@port-92-196-107-119.dynamic.as20676.net) joined #scummvm. [02:52] DominusExult (~dominus@port-92-196-107-119.dynamic.as20676.net) left irc: Changing host [02:52] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [02:56] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [02:56] Nick change: DominusExult -> Dominus [02:56] Deledrius (~Deledrius@068-118-138-186.res.spectrum.com) left irc: Read error: Connection reset by peer [02:56] Deledrius (~Deledrius@068-118-138-186.res.spectrum.com) joined #scummvm. [05:14] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) joined #scummvm. [06:03] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) left irc: Read error: Connection reset by peer [06:50] JohnnyonFlame (~quassel@177-137-240-138.zamix.com.br) left irc: Ping timeout: 256 seconds [08:17] hey can I ask a question here? I have some graphics glitches in the dig, not sure if this is normal or how to fix [08:18] stuff not getting redrawn sometimes between scenes [08:18] https://cdn.discordapp.com/attachments/581224061091446795/796654327388176384/DIG-210107-062910.png [08:18] https://cdn.discordapp.com/attachments/581224061091446795/796654327774969876/DIG-210107-053440.png [08:18] https://cdn.discordapp.com/attachments/581224061091446795/796654327988617246/DIG-210107-060152.png [08:18] thru retroarch on android [08:20] playable just ugly, I saw compatability is only good [08:20] but not sure this is normal [08:26] Please try ScummVM's latest Android version, without any 3rd party (such as retroarch) [08:27] That will help narrow down where the problem is [08:27] will do [08:35] sigh yeah armv7 binary is fine lol [08:35] would be very nice for me to use retroarch on this.device but hopefully can configure scummvm nicely [08:36] retroarch has a speed hack that I turned off but then used a save game started with it on...? idk [08:42] main problems with scummvm android version are that it doesn't hide mouse cursor (I realize one doesn't usually have a mouse cursor on android) and doesn't have native mapping of controller [08:46] OK my only issue now is I want to hide the mouse cursor... [08:46] retroarch does this but not scummvm [08:46] hmm [08:49] I could hide system wide but that would be a bad solution for me [08:55] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) joined #scummvm. [09:13] Nick change: ldevulder_ -> ldevulder [09:22] cd (~cd@unaffiliated/cd) left irc: Quit: cd [09:24] https://github.com/scummvm/scummvm/pull/1891 ?? [09:24] why isn't it working for me [09:24] android 6 so... quite old [09:26] It's better to mention @ccawley2011 ... [09:26] thanks 🙏🙏🙏 [09:28] ajax16384 (~User@109.60.130.33) joined #scummvm. [09:28] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [10:00] ldevulder (~ldevulder@176.167.171.114) left irc: Ping timeout: 260 seconds [10:09] vliaskov (~vliaskov@dynamic-078-055-144-098.78.55.pool.telefonica.de) joined #scummvm. [10:21] ldevulder (~ldevulder@pop.92-184-124-27.mobile.abo.orange.fr) joined #scummvm. [10:45] Mia (~Mia@unaffiliated/mia) joined #scummvm. [10:48] I don't know if this is going to be of interest to anyone but I ported BASS from ScummVM to another platform a while back. It now runs in MIT Scratch (www.scratch.mit.edu). Some of the sorting is a little off, you sometimes need to load it twice (and/or make sure other browser tabs are closed) because of... erm... Scratch memory management and I couldn't fit the entire game in because of... erm... Scratch memory management (where you [10:48] theoretically have no limit on sprite costumes but in actual fact it just breaks if you go too far). I had the full loading intro sequence with the space ship crashing working, too, but had to remove it for... erm... you guessed it 🙂 I added a simple interface so that it's entirely mouse controlled (look/touch button, load/save button which saves to compressed, but extremely long, save codes because Scratch has no file access, help button, button [10:48] to disable frame limiting, etc) If anyone's curious to see how it plays, you can try it here - https://scratch.mit.edu/projects/339207237/ - and if Scratch ever sort out their sprite limitations I might actually get to put the final half of the game in there, too! [10:49] rip >>> Currently hiding the system mouse cursor is only supported on OUYA. If other systems provide similar intents, please add them here as well */ [10:52] vliaskov (~vliaskov@dynamic-078-055-144-098.78.55.pool.telefonica.de) left irc: Remote host closed the connection [11:04] @alm_8 the PR you mentioned hides cursor for Android N(ougat) and beyond (that is Android 7+) [11:07] maybe you can tell us the hardware you use? [11:07] In the master branch I've added some extra code on top of that wrt hiding the system cursor, but it is still for modern Androids. [11:08] However, I have changed (locally for now) some of it, because it introduced a weird issue that stopped physical mouse from behaving as intended [11:08] palasso (~palasso@unaffiliated/palasso) left irc: Ping timeout: 264 seconds [11:08] palasso_ (~palasso@unaffiliated/palasso) joined #scummvm. [11:09] I don't think that we will be able to fix the issue for old Android devices. I mean there's probably some way, but it will likely be more effort that it is worth. [11:14] palasso_ (~palasso@unaffiliated/palasso) left irc: Quit: I am not a quitter! [11:21] oh hmm [11:22] I think retroarch is just sending mouse input to scummvm through my analog stick [11:23] it's an android 6 armv7 device in game boy like form factor, no touch screen, analog stick for mouse [11:24] so no android.view.PointerIcon in android < 7? [11:24] I can probably just do analog controller in scummvm too I think [11:25] and hopefully retroarch smooths out their scummvm implementation [11:25] I don't really understand how you disable mouse cursor in your android device [11:25] is it a choice of yours? [11:26] mine specifically? idk what it does to implement this but it mapped home long press to activate disable mouse [11:27] toggles it rather [11:27] it disables the mouse entirely [11:28] but I think scummvm supports analog stick to mouse right? it'll be OK [11:28] ugh this is the one case in which it doesn't hide when disabled [11:28] I can put it in a corner lol [11:29] ok it hides... after a long time [11:29] weird but anyway nvm [11:29] ty [11:30] There could be something about this in the compatibility library. I do remember searching about it a few months ago, but most just suggested to root the device to get the result (for old devices), or something equally impractical. [11:32] yeah it's fine this way, it'd still be an issue if I were actually using a hardware mouse but whatever [11:36] hrm next issue is remapping controls 😔 [11:41] it's confusing, a few keys are mapped by default to lmb, rmb, escape [11:41] I can't remap joypad keys [11:47] I'd say we need improvement in joypad support. I only looked into it to fix the basic stuff - mouse emulation, make it viable for my joystick (an old saitek one), address the feedback at the beta. [11:47] https://forums.scummvm.org/viewtopic.php?p=94631 ah same issue [11:47] Someone should look into it more [11:47] mm well I can remap the keys for now [11:48] but yeah it's weird cuz like it does seem to recognize the analog at least [11:48] my a and b are also mapped to lmb rmb [11:48] That's basically because my Saitek is essentially just an analog stick 😄 [11:48] aah [11:49] It does have some buttons, but I did not mess with remapping them, I don't think. [11:49] It did have the left mouse button that is needed for most cases [11:50] hmm well it's pretty niche lol tho lots of ppl seem to be playing scumm on their PlayStation classic or something now [11:51] the ridiculous device in question btw [11:51] https://cdn.discordapp.com/attachments/581224061091446795/796707803691483166/IMG_20210107_063233.jpg [11:51] wish I could go back in time and give it to myself as a kid [11:52] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [12:34] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) left irc: Read error: Connection reset by peer [13:11] SylvainTV (~Sylvain@lfbn-lil-1-1384-204.w90-110.abo.wanadoo.fr) left irc: Ping timeout: 246 seconds [13:11] SylvainTV (~Sylvain@lfbn-lil-1-1384-204.w90-110.abo.wanadoo.fr) joined #scummvm. [13:11] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [13:24] palasso (~palasso@unaffiliated/palasso) joined #scummvm. [13:30] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) joined #scummvm. [14:25] ldevulder (~ldevulder@pop.92-184-124-27.mobile.abo.orange.fr) left irc: Read error: Connection reset by peer [14:26] ldevulder (~ldevulder@dtr77-h01-176-173-183-28.dsl.sta.abo.bbox.fr) joined #scummvm. [14:48] JohnnyonFlame (~quassel@177-137-240-138.zamix.com.br) joined #scummvm. [14:52] ajax16384 (~User@109.60.130.33) joined #scummvm. [14:52] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [16:09] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) left irc: Read error: Connection reset by peer [16:19] Begasus (~begasus@ptr-4qba4e9hsog56dgzmtv.18120a2.ip6.access.telenet.be) joined #scummvm. [16:35] Cheeseness (~cheesenes@ppp118-209-127-181.hba-tec-tas-bras31.tpg.internode.on.net) left irc: Ping timeout: 260 seconds [16:41] ny00123 (~ny00123@188.120.153.97) joined #scummvm. [16:51] SylvainTV (~Sylvain@lfbn-lil-1-1384-204.w90-110.abo.wanadoo.fr) left irc: Ping timeout: 272 seconds [16:51] SylvainTV (~Sylvain@lfbn-lil-1-1384-204.w90-110.abo.wanadoo.fr) joined #scummvm. [16:51] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [17:43] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) joined #scummvm. [18:09] Shine_ (~Shine@dynamic-077-003-216-169.77.3.pool.telefonica.de) left irc: Read error: Connection reset by peer [18:48] girafe (~girafe@lfbn-gre-1-220-194.w90-112.abo.wanadoo.fr) left irc: Ping timeout: 258 seconds [19:15] JohnnyonFlame (~quassel@177-137-240-138.zamix.com.br) left irc: Read error: Connection reset by peer [19:22] girafe (~girafe@lfbn-gre-1-220-194.w90-112.abo.wanadoo.fr) joined #scummvm. [19:38] cd (~cd@unaffiliated/cd) joined #scummvm. [20:00] _sev_ (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [20:03] JohnnyonFlame (~quassel@177-137-240-138.zamix.com.br) joined #scummvm. [20:10] _sev_ (~sev@d158167.upc-d.chello.nl) joined #scummvm. [20:10] _sev_ (~sev@d158167.upc-d.chello.nl) left irc: Changing host [20:10] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [20:10] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [20:22] [scummvm] ScummVM-Translations pushed 1 new commits to master: https://git.io/JLxwt [20:22] scummvm/master e9153bb : I18N: Update translation (Japanese) [20:34] _sev_ (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [20:35] _sev_ (~sev@d158167.upc-d.chello.nl) joined #scummvm. [20:35] _sev_ (~sev@d158167.upc-d.chello.nl) left irc: Changing host [20:35] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [20:35] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [20:41] Begasus (~begasus@ptr-4qba4e9hsog56dgzmtv.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [21:00] [scummvm] mgerhardy pushed 6 new commits to master: https://git.io/JLxog [21:00] scummvm/master 4b7dd81 mgerhardy: TWINE: added helper methods to get rid of SCREEN_WIDTH and SCREEN_HEIGHT [21:00] scummvm/master 3cf6eee mgerhardy: TWINE: replaced hardcoded resolution constants with function calls [21:00] scummvm/master d093c23 mgerhardy: TWINE: use new rect() method [21:00] [scummvm] ScummVM-Translations pushed 1 new commits to master: https://git.io/JLxo2 [21:00] scummvm/master f924642 : I18N: Update translation files [21:09] Cheeseness (~cheesenes@ppp118-209-77-231.hba-tec-tas-bras32.tpg.internode.on.net) joined #scummvm. [21:30] ajax16384 (~User@109.60.130.33) left irc: Quit: Leaving [21:32] _sev_ (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [21:34] _sev_ (~sev@d158167.upc-d.chello.nl) joined #scummvm. [21:34] _sev_ (~sev@d158167.upc-d.chello.nl) left irc: Changing host [21:34] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [21:34] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [21:54] [scummvm] mgerhardy pushed 2 new commits to master: https://git.io/JLx6j [21:54] scummvm/master 0bd7c20 mgerhardy: TWINE: removed SCREEN_WIDTH constant [21:54] scummvm/master 4fb6ddc mgerhardy: TWINE: enable higher resolution [21:54] [scummvm] ScummVM-Translations pushed 1 new commits to master: https://git.io/JLxiv [21:54] scummvm/master a995818 : I18N: Update translations templates [22:14] [scummvm] mgerhardy pushed 1 new commits to master: https://git.io/JLxP3 [22:14] scummvm/master 6005458 mgerhardy: TWINE: fixed position of behaviour text in high res mode [22:14] [scummvm] ScummVM-Translations pushed 1 new commits to master: https://git.io/JLxPZ [22:14] scummvm/master 8e0b375 : I18N: Update translation files [22:17] https://twitter.com/MartinGerhardy/status/1347301656447377408 [23:09] ny00123 (~ny00123@188.120.153.97) left irc: Quit: Leaving [00:00] --- Fri Jan 8 2021