00:47:07 Monster database of master branch on crawl.develz.org updated to: 0.35-a0-179-g177dabccda 02:22:34 03WizardIke02 07* 0.35-a0-180-gbce5b7a9de: Fix monster extra action from torchlight being sometimes being delayed 10(6 hours ago, 29 files, 132+ 78-) 13https://github.com/crawl/crawl/commit/bce5b7a9de8f 02:22:34 03WizardIke02 07* 0.35-a0-181-g84ebf0652c: Fix many cases of reaching full hp not attuning regen (yrdzrfxndfvh) 10(26 minutes ago, 5 files, 35+ 11-) 13https://github.com/crawl/crawl/commit/84ebf0652ce2 04:27:58 <07w​izardike> @dracoomega Hey is it intentional that hellfire mortar doesn't make it to the end of the lava before it reverts with odd los range but does with even? 04:27:59 <07w​izardike> https://cdn.discordapp.com/attachments/747522859361894521/1481614725069668422/Screenshot_2026-03-13_001701.png?ex=69b3f4bd&is=69b2a33d&hm=351fcaa43df17b9043985f312482db3ca5fe5677b83eac6fcbae3a3f12e9efa9& 04:27:59 <07w​izardike> https://cdn.discordapp.com/attachments/747522859361894521/1481614725438771210/Screenshot_2026-03-13_001755.png?ex=69b3f4bd&is=69b2a33d&hm=4d59eb7286418b5462d399a9f3fd50b895d35691f266e09d448e7f0086c2d4b7& 04:28:00 <07w​izardike> https://cdn.discordapp.com/attachments/747522859361894521/1481614726440943617/Screenshot_2026-03-13_001831.png?ex=69b3f4bd&is=69b2a33d&hm=2ed559fe973de9ddffc58182a2e49074e1136fab6d565557d92cc339b245fd15& 04:28:00 <07w​izardike> https://cdn.discordapp.com/attachments/747522859361894521/1481614726831018084/Screenshot_2026-03-13_002101.png?ex=69b3f4bd&is=69b2a33d&hm=bcb2ad5547299b73fa6d7fe174504f4dfa1a705fc7221f0acbffb88889e97751& 04:29:25 <04d​racoomega> Not even slightly. (It was recently pointed out that if the player is fast it's possible that the lava retreats one tile while the mortar is still active, which is also very unintended and something I meant to look into doing something about in the future.) 04:30:29 <04d​racoomega> (Some of this is a result of trying to keep the lava duration very tight with the motar's effective duration, now that the cooldown is basically linked to it. But mortar actions and terrain reversion isn't necessarily on the same timestep...) 04:31:18 <04d​racoomega> Which I think means that even if the durations exactly match, they may still visibly get out of sync based on the player's speed 04:33:05 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5261-gd9800d219b 04:39:02 <07w​izardike> The lava reverting under the mortar is actually a slightly different problem. The lava not lasting long enough with odd los range is just caused by integer division where as the lava reverting under the mortar bug is caused by us timing out temp terrain before monsters act in each timestep 04:39:39 <04d​racoomega> Oh, I see. (I hadn't actually looked into it yet myself; it was just on the list) 05:34:47 Unstable branch on crawl.akrasiac.org updated to: 0.35-a0-181-g84ebf06 (34) 07:40:58 03regret-index02 07* 0.35-a0-182-g89500f345a: Nudge up athame drop rates and quality 10(7 days ago, 2 files, 22+ 12-) 13https://github.com/crawl/crawl/commit/89500f345a58 07:40:58 03regret-index02 07* 0.35-a0-183-g2d801cba1d: New unrand: the swamp witch's dragon scales 10(4 days ago, 8 files, 44+ 2-) 13https://github.com/crawl/crawl/commit/2d801cba1d92 07:40:58 03regret-index02 07* 0.35-a0-184-g41e759f0ee: Fresh 0.35 Xom changes 10(34 hours ago, 4 files, 166+ 132-) 13https://github.com/crawl/crawl/commit/41e759f0eee4 07:40:58 03regret-index02 07* 0.35-a0-185-g0c9ac3fb94: New Xom action: mass blind + mass blinkitis 10(22 hours ago, 3 files, 101+ 3-) 13https://github.com/crawl/crawl/commit/0c9ac3fb94f1 07:40:58 03regret-index02 07* 0.35-a0-186-gdb04a1d58d: New Xom action: mass vex + mass chaos lace 10(42 minutes ago, 3 files, 75+ 4-) 13https://github.com/crawl/crawl/commit/db04a1d58d73 07:40:58 03regret-index02 07* 0.35-a0-187-ge17ad08588: Change the glaive of Prune to the partisan of Prune 10(7 minutes ago, 17 files, 18+ 19-) 13https://github.com/crawl/crawl/commit/e17ad08588ab 09:35:44 <09g​ammafunk> some gcc warnings for trunk: In file included from env.h:12, from monster.cc:32: monster.h: In constructor ‘monster::monster()’: monster.h:592:9: warning: ‘monster::speed_increment’ will be initialized after [-Wreorder] 592 | int speed_increment; | ^~~~~~~~~~~~~~~ monster.h:69:15: warning: ‘coord_def monster::target’ [-Wreorder] 69 | coord_def target; | 09:35:44 ^~~~~~ monster.cc:84:1: warning: when initialized here [-Wreorder] 84 | monster::monster() | ^~~~~~~ 09:36:02 <09g​ammafunk> and player-reacts.cc: In function ‘void _regenerate_hp_and_mp(int)’: player-reacts.cc:1203:15: warning: unused variable ‘old_hp’ [-Wunused-variable] 1203 | const int old_hp = you.hp; | ^~~~~~ player-reacts.cc:1204:15: warning: unused variable ‘old_mp’ [-Wunused-variable] 1204 | const int old_mp = you.magic_points; | ^~~~~~ 10:57:01 <11O​dds> Silly dependabot bumping tornado when it was removed several versions ago 11:55:45 <09g​ammafunk> It's been long enough that it took me a few moments to even get that joke... 13:11:17 fwiw clang is still giving me "unused parameter 'a'" in `bool mergeable(const final_effect& a) const override { return true; }` 13:12:22 (I also got gama's two, plus the ones I already filed an issue for (EQF_NONE/EQF_STATUE and `ht >= (HT_WALLS_ONLY << 1)`) 14:31:32 <09g​ammafunk> yeah I seemed to no longer get that "unused parameter" one but maybe I just missed it, or more likely it was a ccache hit 16:43:23 Unstable branch on underhound.eu updated to: 0.35-a0-187-ge17ad08588 (34) 22:20:30 <06p​leasingfungus> > the flavour of the strangely one-off presence of chimeric fenstrider witches in Swamp ? 23:11:24 <06r​egret-⸸nde※> (It is not that the monster is individually weird in and of itself, it is that the overall monster situation after several more dozen monsters have ended up with exactly one witch with branch-specific flavour as its own non-human position compared to most other standard magic user words describing completely normal humans. I'd be fine with some non-human Depths witch helping with the "forest" theme alderkings were pushing 23:11:24 there alongside spriggans (and to also pair with occultists and necromancers and tengu and liches) if I had any ideas for such.) 23:18:31 <06p​leasingfungus> ah, sure 23:34:21 Unstable branch on cbro.berotato.org updated to: 0.35-a0-187-ge17ad08588 (34) 23:35:50 Unstable branch on crawl.develz.org updated to: 0.35-a0-187-ge17ad08588 (34) 23:59:23 Windows builds of master branch on crawl.develz.org updated to: 0.35-a0-187-ge17ad08588