00:56:01 Monster database of master branch on crawl.develz.org updated to: 0.35-a0-188-gb759490ca2 04:29:52 New branch created: pull/5134 (1 commit) 13https://github.com/crawl/crawl/pull/5134 04:29:53 03CrawlOdds02 07https://github.com/crawl/crawl/pull/5134 * 0.35-a0-189-g5037cb77aa: Update map correctly when Ashenzari reveals portals 10(2 minutes ago, 1 file, 4+ 3-) 13https://github.com/crawl/crawl/commit/5037cb77aa3e 04:34:24 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5261-gd9800d219b 17:10:22 03gammafunk02 07* 0.35-a0-189-gbdb83034df: Fixes and new functions for clua cell views 10(4 days ago, 5 files, 181+ 14-) 13https://github.com/crawl/crawl/commit/bdb83034df4a 17:11:18 <09g​ammafunk> I've tested these carefully and there's no significant changes to other underlying los calculation things. I went with a non-cached approach, as described in the commit, since although the memory increase for expanding los types was small, it seemed both unnecessary and more invasive for a feature I want to backport 17:11:51 <09g​ammafunk> going to backport these last few clua extensions/fixes and the remaining 0.35 bugfix commits I've been told about and hopefully tag/release 0.34.1 this evening 20:12:07 03gammafunk02 07[stone_soup-0.34] * 0.34.0-49-gc23f5dd08b: A clua function for the Zot orb monster 10(9 days ago, 1 file, 20+ 0-) 13https://github.com/crawl/crawl/commit/c23f5dd08b18 20:12:07 03WizardIke02 {gammafunk} 07[stone_soup-0.34] * 0.34.0-50-g82f6b78429: Fix monster clockwork bee's action sometimes being delayed 10(6 days ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/82f6b78429a5 20:12:07 03WizardIke02 {gammafunk} 07[stone_soup-0.34] * 0.34.0-51-g336698f4cd: Fix merging not taking the right amount of energy for slimes 10(6 days ago, 1 file, 6+ 30-) 13https://github.com/crawl/crawl/commit/336698f4cdbc 20:12:07 03WizardIke02 {gammafunk} 07[stone_soup-0.34] * 0.34.0-52-g4b62007720: Fix many cases of reaching full hp not attuning regen (yrdzrfxndfvh) 10(3 days ago, 5 files, 35+ 11-) 13https://github.com/crawl/crawl/commit/4b62007720bb 20:12:07 03gammafunk02 07[stone_soup-0.34] * 0.34.0-53-g24f62dbfe6: Fixes and new functions for clua cell views 10(5 days ago, 5 files, 181+ 14-) 13https://github.com/crawl/crawl/commit/24f62dbfe630 20:12:07 03gammafunk02 07[stone_soup-0.34] * 0.34.0-54-g8a0797ce67: Update the changelogs for 0.34.1 10(56 seconds ago, 2 files, 36+ 0-) 13https://github.com/crawl/crawl/commit/8a0797ce678a 20:20:31 Wahaha (L21 PoIE) ERROR in 'mon-util.cc' at line 3146: bogus mc (no monster data): invalid monster_type 1000 (1000) (Depths:1) 20:22:19 Wahaha (L21 PoIE) ERROR in 'mon-util.cc' at line 3146: bogus mc (no monster data): invalid monster_type 1000 (1000) (Depths:1) 20:38:08 03gammafunk02 07[stone_soup-0.34] * 0.34.0-55-g1eebc1a289: A 0.34.1 changelog tweak 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/1eebc1a2892e 20:56:33 03gammafunk02 07* 0.35-a0-190-g1e003389ba: Update trunk changelogs for 0.34 releases 10(35 minutes ago, 2 files, 43+ 2-) 13https://github.com/crawl/crawl/commit/1e003389bad7 20:56:33 03gammafunk02 07* 0.35-a0-191-g97488934b5: A 0.34.1 changelog tweak 10(20 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/97488934b5b5 21:29:50 <07w​izardike> !crashlog Wahaha 21:29:52 <04C​erebot> 4. Wahaha, XL21 PoIE, T:55572 (milestone): https://cbro.berotato.org/morgue/Wahaha/crash-Wahaha-20260315-032213.txt 21:31:11 <07w​izardike> !crashlog Wahaha -2 21:31:12 <04C​erebot> 3/4. Wahaha, XL21 PoIE, T:55693 (milestone): https://cbro.berotato.org/morgue/Wahaha/crash-Wahaha-20260315-032024.txt 21:31:42 <09g​ammafunk> 0.34.1 release is made: https://crawl.develz.org/wordpress/0-34-1-bugfix-release 21:38:05 <07w​izardike> I don't have time to fix this for a few hours, but it looks like polar vortex is moving Nobody over lava and killing them with damage which causes them to fall into the lava 21:47:35 <04d​racoomega> Oh, I think I see what the order of events might be. The revival from damage causes them to blink while they are still flying from polar vortex, allowing them to blink over lava, then their enchantments are timed out while over lava, making them fall in, which they are not saved from, which causes the original pyhrric_recollection() call to now be trying to add enchantments to a dead monster 21:49:24 <04d​racoomega> I am frowning at how this is not actually the only place where it possible, in principle, for timeout_enchantments() to kill a monster we still assume will be alive 21:50:01 <04d​racoomega> For instance, I think if you kill an apostle challenge with polar vortex while over lava, a similar crash may happen 21:51:33 <04d​racoomega> Some slightly less practical scenarios involving Blorkula or making a vampiric thrall out of a monster in a similar situation 21:53:03 <04d​racoomega> I am not actually certain what the desired solution to this problem is. 21:56:07 <04d​racoomega> An argument that makes timeout_enchantments() not run removal effects for ENCH_FLIGHT and have Nobody blink second would probably fix it there. But while it avoids an apostle crash, it would still leave them on top of lava afterward there. 21:57:35 <04d​racoomega> It may even be possible, in principle, to recall an ally who was flying on another floor on top of lava and immediately incinerate them 21:57:52 <04d​racoomega> (Since they will be flying when they arrive, and then have this immediately removed) 21:59:05 <02D​arby> leaving apostles on top of lava may want for handling regardless of this case, since for the past two years it's just permakilled the apostle without ending the challenge 21:59:42 <04d​racoomega> Oh, wait, if you actually confuse them into lava 21:59:53 <04d​racoomega> As opposed to killing them with damage while flying over lava 21:59:58 <02D​arby> right 22:00:59 <04d​racoomega> I wonder why this is 22:14:40 <04d​racoomega> Huh. Seems to be that falling into lava/deep water is counted as a 'silent' kill and silent kills ignore all death-avoidance effects 22:14:59 <04d​racoomega> I am... not entirely certain why 22:17:06 <09h​ellmonk> The silent lava is the deadliest... 22:17:08 <04d​racoomega> I mean, I see why it's silent (since an effective 'death message' has already been printed) but not sure why they can't be revived this way. 22:17:41 <09h​ellmonk> Maybe dates from a time when any revival would place on the same spot and just kill again instantly 22:17:49 <09h​ellmonk> idk how old this code is 22:18:18 <04d​racoomega> Bind Soul is the only death-avoidance effect that works here, which is checked outside as a special case 22:19:15 <04d​racoomega> But there are several other effects now which should logically also work if falling into lava (like Nobody's revival, which already blinks them to safety, or Blorkula splitting into bats) 22:27:47 <04d​racoomega> Apparently this '!silent' thing has existed as long as monster death-avoidance was possible 22:27:51 <04d​racoomega> %git fa90993 22:27:52 <04C​erebot> ..https://github.com/crawl/crawl/commit/fa909934b0e8 22:27:52 <04C​erebot> greensnark * 0.4-a0-332-gfa909934b0: Orcs may surrender to Beogh worshippers when beaten up. Adjusted experience gain for monsters, duration of orc battle cries and removed use of invocations to determine the success of spontaneous orc conversion. (18 years ago, 8 files, 167+ 71-) 22:42:01 <04d​racoomega> There may not be any problem with just removing it. I'm tempted to do so and see if this ever causes some other issue. 23:21:47 Unstable branch on cbro.berotato.org updated to: 0.35-a0-191-g97488934b5 (34) 23:33:22 03DracoOmega02 07* 0.35-a0-192-g012f058bb5: Fix Tukima's Dance not working on draugr (Planckenstein) 10(89 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/012f058bb596 23:33:22 03DracoOmega02 07* 0.35-a0-193-g3c4c604365: Fix apostles falling into lava during challenges not being noticed (Darby) 10(7 minutes ago, 1 file, 4+ 6-) 13https://github.com/crawl/crawl/commit/3c4c60436502 23:33:22 03DracoOmega02 07* 0.35-a0-194-g537aefdc69: Fix rare crashes involving Nobody/apostles being killed by polar vortex 10(4 minutes ago, 4 files, 28+ 10-) 13https://github.com/crawl/crawl/commit/537aefdc694a 23:35:39 Unstable branch on crawl.develz.org updated to: 0.35-a0-191-g97488934b5 (34) 23:58:59 Windows builds of master branch on crawl.develz.org updated to: 0.35-a0-194-g537aefdc69