00:01:15 <08w​ormsofcan> @hellmonk is it acceptable if it makes loss with xom instead of lmao 00:22:03 <09h​ellmonk> Ofc 01:24:29 advil: by the way, I just saw e70438ac7b5d4, and the explanation in your commit isn't quite accurate in that this actually did work, and was possibly broken by some recent change: 01:24:50 !lg * killer~~singing 01:24:53 2. dickylongcocking the Thaumaturge (L14 DjFE of Makhleb), blasted by a +7 Singing Sword {vorpal, sonic wave} (sonic wave) (kmap: sword_in_stone) on Orc:2 on 2021-03-30 02:48:28, with 56321 points after 31107 turns and 0:45:54. 01:24:53 !lg * killer~~singing -2 01:25:00 1/2. klandenstein the Basher (L14 GrMo of Okawaru), blasted by a +7 Singing Sword {slice, sonic wave} (sonic wave) (kmap: sword_in_stone) on Orc:1 on 2019-03-01 05:49:29, with 47873 points after 20650 turns and 1:27:23. 01:25:01 both are actual singing swords from sword_in_stone 01:26:14 and dancing weapon unrands had worked for other unrands as well; I tested them back when I added the mace of variability xom ghost vault etc 01:26:34 I recall a recent commit by PF changed dancing weapons to allow launchers, possibly that commit broke things? 01:37:44 not too important either way, and no idea if placement only sometimes worked, but in my testing when adding those dancing weapon unrands to various places way back when, it did work ok 01:53:53 <10P​leasingFungus> would be weird if it did 01:54:02 <10P​leasingFungus> re dancing launchers breaking unrands somehow 01:58:59 yeah, a long time between when I added those dancing unrands in a couple of places and now, so it could have gotten broken whenever 02:00:41 is anyone very familiar with the internals of cloud machines 02:00:59 understanding how power and the delay parameters interact is a little confusing 02:01:26 power defines the lifetime of a placed cloud, and delay is apparently a delay between cloud placement events 02:02:00 but cloud power is randomized and per-cloud 02:02:39 and delay is randomized and per-marker, meaning, I think, the trigger happens and triggers a pass of cloud creation 02:04:38 man, why did they make dgn.apply_area_cloud have totally different paramaters from apply_area_cloud on the c++ side 02:19:00 Unstable branch on cbro.berotato.org updated to: 0.27-a0-1325-g58a489ad9e (34) 03:31:53 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4217-g7c68dc2372 03:33:18 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-566-ge43899e1ac 06:23:57 Kudos to whoever did frozen slime cave; just found that one for the first time. 06:58:17 <09g​ammafunk> @hellmonk fan mail 09:04:46 Tab prioritizes monsters constricting you. Is it possible to make same for monsters engulfing you? 09:19:18 -!- allbery_b is now known as geekosaur 09:29:03 %git e70438ac7b5d4 09:29:03 07advil02 * 0.27-a0-1242-ge70438a: fix: let `sword_in_stone` not choke on dancing singing sword 10(2 weeks ago, 1 file, 8+ 3-) 13https://github.com/crawl/crawl/commit/e70438ac7b5d 09:29:44 I believe you that there were dancing singing swords but I couldn't really see how, still don't 09:30:04 I had to actually write code to fill in unrand info 09:30:19 I guess someone could have removed that at some point? 09:31:23 or that code exists somewhere else that I didn't find and it got disabled somehow? 09:36:05 actually, maybe if there was no eq slot check at all 09:36:15 they would just work 09:38:40 aha 09:38:42 %git fd60fd639a270 09:38:42 07Aliscans02 {PleasingFungus} * 0.27-a0-1228-gfd60fd6: Fix an error message when creating a malformed dancing/spectral weapon. 10(10 weeks ago, 1 file, 12+ 0-) 13https://github.com/crawl/crawl/commit/fd60fd639a27 09:39:49 which is a good change ofc it just didn't factor in the *completely obvious* fact that unrand info is entirely stored with a negative sign in the ego slot at that point 10:05:26 <10P​leasingFungus> whoops 11:36:29 -!- jilles_ is now known as jilles 12:49:00 Webtiles: visual skill menu glitch. 13https://crawl.develz.org/mantis/view.php?id=12611 by Yermak 12:49:05 03advil02 07* 0.27-a0-1326-g66ddcf3: fix: set last_visible correctly in webtiles menus 10(25 hours ago, 1 file, 7+ 3-) 13https://github.com/crawl/crawl/commit/66ddcf376df9 12:49:05 03advil02 07* 0.27-a0-1327-g9601c94: feat: arrow key navigation for macros menu 10(6 minutes ago, 9 files, 483+ 43-) 13https://github.com/crawl/crawl/commit/9601c94f4e74 12:49:39 <09g​ammafunk> I've been vindicated! 12:53:10 <09g​ammafunk> and yeah, wow, I think I've seen that ego unrand info hack before, but I forgot about that 13:16:23 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-1327-g9601c94 (34) 13:23:44 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1327-g9601c94f4e (34) 13:52:30 03advil02 07* 0.27-a0-1328-ga61f464: feat: hide dj MP bar in console/local tiles 10(4 minutes ago, 1 file, 53+ 24-) 13https://github.com/crawl/crawl/commit/a61f464a613c 13:53:01 <06a​dvil> rip yhack 13:55:00 <05k​ate> aha nice, i started poking at that and ran into exactly what you mention in the commit message about it all being calculated in a bunch of different places, heh 13:55:14 <06a​dvil> mind you I didn't solve that, I just found them all (I think) 13:56:10 <06a​dvil> someone should fix all that code 13:56:25 <06a​dvil> iirc aidanh had a vision of widgetifying the whole thing 13:57:13 <05k​ate> yeah, any display stuff feels like it ends up being very daunting what with having console, tiles and webtiles all to be handled properly 13:57:48 <05k​ate> i think every time i make a change to stuff like HUD highlighting i forget about webtiles having separate handling for it 14:02:14 at least the webtiles version is div based so stuff like this is much easier 14:03:13 03advil02 07* 0.27-a0-1329-g14410a1: feat: hide dj MP bar in webtiles 10(37 seconds ago, 1 file, 6+ 0-) 13https://github.com/crawl/crawl/commit/14410a1de858 14:05:34 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1328-ga61f464a61 (34) 14:11:57 <10P​leasingFungus> > (In fact, this calculation > was already buggy.) 14:11:59 <10P​leasingFungus> absolutely classic 14:12:15 <10P​leasingFungus> @advil tyvm for these changes! doing zin's work 🙂 14:19:21 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1329-g14410a1de8 (34) 14:29:00 np 15:14:26 Bad level autoinscription. 13https://crawl.develz.org/mantis/view.php?id=12612 by Yermak 16:11:02 Is Oka vault spawning hobgoblins and kobolds in Depth acceptable thing? 16:13:37 pretty sure they're cannon fodder for any character interested in Oka at any depth that vault spawns 17:41:55 03advil02 07* 0.27-a0-1330-gc68dd95: feat: handle @Qn inscriptions directly in quiver menu 10(13 minutes ago, 1 file, 14+ 0-) 13https://github.com/crawl/crawl/commit/c68dd95e3615 17:41:55 03advil02 07* 0.27-a0-1331-g60ef6b69: fix: better BVC auto-targeting 10(45 seconds ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/60ef6b695259 17:49:32 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1331-g60ef6b6952 (34) 18:24:25 Unstable branch on underhound.eu updated to: 0.27-a0-1331-g60ef6b6952 (34) 19:45:18 03advil02 07* 0.27-a0-1332-g84bddb5: fix: proper range check for poisonous vapours 10(4 minutes ago, 5 files, 63+ 38-) 13https://github.com/crawl/crawl/commit/84bddb5ca726 20:10:53 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1332-g84bddb5ca7 (34) 22:40:00 FYI: I got HOAs with !next - heard that HOBr would satisfy it. It seems not. 23:25:53 test 23:27:43 <09g​ammafunk> seemed to just arbitrarily have an error with "registration": 2021-06-24T22:24:23.705Z error: Received error event from IRC { prefix: 'strontium.libera.chat', server: 'strontium.libera.chat', command: 'err_notregistered', rawCommand: '451', commandType: 'error', args: [ '*', 'You have not registered' ] } 23:28:07 <09g​ammafunk> repeated that a bunch of times, not sure what was happening, maybe something with their authentication services 23:49:10 <05k​ate> looks like there were some netsplits around the time it disconnected yeah, so maybe services also went down in the process