04:04:55 <12g​e0ff> Two things re: yesterday's mega bug: 04:05:16 <12g​e0ff> 1. It looks like it was introduced in 0.28 when commands like (g)et were added to the item description screen. Testing confirms that the bug is present in 0.28, but not in 0.27. So all version from 0.28 to 0.32 have the bug, and it might be worth backporting the fix to all of them. 04:06:02 <12g​e0ff> 2. PR4051 has two feat commits that allow interacting with items outside of the player's inventory, like inscribing floor items. It's not clear what a use case for that would be, and also it feels like an invitation for more epic bugs in the future. 04:06:52 <12g​e0ff> (https://github.com/crawl/crawl/pull/4051) 04:41:17 <12g​e0ff> also, the bug allows inter-level shopping while standing at the same coords like the shop 04:41:49 <12g​e0ff> (but you can't enter other branches with it, which is a bit sad) 04:52:13 <12g​e0ff> Also-also, the bug allows using transporters to move you on your current floor. Like, the its_a_trap's transporter moves you 4 tiles deep into the vault, so you can blink into the same direction on any floor if you stand at the same coordinates 05:07:28 Unstable branch on crawl.akrasiac.org updated to: 0.33-a0-135-g23b8868 (34) 05:49:12 <09h​ellmonk> This is some fucking sm64 parallel universes shit 07:20:57 <06p​leasingfungus> awesome. 07:27:19 New branch created: pull/4052 (3 commits) 13https://github.com/crawl/crawl/pull/4052 07:27:21 03sdynet02 07https://github.com/crawl/crawl/pull/4052 * 0.33-a0-136-g3e9de145f0: Change Kiku's torment protection to be 33% at ****** (160) piety. 10(36 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/3e9de145f013 07:27:21 03sdynet02 07https://github.com/crawl/crawl/pull/4052 * 0.33-a0-137-g07bbe2c3d2: Change Trog's extend berserk to be 20% at ****** (160) piety. 10(18 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/07bbe2c3d2bc 07:27:21 03sdynet02 07https://github.com/crawl/crawl/pull/4052 * 0.33-a0-138-g7ed6279b08: Change Zin's polymorph protection to be 100% at ****** (160) piety. 10(9 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/7ed6279b085e 08:24:52 Question, did permafrost eruption stop creating ice clouds on water tiles in .32?  I could've sworn it did it in that version, but maybe it was changed right before release? 08:29:58 <06p​leasingfungus> i don’t believe it ever did 08:30:33 <06p​leasingfungus> isn’t its damage beam ice (half irresistible)? if so, it wouldn’t create cold clouds 08:30:44 <06p​leasingfungus> ??permafrost eruption 08:30:44 <04C​erebot> permafrost eruption[1/1]: L6 Ice/Earth. Radius 1 AC-ignoring cold explosion, plus extra AC-checking (earth) damage to the target. Auto-targets the foe with the most other foes adjacent. Will never target a foe adjacent to the player. New in 0.32. 08:30:47 <06p​leasingfungus> hm, maybe it is beam cold 08:31:09 It used to create ice clouds over water. 08:31:26 But I have a game in .32 where it's not.  But I could have sworn it was doing it in .32. 08:31:52 <06p​leasingfungus> mysterious 08:32:17 But I'm wondering if maybe my last permafrost game was in trunk prior to .32 release 08:32:36 but I don't see any changelog entries about changes to permafrost eruption since it was introduced 08:33:29 <06p​leasingfungus> sounds like a side effect of some other change 08:33:51 should I put in a bug report on git? 08:34:13 also there's a discord? 08:38:01 <04d​racoomega> It definitely made clouds over water for me in 0.32 stable 08:38:09 <04d​racoomega> Is your spellpower extremely low, by any chance? 08:38:18 <04d​racoomega> There may be a damage-based component 08:38:24 29% 08:38:33 let me swap a staff of cold and test 08:38:49 brought me up to 33%, same result 08:39:05 <04d​racoomega> Hmm... I'll look into it shortly 08:39:29 want to see it live?  i'm on cbro 08:39:38 <12g​e0ff> permafrost does make clouds in the current trunk (although they disappear after one turn) 08:39:38 <12g​e0ff> https://cdn.discordapp.com/attachments/747522859361894521/1288162940263862302/image.png?ex=66f42eb9&is=66f2dd39&hm=e13953e527cddac85aa3e0da56dc0f69ac8491bf42758a594effb8b05c0d0683& 08:41:42 <04d​racoomega> It is power-based and 33% power seems to be just below where you can expect it to happen 08:41:44 <12g​e0ff> it looks like the cloud duration depends on spellpower, and at about 30% you don't get any clouds at all 08:41:57 ohhhhh, wow, didn't realize that 08:42:01 <04d​racoomega> C++ if (feat_is_water(feat) && flavour == BEAM_COLD && damage.num * damage.size > 35) { place_cloud(CLOUD_COLD, p, damage.num * damage.size / 30 + 1, agent()); } 08:42:16 I have it early castable due to wizardry + vehumet so the spellpower is low. 08:43:16 Thanks for the code dive, glad I hadn't hit submit yet on this bug report. 10:54:40 03Aliscans02 07https://github.com/crawl/crawl/pull/4051 * 0.33-a0-139-g070334d44c: Change how CMD_DISPLAY_MAP treats levels the player isn't on. 10(45 minutes ago, 2 files, 8+ 7-) 13https://github.com/crawl/crawl/commit/070334d44cf4 11:14:05 03regret-index02 07* 0.33-a0-136-ge876008791: New monster buff: doubled vigour 10(19 hours ago, 15 files, 46+ 9-) 13https://github.com/crawl/crawl/commit/e87600879162 11:14:05 03regret-index02 07* 0.33-a0-137-gb8f47f2566: Give apises an aura of doubled vigour 10(11 hours ago, 12 files, 136+ 120-) 13https://github.com/crawl/crawl/commit/b8f47f256649 11:14:05 03regret-index02 07* 0.33-a0-138-gb29aa79de7: Two new holy tiles (Sastreii) 10(18 minutes ago, 4 files, 1+ 0-) 13https://github.com/crawl/crawl/commit/b29aa79de7ee 11:14:05 03regret-index02 07* 0.33-a0-139-g4e3108018c: Make base jellies amorphous (Ogregutan, rypofalem) 10(6 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/4e3108018cfe 12:31:32 03geekosaur02 {regret-index} 07[stone_soup-0.32] * 0.32.0-22-g29702e1c05: don't crash if shadow can't be placed (ChongLi) 10(2 weeks ago, 1 file, 6+ 1-) 13https://github.com/crawl/crawl/commit/29702e1c0575 12:31:32 03Aliscans02 {regret-index} 07[stone_soup-0.32] * 0.32.0-23-g1c4147fa8f: Don't let the player use off-level items with CMD_DISPLAY_MAP. 10(27 hours ago, 2 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/1c4147fa8f23 12:31:32 03DracoOmega02 {regret-index} 07[stone_soup-0.32] * 0.32.0-24-g51f5bb280a: Don't allow performing actions on features on other levels (angelslayer) 10(16 hours ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/51f5bb280a59 12:31:32 03DracoOmega02 {regret-index} 07[stone_soup-0.32] * 0.32.0-25-g0835f67c67: Don't claim 'You are here.' about tiles on other floors 10(16 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/0835f67c677a 12:40:10 03DracoOmega02 07* 0.33-a0-140-g4966338b9b: Don't zap self with Magnavolt if standing in a dust cloud (monkooky) 10(54 seconds ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/4966338b9b23 12:40:11 03DracoOmega02 07[stone_soup-0.32] * 0.32.0-26-g3deabf2342: Don't zap self with Magnavolt if standing in a dust cloud (monkooky) 10(55 seconds ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/3deabf234285 15:03:08 03nicolae02 07* 0.33-a0-141-gc0dc3ca754: Fix up the custom gadgets shop 10(2 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/c0dc3ca754f2 15:37:49 Unstable branch on underhound.eu updated to: 0.33-a0-140-g4966338b9b (34) 18:58:27 03regret-index02 07* 0.33-a0-142-gc068db49a3: Don't claim stationary monsters can open doors 10(5 hours ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/c068db49a36c 18:58:27 03regret-index02 07* 0.33-a0-143-g9c46c80674: Reuse pillars of rime as occasional Cocytus decor 10(63 minutes ago, 2 files, 45+ 36-) 13https://github.com/crawl/crawl/commit/9c46c8067486 18:58:27 03regret-index02 07* 0.33-a0-144-gc7607e5391: Fix elves_outpost_lemuel's lua (#4050) 10(63 seconds ago, 1 file, 5+ 6-) 13https://github.com/crawl/crawl/commit/c7607e53911c 19:33:48 <09g​ammafunk> 0.32 Tournament Results Post: https://crawl.develz.org/wordpress/0-32-tournament-results 19:35:42 <09g​ammafunk> Didn't get time to do 0.32.1 tonight, but hopefully tomorrow. Shouldn't take long, since I think all necessary cherry-picks are done, so it's just making a quick changelog and doing the usual release stuff 19:39:24 <08n​icolae> @regret-⸸nde※ what are your thoughts re: harmless fog generators in lair (rain, sparse dust, etc.)? 19:49:38 <06r​egret-⸸nde※> Perfectly fine, though I'd be happier with such once, I state again, I am done with more vault options work (as I'd like to have cloud generators nearly always have visible origin points). 19:50:38 <08n​icolae> yeah i do remember that, i was going to make sure there was at least a Distinct Feature at the spot with the fog machine, even if it wasn't, like, a fissure 20:35:34 <04d​racoomega> There's code here to handle pluralization of summoned things going poof that as far as I can tell is used only for when a monster is dropping a plural quantity of summoned items from their inventory. Is... is there any way for monsters to drop summoned items at all anymore? 20:36:03 <04d​racoomega> Like, presumably at one point they could pick up things off the ground and replace stuff they had, but they can't do this. You can't disarm summoned monsters either. 20:39:30 03regret-index02 07* 0.33-a0-145-gaa0487cc57: Add a description for Mass Regeneration (#4049) 10(5 minutes ago, 1 file, 6+ 0-) 13https://github.com/crawl/crawl/commit/aa0487cc5751 20:39:30 03regret-index02 07* 0.33-a0-146-g70dc07e95b: Adjust the repulsion field mutation text (#4053) 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/70dc07e95baa 20:39:32 03regret-index02 07[stone_soup-0.32] * 0.32.0-27-gb9d3b2c05d: Add a description for Mass Regeneration (#4049) 10(5 minutes ago, 1 file, 6+ 0-) 13https://github.com/crawl/crawl/commit/b9d3b2c05d5d 20:39:32 03regret-index02 07[stone_soup-0.32] * 0.32.0-28-gd56128f173: Adjust the repulsion field mutation text (#4053) 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/d56128f173e6 20:45:26 04Build failed for 08master @ 70dc07e9 06https://github.com/crawl/crawl/actions/runs/11025870379 21:04:40 <04d​racoomega> (To be clear, I don't mean dropping upon death. I mean choosing to drop a summoned item while still alive) 21:22:30 03regret-index02 07* 0.33-a0-147-g07630011bb: Silence a build warning 10(29 seconds ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/07630011bb0a 22:06:44 Stable (0.32) branch on underhound.eu updated to: 0.32.0-28-gd56128f173 22:35:28 Unstable branch on crawl.develz.org updated to: 0.33-a0-147-g07630011bb (34) 22:58:42 Windows builds of master branch on crawl.develz.org updated to: 0.33-a0-147-g07630011bb 23:34:14 Unstable branch on cbro.berotato.org updated to: 0.33-a0-147-g07630011bb (34) 23:55:28 Monster database of master branch on crawl.develz.org updated to: 0.33-a0-147-g07630011bb