00:42:41 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4753-g3cc4eb4eda 03:22:18 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4753-g3cc4eb4eda 13:47:10 03gammafunk02 07* 0.29-a0-995-g8a7feb118f: feat: Adjust Ice Cave simulacra 10(82 minutes ago, 1 file, 23+ 24-) 13https://github.com/crawl/crawl/commit/8a7feb118f76 13:59:40 04Build failed for 08master @ 8a7feb11 06https://github.com/crawl/crawl/actions/runs/2792363156 14:24:14 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-995-g8a7feb118f (34) 14:53:30 <13S​astreii> Dude with racist name in my spectators 14:59:48 <09g​ammafunk> @Sastreii yeah we've asked the admin about this, but unfortunately no response 15:12:53 <09g​ammafunk> Mystery from shop.des: # XXX: Don't change the name of this vault! # Gozag code uses it to find out where shops can normally place. NAME: serial_shops From what I can tell, Gozag cares only that it's a connected branch. Can't find any other references to serial_shops in the codebase 15:17:40 <09h​ellmonk> possibly got changed some time between 0.14 and now 15:23:32 Unstable branch on underhound.eu updated to: 0.29-a0-995-g8a7feb118f (34) 15:35:12 <06a​dvil> !version 15:35:23 !version 15:35:29 trunk: 0.29-a0-925-g0a7a3d1; 0.28: 0.28.0-53-g5a82cb2; 0.27: 0.27.1-35-g4d5d836; 0.26: 0.26.1-15-g04117e6; 0.25: 0.25.1-11-g244df3a; 0.24: 0.24.1-14-gf8d2b50; 0.23: 0.23.3-3-gaaff5ab; 0.22: 0.22.3-3-g34f245f; 0.21: 0.21.3-3-g218456f; 0.20: 0.20.2-3-g29329e0; 0.19: 0.19.6-3-g7d5932f; 0.18: 0.18.2-3-g5ac21b8; 0.17: 0.17.3-4-g93a25c6; 0.16: 0.16.3-4-gc506b73; 0.15: 0.15.3-3-g8e88d0d; 0.14: 0.14.3-3-g02348... 15:36:45 !crashlog 15:36:46 24535. MrDizzy, XL1 GhAr, T:905 (milestone): https://crawl.project357.org/morgue/MrDizzy/crash-MrDizzy-20220803-051642.txt 15:36:56 !crashlog cao 15:36:57 No milestones for cao (crash). 15:37:18 !lm * cao crash 15:37:20 5862. [2022-07-30 14:20:55] marcb3 the Fighter (L14 MiWr of Wu Jian) ASSERT(you.running.turns passed < buggy threshold) in 'delay.cc' at line 473 failed. (Excessive delay, 700 turns passed, delay type 9999299) (D:12) 15:37:46 !lm adviltest 15:37:47 252. [2022-07-26 17:53:38] adviltest the Skirmisher (L1 HOFi) began the quest for the Orb on turn 0. (D:1) 15:38:40 odd 15:39:20 !lm adviltest 15:39:21 252. [2022-07-26 17:53:38] adviltest the Skirmisher (L1 HOFi) began the quest for the Orb on turn 0. (D:1) 15:39:30 !lm * cao 15:39:37 20442781. [2022-08-03 22:38:47] Iwillforgetthis the Marksdemigod (L15 DgHu) killed Azrael on turn 24555. (D:14) 15:39:59 well, I guess someone's milestones on cao are getting written 15:51:28 <06a​dvil> haha of course it wasn't showing up, it's a seeded game 15:54:15 <06a​dvil> anyways, that ghar crash replicates pretty easily, it's waiting with something on the other side of a grate 15:54:25 <06a​dvil> didn't we fix that, like three times by now 15:59:27 <10P​leasingFungus> i assume my last fix broke it again 15:59:43 <10P​leasingFungus> !git bdabc8c6d3d15eae00cd2e427f43c04c37675bc5 15:59:45 <04C​erebot> PleasingFungus * 0.29-a0-848-gbdabc8c6d3: Fix: allow autoexplore with inhibited regen (various) (3 weeks ago, 4 files, 69+ 41-) https://github.com/crawl/crawl/commit/bdabc8c6d3d1 15:59:47 <10P​leasingFungus> this one ^ 16:04:42 <06a​dvil> haha risky commit, yes that does look suspect 16:05:23 <06a​dvil> in particular the removal of is_safe = is_safe && !regeneration_is_inhibited(mon); looks like an obvious potential cause 16:05:34 <06a​dvil> though I didn't read this commit enough to know the context 16:07:16 <10P​leasingFungus> that was an essential part of the commit 16:07:22 <06a​dvil> I guess it's supposed to be done elsewhere? 16:07:24 <10P​leasingFungus> that line broke autoexplore 16:07:24 <10P​leasingFungus> yes 16:07:31 <10P​leasingFungus> via can_rest_here 16:08:10 <06a​dvil> for (monster_near_iterator mi(you.pos(), LOS_NO_TRANS);... I think maybe LOS_NO_TRANS is wrong here 16:09:05 <06a​dvil> oh, maybe not 16:09:11 <06a​dvil> regen_is_inhibited uses the same 16:47:54 <09g​ammafunk> another des mystery I found today, bazaar.des mentions how the chance for a portal is set in builder/shops.des, and that's referring to how serial_shops has code to roll a chance and place a vault with tag bzr_entry, which all portal entry vaults have. The problem is that the tagging of these bazaar entry vaults doesn't seem to prevent their placement as normal minivaults. The code in serial_shops is just a post-place hook that rolls 16:47:54 its own random value, and these vaults aren't getting a CHANCE set nor do they have any tagging that otherwise prevents their use 16:48:48 <09g​ammafunk> So it may be the case that timed and permanent bazaars can additionally be placed just if they're selected as minivaults according to their default depth 16:57:15 <09h​ellmonk> lol 17:06:10 <09g​ammafunk> guess you could compare the bazaar rate seen to the expected chance if you had enough games 17:09:28 <09g​ammafunk> ... 17:09:33 <09g​ammafunk> well, this is a good milestone 17:09:39 <09g​ammafunk> !lm * recent bazaar oplace=D:15 s=noun 17:09:43 <04C​erebot> 505 milestones for * (recent bazaar oplace=D:15): 500x Bazaar, 5x D 17:09:48 <09g​ammafunk> 5x D 17:09:51 <09g​ammafunk> !lm * recent bazaar oplace=D:15 noun=D 17:10:03 <04C​erebot> 5. [2022-03-05 13:58:37] martbhell the Severer (L13 MiBe of Trog) left the Dungeon on turn 18969. (D:15) 17:10:14 <09g​ammafunk> !lm * recent bazaar oplace=D:15 noun=D -tv:<2 17:10:26 <04C​erebot> 5. martbhell, XL13 MiBe, T:18969 (milestone) requested for FooTV: telnet://termcast.shalott.org or https://termcast.shalott.org. 17:10:46 <09g​ammafunk> timed bazaar on d:15 17:11:18 <09g​ammafunk> wow nice bazaar entry 17:12:15 <09g​ammafunk> seems to have been a normal bazaar entry 17:12:23 <09g​ammafunk> no idea why that one got "left the Dungeon" 17:15:39 <09g​ammafunk> vaguely suspicious that these 5 games are instances of said phantom bazaars 17:16:10 <09g​ammafunk> !lm * recent bazaar oplace=D:15 noun=D x=vlong 17:16:23 <04C​erebot> 5. 2022-03-05 13:58:37 martbhell the Severer (L13 MiBe of Trog) left the Dungeon on turn 18969. (D:15) 17:35:12 New branch created: pull/2646 (1 commit) 13https://github.com/crawl/crawl/pull/2646 17:35:13 03Rytis Petronis02 07https://github.com/crawl/crawl/pull/2646 * 0.29-a0-996-gb9fcf1f186: Allow harm to stack to 3 levels 10(6 minutes ago, 5 files, 18+ 13-) 13https://github.com/crawl/crawl/commit/b9fcf1f1865d 18:09:45 03Rytis Petronis02 07https://github.com/crawl/crawl/pull/2646 * 0.29-a0-996-g2599878672: Allow harm to stack to 3 levels 10(40 minutes ago, 5 files, 19+ 13-) 13https://github.com/crawl/crawl/commit/2599878672a3 19:17:45 03nlavsky02 {GitHub} 07* 0.29-a0-996-g82fb55b1ac: fix: no hostile Necrotise skeletons (#2630) 10(2 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/82fb55b1ac30 19:39:45 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-996-g82fb55b1ac (34) 19:44:59 03riverfiend02 {GitHub} 07* 0.29-a0-997-gf6f7e2dfe7: fix: Changes to god wrath (#2606) 10(25 seconds ago, 2 files, 33+ 42-) 13https://github.com/crawl/crawl/commit/f6f7e2dfe74e 19:52:47 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-997-gf6f7e2dfe7 (34) 20:14:01 <|amethyst> Hrm, my gcc is giving "initfile.cc:2952:24: warning: ‘key’ may be used uninitialized in this function [-Wmaybe-uninitialized]", where key is an input (-only) parameter. What's up with that? 20:14:28 <|amethyst> for bind_command_to_key(cmd, key) specifically 20:16:13 <|amethyst> also warnings in cio.cc about "cio.cc:84:23: warning: enumerated and non-enumerated type in conditional expression [-Wextra]", which I assume has some --Wno-* to turn it off 22:56:41 Shift+X and going to a location on the map loses the target now if you fight monsters 22:56:52 I have to Shift+X and "rego" there 22:56:59 I can't just Shift+G 22:58:40 owait 22:58:50 no it works with main keyboard Enter but not Numpad Enter 22:59:00 so it's probably related to the Numpad Enter problems 23:17:06 Unstable branch on cbro.berotato.org updated to: 0.29-a0-997-gf6f7e2dfe7 (34)