03:34:03 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5261-gd9800d219b 07:28:17 <08n​icolae> lmao goji 07:31:15 <08n​icolae> i am still thinking about shoals and orc decor vaults but i've got a lot of brain cells thinking about fancy tiling solutions and i gotta get that all out of my system first, i think 07:35:14 <08n​icolae> how long we got on this version 07:38:20 <04d​racoomega> I'd say a couple of months, anyway 07:38:52 <08n​icolae> whew 07:40:56 <08n​icolae> the problem with orc tilings is that they're easier to make, because ragged edges and narrow hallways are par for the corpse, but if the vault is too big it fucks up the levelgen and you get big wide open space 07:41:03 <08n​icolae> er, par for the course 07:41:15 <08n​icolae> "par for the corpse"... i should remember that one though 07:42:04 <08n​icolae> hm. i should look at existing orc endings and try to extrapolate architectural motifs from those... 08:01:46 03DracoOmega02 07* 0.35-a0-635-g013a449154: Fix inner flame explosions not working when set off in walls (monkoooky) 10(4 minutes ago, 1 file, 3+ 1-) 13https://github.com/crawl/crawl/commit/013a44915405 08:01:46 03DracoOmega02 07* 0.35-a0-636-g902067d5bd: Have inner flame place clouds via its explosion instead of separately 10(2 minutes ago, 4 files, 5+ 12-) 13https://github.com/crawl/crawl/commit/902067d5bd53 08:09:01 <02M​onkooky> I bet you money that's the title of a murder mystery 08:19:31 04Build failed for 08master @ 902067d5 06https://github.com/crawl/crawl/actions/runs/28600036085 08:35:00 <11O​dds> ??versions 08:35:01 <04C​erebot> versions ~ version[1/1]: LearnDB tries to document *both* the current stable release in trunk. Please note changes in trunk at the end of an entry. Use the &versions command to see what versions are installed on each server. 08:35:04 <11O​dds> !versions 08:35:10 <04C​erebot> Latest versions seen in milestones this week: [LLD] => 0.34.1-4-g0e95e08, [CAO] => 0.35-a0-515-ge04ab8e, [CDO] => 0.35-a0-609-gd079bb4, [CUE CXC] => 0.35-a0-610-gcec02a2, [CBR2 CDI CNC CPO CRG CBRG] => 0.35-a0-634-gb0bcc09 08:35:39 <04d​racoomega> CAO back in the distant past again? >.> 08:36:10 <11O​dds> Oh so it is. I was actually wondering why I'm not seeing the invis changes on CUE, but that's just because I can't read and it was a fork that got deployed this morning 08:36:28 <11O​dds> I'll have a look at CAO 08:47:54 <11O​dds> Ah, apparently it objected to some fancy lambda thing I did. Will work out what's up with that and fix. 08:54:55 <04d​racoomega> (It really is somewhat frustrating to not even be able to easily tell when it will object - or often even notice it for a long while) 08:55:52 <11O​dds> Yeah... do you know at all what it is running? 08:58:26 <04d​racoomega> gcc 4.7.2, I think? 09:41:48 03CrawlOdds02 07* 0.35-a0-637-gac8e495969: Remove some casts that CAO might be objecting to 10(8 minutes ago, 1 file, 5+ 5-) 13https://github.com/crawl/crawl/commit/ac8e49596965 09:53:46 <12g​e0ff> > I was actually wondering why I'm not seeing the invis changes on CUE some might say that these changes are ... gets pulled off the stage 09:59:12 04Build failed for 08master @ ac8e4959 06https://github.com/crawl/crawl/actions/runs/28606380369 10:00:58 <11O​dds> ^Timing out in "deploy docs" 10:05:16 <04d​racoomega> That's probably a github problem, right? 10:10:23 <11O​dds> Yeah, the deployment was "queued" for ages and then timed out, which doesn't sound like a problem on our side 10:10:51 Unstable branch on crawl.akrasiac.org updated to: 0.35-a0-637-gac8e495969 (34) 11:15:21 New branch created: lightweight (1 commit) 13https://github.com/crawl/crawl/tree/lightweight 11:15:22 03hellmonk02 07[lightweight] * 0.35-a0-638-g36ce5fc0f5: New weapon brand, Lightweight 10(4 minutes ago, 11 files, 31+ 8-) 13https://github.com/crawl/crawl/commit/36ce5fc0f5aa 11:15:22 New branch created: pull/5323 (1 commit) 13https://github.com/crawl/crawl/pull/5323 11:15:22 Branch pull/5323 updated to be equal with lightweight: 13https://github.com/crawl/crawl/pull/5323 11:20:15 Angmar (L6 DsCK) Crash caused by signal #11: Segmentation fault (D:4) 12:38:32 03CrawlOdds02 07* 0.35-a0-638-g469e1ddc71: Stop vault warden tension checks breaking LoS 10(24 minutes ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/469e1ddc712a 14:38:20 quixfox (L20 CoCK) Crash caused by signal #11: Segmentation fault (Vaults:1) 14:47:48 quixfox (L21 CoCK) Crash caused by signal #11: Segmentation fault (Vaults:3) 15:05:03 <04d​racoomega> Huh. More instance of that one today than usual. I wonder if anything changed to make it more likely. (I've seen weird crashes involving attractitis before, but wasn't able to reproduce them often enough to actually solve them. I did once get a monster appear to move while I was aiming something. I doubt there's any way that it actually did move then, but possibly some redraw not happening properly, which might be related to 15:05:03 these crashes) 15:05:46 <04d​racoomega> O 15:06:58 <04d​racoomega> Since the invis rework, get_monster_at() pulls directly from map_knowledge instead of constructing a new monster_info. And it's probably that this prior bug has resulted in not having any monster_info in that cell for a monster that you nonetheless can see there. 15:07:08 <04d​racoomega> Which would now segfault 15:10:00 <04d​racoomega> Though it probably doesn't have to pull from map_knowledge now (since some other changes I made since I wrote that bit of a code, though all squashed into one on master). Would still like to find and squash the original bug involving attractitis, though 15:10:02 ABIL_EVOKE_BERSERK = 40, # I am regretting using some of the 39 slots before that up 15:17:18 quixfox (L24 CoCK) Crash caused by signal #11: Segmentation fault (Crypt:1) 15:23:32 <04d​racoomega> I mean, I don't think it really matters if abilities are put there as opposed to at the other end of the list. 15:38:43 quixfox (L25 CoCK) Crash caused by signal #11: Segmentation fault (Vaults:5) 15:42:41 Unstable branch on underhound.eu updated to: 0.35-a0-638-g469e1ddc71 (34) 15:58:27 quixfox (L27 CoCK) Crash caused by signal #11: Segmentation fault (Zot:1) 16:03:43 quixfox (L27 CoCK) Crash caused by signal #11: Segmentation fault (Zot:2) 16:58:25 gabagoolgaming (L9 OpSh) Crash caused by signal #11: Segmentation fault (D:6) 22:35:26 Unstable branch on crawl.develz.org updated to: 0.35-a0-638-g469e1ddc71 (34) 22:58:03 Windows builds of master branch on crawl.develz.org updated to: 0.35-a0-638-g469e1ddc71 23:16:24 Unstable branch on cbro.berotato.org updated to: 0.35-a0-638-g469e1ddc71 (34) 23:20:21 <11O​dds> !crashlog gabagoolgaming 23:20:25 <04C​erebot> 7. gabagoolgaming, XL9 OpSh, T:5102 (milestone): https://cbro.berotato.org/morgue/gabagoolgaming/crash-gabagoolgaming-20260702-235819.txt 23:55:20 Monster database of master branch on crawl.develz.org updated to: 0.35-a0-638-g469e1ddc71