[00:05] heroux_ (sandroco@gateway/shell/insomnia247/x-elnhccjbqumkrymh) left irc: Read error: Connection reset by peer [00:05] heroux (sandroco@gateway/shell/insomnia247/x-mwpfnzzxahnekcfe) left irc: Read error: Connection reset by peer [00:05] heroux (sandroco@gateway/shell/insomnia247/x-gdwgqqzcqqdsmcau) joined #scummvm. [00:05] heroux_ (sandroco@gateway/shell/insomnia247/x-yycaajbcvqpgrbpy) joined #scummvm. [00:20] darkbasic92 (5e4049ee@gateway/web/freenode/ip.94.64.73.238) left irc: Ping timeout: 252 seconds [00:53] heroux_ (sandroco@gateway/shell/insomnia247/x-yycaajbcvqpgrbpy) left irc: Read error: Connection reset by peer [00:53] heroux (sandroco@gateway/shell/insomnia247/x-gdwgqqzcqqdsmcau) left irc: Write error: Connection reset by peer [00:53] heroux (sandroco@gateway/shell/insomnia247/x-hhmkeijclkitvhyb) joined #scummvm. [00:53] heroux_ (sandroco@gateway/shell/insomnia247/x-srslkubsvspyrlhb) joined #scummvm. [01:16] phyber_ (~phyber@unaffiliated/phyber) joined #scummvm. [01:18] phyber (~phyber@unaffiliated/phyber) left irc: Ping timeout: 240 seconds [01:18] Nick change: phyber_ -> phyber [02:32] Littleboy (~littleboy@pool-108-7-223-151.bstnma.fios.verizon.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [03:11] dreammaster (~dreammast@c-76-126-14-246.hsd1.ca.comcast.net) joined #scummvm. [03:11] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [03:19] SupSuper (~SupSuper@openxcom/dev/supsuper) left irc: Quit: Rip [03:57] dreammaster: there's a few references to scummvm-misc in the wiki that lead to a dead end [03:57] is that something you're still maintaining somewhere? [03:59] Well, that's a little unclear. The Gargoyle engine I did some years back was probably the biggest "misc" thing, since RPGs have already been folded into ScummVM [04:00] Though I have been given encouragement to update and resubmit for inclusion, but it's not on my immediate priority list. I'm having too much fun mucking around working on Ultima 1 support :) [04:04] is that project still anywhere? should I update the link or just remove the ref? [04:05] Probably safe to remove all the links. Just the one remaining engine isn't enough to warrant a whole "project" anymore, which is also why I deleted the SourceForge project site for a while back [04:08] It'll be nice, one day, for ScummVM to be the repository for all adventure games, no matter the kind. [04:08] so zork text adventures aren't supported? [04:10] Well, the Gargoyle engine does support them, yes. It just was never merged, because back then more team members were, I guess the term would be emphatic, about keeping ScummVM just for point and click adventure games. [04:11] Things are somewhat more inclusive these days, particularly with RPGs now allowed. [04:12] For which I'm thankful.. one of my long term goals is to finish a Legend engine which, along with support Xanth and eventually maybe Death Gate, would also support the earlier graphic/text combo game sets like Gateway and Spellcasting. [04:12] maybe worth revisiting with an email to -devel? [04:13] Well, as I said, right this moment I'm engrossed with Ultima 1 work. At some point, though, when I feel like a short break, I'll look into rebasing my old work on top of the current master, and then I'll resubmit it. [04:14] There's proably somethings that'll ideally need to be fixed in the history, like the initGraphics change done a while back. [04:14] ok, meanwhile i updated the wiki [04:15] Of course, if anyone has free time and wants to take a stab it in the interim, they're welcome to. But it's waited this long, so it can wait a bit longer. [04:15] Cool, thanks [04:16] where's the code? [04:18] https://github.com/dreammaster/scummvm/tree/gargoyle [04:18] Be kind.. this done years ago, so there's probably all kinds of nastiness I've forgotten about ;) [04:19] In point of fact, there may be some merit to not directly resurrecting it.. [04:20] I may be misremembering wrong, but I heard that there was work done in my old Interactive Fiction stomping grounds making a common "merged" interpreter for Infocom, TADS, Hugo, etc. If that is indeed the case, then a fresh engine may be better suited to adapting it [04:21] As opposed to trying to expand this Gargoyle engine, which is Infocom specific [04:30] sounds like a it would've been a good GSOC project [04:32] Interesting idea if it is indeed the case. Certainly easier adapting an existing source base than reverse engineering the games from scratch. [04:59] rsn8887 (Elite20822@gateway/shell/elitebnc/x-wttzwiafnadiwgkq) joined #scummvm. [05:10] dreammaster (~dreammast@c-76-126-14-246.hsd1.ca.comcast.net) left irc: [06:26] heroux (sandroco@gateway/shell/insomnia247/x-hhmkeijclkitvhyb) left irc: Read error: Connection reset by peer [06:26] Nick change: heroux_ -> heroux [06:27] heroux_ (sandroco@gateway/shell/insomnia247/x-eeluvdvlxhpddcik) joined #scummvm. [06:46] morning folks [07:36] Strangerke|work (566b7b3a@gateway/web/freenode/ip.86.107.123.58) joined #scummvm. [07:36] hi guys [07:37] I'm looking for documentation concerning port 0x3DF, if someone has some info please poke me [07:39] KAT (~K4T@91.201.122.108) joined #scummvm. [07:53] PCjr-specific CGA extensions? [08:07] If the piece of doc I found is right, yes [08:08] but on other docs I found, it's documented as VGA ports... I don't know what to believe, and in any case I don't have enough details [08:10] The only references I've found so far are in PCjr context. The old ports.lst only has a one-line description for it referencing the PCjr. [08:20] PCjr tech ref calls it the "CRT page register", it seems you can use it to select which page of the VRAM is shown by the CRTC and which page can be accessed by the CPU at 0B8000h. 8 pages of 16KB, non-overlapping, techref page 2-79 (105 in my PDF) has the bit assignments [08:21] For VGA everyone seems to document it as part of the register space, but noone seems to mention what it would be used for. [08:31] hum, ok [08:31] It's a bit weird as the game doesn't seem to support pcjr explicitely [08:32] but ok, maybe I should just look somewhere else, most likely it's code I don't need, then [08:34] what's the name of your doc, btw? [08:36] The one I'm using is "VGA Function Specification GXm/MXi Processors", from Cyrix [08:46] PCjr technical reference: http://www.retroarchive.org/dos/docs/ibmpcjrtechref.pdf [08:50] https://pdos.csail.mit.edu/6.828/2004/readings/hardware/vgadoc/CGA.TXT has another interpretation of the register - IIRC AGA was a term used for some cards that could do both CGA and Hercules with a few extensions [08:52] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [09:38] darkbasic92 (5e4049ee@gateway/web/freenode/ip.94.64.73.238) joined #scummvm. [09:54] heroux (sandroco@gateway/shell/insomnia247/x-srslkubsvspyrlhb) left irc: Read error: Connection reset by peer [09:54] Nick change: heroux_ -> heroux [09:55] heroux_ (sandroco@gateway/shell/insomnia247/x-nsnnbyflonwxjuiq) joined #scummvm. [11:22] ping _sev [11:56] Lightkey (~Darklock@p200300F693C2818622CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 252 seconds [12:10] Lightkey (~Darklock@p200300F693C2813722CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [12:20] anyone building on windows 10 and vs 2017? I find that i have to manually re-target my projects to win 10 SDK, even with the 8.1 SDK installed (which is what the initial target is) [12:21] and sometimes that's wonky too, getting errors like `C++ cannot open source file "stdio.h"` [13:06] wow, nice error message :/ [13:06] I compile on older crap (Win7, MSVC9) so I can't help [13:08] I removed all MSVC components and then just reinstalled c++ with the 8.1 sdk and no 10.x sdk [13:08] which seems to work now [13:08] i don't think it's a problem with the project we create [13:12] SupSuper (~SupSuper@openxcom/dev/supsuper) joined #scummvm. [13:37] heroux_ (sandroco@gateway/shell/insomnia247/x-nsnnbyflonwxjuiq) left irc: Read error: Connection reset by peer [13:37] heroux_ (sandroco@gateway/shell/insomnia247/x-dnzgwiptezmjukzy) joined #scummvm. [13:40] ccawley2011 (1f358d1f@gateway/web/freenode/ip.31.53.141.31) joined #scummvm. [14:10] heroux (sandroco@gateway/shell/insomnia247/x-eeluvdvlxhpddcik) left irc: Read error: Connection reset by peer [14:10] heroux_ (sandroco@gateway/shell/insomnia247/x-dnzgwiptezmjukzy) left irc: Read error: Connection reset by peer [14:10] heroux (sandroco@gateway/shell/insomnia247/x-kosmfsgzizdenwfv) joined #scummvm. [14:10] heroux_ (sandroco@gateway/shell/insomnia247/x-ublyxizdxorjhvtn) joined #scummvm. [14:27] Dark-Star (~quassel@2a01:238:427f:2f00:3060:fc6b:969e:dcf0) left irc: Ping timeout: 252 seconds [14:28] Dark-Star (~quassel@2a01:238:427f:2f00:3060:fc6b:969e:dcf0) joined #scummvm. [15:48] KAT (~K4T@91.201.122.108) left irc: Ping timeout: 240 seconds [16:10] ny00123 (~ny00123@94.230.83.34) joined #scummvm. [17:41] LubomirR (~LubomirR_@bband-dyn73.95-103-64.t-com.sk) joined #scummvm. [17:42] scummvm_github (scummvm_gi@gateway/service/github.com/x-tfmcoylmwwtizfvt) joined #scummvm. [17:42] [scummvm] LubomirR pushed 1 new commit to master: https://git.io/fAuwV [17:42] scummvm/master c36fb36 =ubomír Remák: MUTATIONOFJB: Add support for 'look' action on inventory items. [17:42] scummvm_github (scummvm_gi@gateway/service/github.com/x-tfmcoylmwwtizfvt) left #scummvm. [18:04] Port build status changed with c36fb36a: Failure: master-mingw-w64 [18:18] collect2: fatal error: ld terminated with signal 11 [Segmentation fault] [18:35] cpasjuste (~cpasjuste@mydedibox.fr) joined #scummvm. [18:39] scummvm_github (scummvm_gi@gateway/service/github.com/x-qzozghtmqjhvkveq) joined #scummvm. [18:39] [scummvm] LubomirR pushed 1 new commit to master: https://git.io/fAuXM [18:39] scummvm/master c239a18 =ubomír Remák: MUTATIONOFJB: Small fixes.... [18:39] scummvm_github (scummvm_gi@gateway/service/github.com/x-qzozghtmqjhvkveq) left #scummvm. [18:53] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [18:54] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 245 seconds [18:54] Nick change: DominusExult -> Dominus [18:57] Port build status changed with c239a186: Success: master-mingw-w64. Nice work, all ports built fine now [19:17] Strangerke (~Strangerk@cust-161-8-110-94.dyn.as47377.net) left irc: Ping timeout: 252 seconds [19:35] Strangerke (~Strangerk@cust-161-8-110-94.dyn.as47377.net) joined #scummvm. [19:39] scummvm_github (scummvm_gi@gateway/service/github.com/x-ltgnkkgiwcyrinkg) joined #scummvm. [19:39] [scummvm] bluegr pushed 1 new commit to master: https://git.io/fAuHQ [19:39] scummvm/master 205ee4d Filippos Karapetis: SCI32: Allow malformed calls to kLock in PQ:SWAT, after the training videos... [19:39] scummvm_github (scummvm_gi@gateway/service/github.com/x-ltgnkkgiwcyrinkg) left #scummvm. [19:56] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [20:01] just have to point this out: Do not use very complex grammatical structure or abstruse words (abstruse meaning difficult to comprehend and being an example of words to avoid). Keep in mind that many ScummVM users are not native English speakers and may not speak English as well as you do. [20:02] I found it funny that the rule about not using complex words uses a word complex enough to explain :) [20:03] "abstruse" isn't a complex word imho [20:05] obviously the word is (almost) the same same in French so I'm cheating a bit [20:55] darkbasic92 (5e4049ee@gateway/web/freenode/ip.94.64.73.238) left irc: Ping timeout: 252 seconds [21:00] phyber (~phyber@unaffiliated/phyber) left irc: Read error: Connection reset by peer [21:02] phyber (~phyber@unaffiliated/phyber) joined #scummvm. [21:04] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [21:07] criezy (~criezy@host86-150-72-223.range86-150.btcentralplus.com) joined #scummvm. [21:07] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [21:27] LubomirR (~LubomirR_@bband-dyn73.95-103-64.t-com.sk) left irc: Quit: Leaving [21:32] Littleboy (~littleboy@pool-108-7-223-151.bstnma.fios.verizon.net) joined #scummvm. [21:32] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [21:39] _sev (~sev@d158167.upc-d.chello.nl) joined #scummvm. [21:39] _sev (~sev@d158167.upc-d.chello.nl) left irc: Changing host [21:39] _sev (~sev@scummvm/undead/sev) joined #scummvm. [21:39] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [21:44] scummvm_github (scummvm_gi@gateway/service/github.com/x-bgdcpykhvzdjtrns) joined #scummvm. [21:44] [scummvm] criezy pushed 1 new commit to master: https://git.io/fAzfd [21:44] scummvm/master 50b75b8 Purple T: I18N: Update translation (French)... [21:44] scummvm_github (scummvm_gi@gateway/service/github.com/x-bgdcpykhvzdjtrns) left #scummvm. [21:44] scummvm_github (scummvm_gi@gateway/service/github.com/x-smzhllqimvtfojzh) joined #scummvm. [21:44] [scummvm] criezy pushed 1 new commit to master: https://git.io/fAzfb [21:44] scummvm/master 345fe85 Thierry Crozat: I18N: Update translation (French)... [21:44] scummvm_github (scummvm_gi@gateway/service/github.com/x-smzhllqimvtfojzh) left #scummvm. [22:01] Littleboy (~littleboy@pool-108-7-223-151.bstnma.fios.verizon.net) left irc: Ping timeout: 244 seconds [22:10] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [22:33] _sev (~sev@scummvm/undead/sev) joined #scummvm. [22:33] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [22:34] _sev (~sev@scummvm/undead/sev) left irc: Client Quit [22:40] Complex is subjective, unfortunately. [22:41] _sev (~sev@scummvm/undead/sev) joined #scummvm. [22:41] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [22:53] ny00123 (~ny00123@94.230.83.34) left irc: Quit: Leaving [22:58] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) left irc: Quit: Textual IRC Client: www.textualapp.com [23:01] ignalina (~ignalina@h-238-91.A639.priv.bahnhof.se) joined #scummvm. [23:30] criezy (~criezy@host86-150-72-223.range86-150.btcentralplus.com) left irc: Quit: criezy [23:37] ccawley2011 (1f358d1f@gateway/web/freenode/ip.31.53.141.31) left irc: Quit: Page closed [00:00] --- Fri Sep 7 2018