08:46:40 -!- The topic of #crawl-dev is: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/, temporarily http://crawl.akrasiac.org/logs/cheibriados/ | People with +v have commit access, devs on bridged discord as well | General Crawl-related chat to #crawl | Long stuff to a pastebin service, please 08:46:41 -!- The topic of #crawl is: Play Dungeon Crawl Stone Soup online now! Type ??online for instructions, ??lg / !lg for play stats | PM Sequell for long queries | http://crawl.develz.org | FooTV game replays: ??footv for instructions | #crawl-dev for dev discussion, #crawl-offtopic for offtopic 08:59:28 <06a​dvil> possibly time to merge this PR 09:00:00 03advil02 07[menu-commands] * 0.29-a0-942-g831ae3d2cc: feat: scroll by item type hotkeys in InvMenu 10(2 minutes ago, 4 files, 55+ 20-) 13https://github.com/crawl/crawl/commit/831ae3d2cc5a 09:01:02 Branch pull/2628 updated to be equal with menu-commands: 13https://github.com/crawl/crawl/pull/2628 09:01:36 <06a​dvil> kinda channeling aidanh in this one in terms of a big rewrite behind the scenes, with not so much to show for it from the user's end 09:01:36 <06a​dvil> oh well 09:08:30 <03w​heals> that won't affect the use case where people wanted to use ? to select the first scroll, right? 09:16:12 that's what it does 09:17:01 <06a​dvil> maybe I need to reword the commit title 😄 09:18:51 <06a​dvil> but if a menu has MF_SECONDARY_SCROLL set, then on a single selection using a secondary hotkey, the menu snaps as many matching items into range as possible, rather than selecting 09:23:11 <03w​heals> right, i guess my question is whether UseItemMenu (if that's the one that the ?id scroll uses, for example) has that set 09:30:00 <06a​dvil> I think right now there's code that just kills the secondary hotkeys for those menus? 09:30:16 <06a​dvil> It will have it set by inheritence, but shouldn't do anything given that 09:30:35 <06a​dvil> oh, I didn't do it at the class level 09:30:38 <06a​dvil> so it won't even have it set 09:31:02 <06a​dvil> oh, right 09:31:08 <06a​dvil> I was thinking of a different case 09:31:11 <06a​dvil> I'll double check 09:35:21 <06a​dvil> what was the use case people wanted? 09:35:21 <06a​dvil> right now it does not have that set and identifies the first item of the category, but I can't actually remember what the complaint was (@wheals) 09:39:45 <06a​dvil> I think I would want it to scroll and not select in that menu personally 09:55:37 <10P​leasingFungus> seed 158428697567243019 gets Ran out of altars for temple!, vault compressed_dpeg_circular_temple. fyi anyone who knows about that logic - @ebering ? 10:41:28 03advil02 07* 0.29-a0-926-g2f41a18165: feat: CMD_MENU_... for menu navigation bindings 10(9 weeks ago, 9 files, 375+ 212-) 13https://github.com/crawl/crawl/commit/2f41a18165e2 10:41:28 03advil02 07* 0.29-a0-927-g0719e5db6c: fix: tweak what bindkeys are allowed 10(9 weeks ago, 2 files, 44+ 6-) 13https://github.com/crawl/crawl/commit/0719e5db6c35 10:41:28 03advil02 07* 0.29-a0-928-g2ec3508d20: fix: improve overriding options for Menu subclasses 10(9 weeks ago, 8 files, 97+ 29-) 13https://github.com/crawl/crawl/commit/2ec3508d20d0 10:41:28 03advil02 07* 0.29-a0-929-g2d6fbdf044: refactor: make menu quantity selection non-default 10(9 weeks ago, 7 files, 13+ 18-) 13https://github.com/crawl/crawl/commit/2d6fbdf04404 10:41:28 03advil02 07* 0.29-a0-930-g2a601844f1: refactor: generalize some numpad handling 10(9 weeks ago, 11 files, 86+ 100-) 13https://github.com/crawl/crawl/commit/2a601844f19a 10:41:28 03advil02 07* 0.29-a0-931-g4075c45985: fix: handle uppercase prompt menu defaults 10(9 weeks ago, 1 file, 3+ 3-) 13https://github.com/crawl/crawl/commit/4075c4598556 10:41:28 03advil02 07* 0.29-a0-932-g0d6ea506dc: refactor: Revamp SDL keycode handling 10(8 weeks ago, 10 files, 469+ 259-) 13https://github.com/crawl/crawl/commit/0d6ea506dcc8 10:41:28 03advil02 07* 0.29-a0-933-gdf642b0ec9: fix: tweaks for ncurses keycode handling 10(8 weeks ago, 4 files, 69+ 21-) 13https://github.com/crawl/crawl/commit/df642b0ec935 10:41:28 03advil02 07* 0.29-a0-934-ge3431fa5fd: feat: a few more mac-oriented console keys 10(7 weeks ago, 2 files, 30+ 3-) 13https://github.com/crawl/crawl/commit/e3431fa5fde0 10:41:28 03advil02 07* 0.29-a0-935-g9e8725f314: refactor: updates to webtiles keyhandling 10(7 weeks ago, 4 files, 277+ 90-) 13https://github.com/crawl/crawl/commit/9e8725f31436 10:41:28 ... and 21 more commits 10:43:37 <13S​astreii> brilliance and resist potion effects, sorry i didn't know how to name them correctly 10:43:38 <13S​astreii> https://cdn.discordapp.com/attachments/747522859361894521/1002632505003868180/brill_effect.png 10:43:38 <13S​astreii> https://cdn.discordapp.com/attachments/747522859361894521/1002632505339420732/resist_potions.png 10:43:51 <06a​dvil> hm, sure would be nice if chei didn't need to run an individual rev-parse on 2300 branches every fetch 10:55:02 03advil02 07* 0.29-a0-957-g1ab02bc704: fix: add some missing `static`s 10(5 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/1ab02bc70446 10:56:41 <10P​leasingFungus> thanks! looks good 🙂 11:03:28 <09g​ammafunk> wow, quite the commit storm 11:03:57 <09g​ammafunk> advil happily (???) taking the reins from aidanh 11:04:23 <09g​ammafunk> although he would probably point out that he was doing stuff like this before aidanh even was 11:05:27 <06a​dvil> heh, well, this is a very aidanh commitstorm 11:05:52 <06a​dvil> I think it makes things better but it's not going to change a lot that players see (except maybe for things they'll complain about) 11:07:52 <06a​dvil> man, chei runs the rev-parse cycle in 4s locally instead of 100s 11:08:11 <06a​dvil> I wonder if this is just spinning disk issues 11:12:22 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-956-g33dda2a4a5 (34) 11:15:33 03PleasingFungus02 07* 0.29-a0-958-g6693796725: Maybe fix a local tiles newgame crash 10(4 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/669379672561 11:17:09 possible. on my laptop the limiting factor seemed to be all the "warn"s 11:18:23 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-958-g6693796725 (34) 11:22:19 03PleasingFungus02 07* 0.29-a0-959-gd064c1aaf2: Confirm that #2634 is fixed 10(5 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/d064c1aaf225 11:24:18 <12e​bering> Do you have the rev to go with the seed? 11:33:25 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-959-gd064c1aaf2 (34) 11:46:00 <10P​leasingFungus> uh. i think it should be HEAD^^ at time of writing? 11:46:25 <10P​leasingFungus> can double check later if that doesn’t work 11:46:39 <10P​leasingFungus> probably current master should work too 11:47:05 <10P​leasingFungus> just happened on a random test char i started to try to repro the crash above 12:29:06 DPKiel (L15 MiFi) ASSERT(you.running.turns_passed < buggy_threshold) in 'delay.cc' at line 473 failed. (Excessive delay, 700 turns passed, delay type 9999299) (IceCv) 12:30:19 !crashlog 12:30:20 24521. DPKiel, XL15 MiFi, T:26850 (milestone): http://crawl.akrasiac.org/rawdata/DPKiel/crash-DPKiel-20220729-192906.txt 12:32:17 hm, that's 0.28 12:32:17 wonder if that is fixed 13:29:02 -!- The topic of #crawl-dev is: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/, temporarily http://crawl.akrasiac.org/logs/cheibriados/ | People with +v have commit access, devs on bridged discord as well | General Crawl-related chat to #crawl | Long stuff to a pastebin service, please 13:29:02 -!- The topic of #crawl is: Play Dungeon Crawl Stone Soup online now! Type ??online for instructions, ??lg / !lg for play stats | PM Sequell for long queries | http://crawl.develz.org | FooTV game replays: ??footv for instructions | #crawl-dev for dev discussion, #crawl-offtopic for offtopic 13:38:11 -!- The topic of #crawl-dev is: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/, temporarily http://crawl.akrasiac.org/logs/cheibriados/ | People with +v have commit access, devs on bridged discord as well | General Crawl-related chat to #crawl | Long stuff to a pastebin service, please 13:38:11 -!- The topic of #crawl is: Play Dungeon Crawl Stone Soup online now! Type ??online for instructions, ??lg / !lg for play stats | PM Sequell for long queries | http://crawl.develz.org | FooTV game replays: ??footv for instructions | #crawl-dev for dev discussion, #crawl-offtopic for offtopic 13:55:56 <08n​icolae> who runs cbro? your certificate expired 13:56:06 <08n​icolae> > Websites prove their identity via certificates, which are valid for a set time period. The certificate for cbro.berotato.org:8443 expired on 7/29/2022. > > Error code: SEC_ERROR_EXPIRED_CERTIFICATE > [...] > Not After > Fri, 29 Jul 2022 20:40:48 GMT 13:56:13 <08n​icolae> firefox is yellin at me 13:56:23 <06a​dvil> it's @ZureaL 13:57:04 <06a​dvil> test 13:57:18 <06a​dvil> lol, on every discord message chei prints a wide character warning 13:57:51 <06a​dvil> pleased to say that https://github.com/crawl/cheibriados/commit/456fbc55fd499d83339b0c4f152001630c0af6d2 seems to have made a huge difference for notchei 13:59:46 <12Z​ureaL> oh shitballs, I knew that was coming up too 13:59:51 <06a​dvil> heh 13:59:56 New branch created: pull/2636 (4 commits) 13https://github.com/crawl/crawl/pull/2636 13:59:56 03Rytis Petronis02 07https://github.com/crawl/crawl/pull/2636 * 0.29-a0-926-gb33e3b8548: first version, xom gets placed by B 10(8 hours ago, 1 file, 34+ 0-) 13https://github.com/crawl/crawl/commit/b33e3b85485a 13:59:56 03Rytis Petronis02 07https://github.com/crawl/crawl/pull/2636 * 0.29-a0-927-g9aadc957e4: second version, use temple_overflow_no_god and KFEAT to add all gods except xom, but it still can place copies 10(8 hours ago, 1 file, 13+ 8-) 13https://github.com/crawl/crawl/commit/9aadc957e4ac 13:59:56 03Rytis Petronis02 07https://github.com/crawl/crawl/pull/2636 * 0.29-a0-928-gafb32eb6a7: Add sentei_temple_godly_chess chessboard temple for 17 gods 10(16 minutes ago, 1 file, 10+ 17-) 13https://github.com/crawl/crawl/commit/afb32eb6a770 13:59:56 03Rytis Petronis02 07https://github.com/crawl/crawl/pull/2636 * 0.29-a0-929-g0212197b85: fix colours 10(6 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/0212197b8507 14:00:12 <06a​dvil> is it automatable to do the monthly task? 14:01:32 <12Z​ureaL> it's every 3-months and it has to be updated on two different systems, so I can't really automate it 14:05:57 <12Z​ureaL> Cert is updated on CBRO 14:06:19 <08n​icolae> hooray! 14:15:31 -!- The topic of #crawl-dev is: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/, temporarily http://crawl.akrasiac.org/logs/cheibriados/ | People with +v have commit access, devs on bridged discord as well | General Crawl-related chat to #crawl | Long stuff to a pastebin service, please 14:15:31 -!- The topic of #crawl is: Play Dungeon Crawl Stone Soup online now! Type ??online for instructions, ??lg / !lg for play stats | PM Sequell for long queries | http://crawl.develz.org | FooTV game replays: ??footv for instructions | #crawl-dev for dev discussion, #crawl-offtopic for offtopic 14:21:15 03PleasingFungus02 07* 0.29-a0-960-g5fb1e05c50: Occasionally generate hand crossbows 10(85 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/5fb1e05c50ed 14:32:01 feh. pulling those updates into my fork is too much of a pain 14:32:20 (well, master was fine, the branch not so much because it has two copies of the Commits plugin) 14:33:02 thankfully the repos I'm watching are tiny, so I can get by without. got 'em for if I decide to fight with it later 14:33:30 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-960-g5fb1e05c50 (34) 14:47:29 huuuh. git complained of conflicts, but git diff followed by manual patch application worked fine. go fig 14:51:33 03advil02 07* 0.29-a0-961-gfab03dca74: fix: use correct index when describing memorized spells 10(43 seconds ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/fab03dca7464 15:02:54 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-961-gfab03dca74 (34) 15:04:07 03advil02 07* 0.29-a0-962-gc8bbfd0a37: fix: restore targeting CK_NUMPAD_ENTER binding (Nefhilion) 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/c8bbfd0a372c 15:17:47 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-962-gc8bbfd0a37 (34) 15:23:35 Unstable branch on underhound.eu updated to: 0.29-a0-961-gfab03dca74 (34) 16:06:28 <09g​ammafunk> @advil is it correct that NotCheibriados has no previous monster installs? 16:08:23 Bamboomancer (L11 DsCA) Crash caused by signal #6: Aborted (D:9) 16:08:54 thinkusstinkus (L13 MiFi) Crash caused by signal #6: Aborted (Lair:4) 16:09:10 DEN (L21 MiBe) Crash caused by signal #6: Aborted (Vaults:4) 16:09:13 <09g​ammafunk> uh oh 16:09:17 <09g​ammafunk> cao having problems? 16:18:54 Webtiles server stopped. 16:19:26 Webtiles server started. 16:55:07 bigballer (L27 GrHu) Crash caused by signal #6: Aborted (Pan) 17:03:25 -!- geekosaur is now known as xmonadtrack 17:04:54 -!- xmonadtrack is now known as geekosaur 18:23:28 <06a​dvil> yeah, I haven't done much (anything?) with that 18:23:42 !crashlog 18:23:43 24525. bigballer, XL27 GrHu, T:105435 (milestone): https://crawl.kelbi.org/crawl/morgue/bigballer/crash-bigballer-20220729-235449.txt 22:34:54 Unstable branch on crawl.develz.org updated to: 0.29-a0-962-gc8bbfd0a37 (34) 22:56:47 Windows builds of master branch on crawl.develz.org updated to: 0.29-a0-962-gc8bbfd0a37 23:54:19 Monster database of master branch on crawl.develz.org updated to: 0.29-a0-962-gc8bbfd0a37 23:56:13 Unstable branch on cbro.berotato.org updated to: 0.29-a0-962-gc8bbfd0a37 (34)