00:48:33 Unstable branch on cbro.berotato.org updated to: 0.30-a0-852-g08b95dd62f (34) 00:54:22 Monster database of master branch on crawl.develz.org updated to: 0.30-a0-852-g08b95dd62f 01:51:34 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4884-gcf1f1e11f7 04:22:12 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4884-gcf1f1e11f7 04:37:38 03kate-02 07* 0.30-a0-853-g561648f94d: Fix gods protecting allies from hostile Irradiate (#3033) 10(22 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/561648f94d0e 04:49:59 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-853-g561648f94d (34) 05:28:37 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-853-g561648f (34) 07:22:06 <06a​dvil> til that Options.terp_files exists, does anyone actually use that? 09:25:25 <06a​dvil> does anyone know what Options.extra_levels was? 09:26:29 <10P​leasingFungus> does git log -S help? 09:27:52 <06a​dvil> it didn't 09:28:00 <06a​dvil> though I only looked for that exact string 09:28:09 <06a​dvil> %git fcac38d55bb7edbc230723166daf079c56f6736e 09:28:10 <04C​erebot> greensnark * 0.2-a0-422-gfcac38d55b: Added extra entry vaults and option to load them. Undead should not drown in deep water. (16 years ago, 6 files, 1347+ 18-) https://github.com/crawl/crawl/commit/fcac38d55bb7 09:28:22 <06a​dvil> that's the commit but I was just having trouble figuring out what the point was 09:28:32 <06a​dvil> or what, if anything, it might correspond to now 09:29:16 <06a​dvil> probably not too important, it seems to be long gone, but some of the fields were still present in the hardcoded case sensitive list 09:32:41 <06a​dvil> I guess at that point des loading was extremely inflexible (seems to have been hardcoded to load just two des files??) and online play didn't exist, so maybe this was basically a dev tool thing 09:33:24 <10P​leasingFungus> odd 09:33:46 <06a​dvil> oh, actually the comments in tricky.des in that commit explain it 09:34:14 <06a​dvil> # This file contains a number of entries which may not be appropriate for # certain players, like newbies. These entries may require the use of certain # item, or demand searching for hidden passages, or may be plain more risky. 09:35:17 <06a​dvil> lol at some of these vaults 09:35:24 <06a​dvil> really, really different era of crawl 09:37:39 <10P​leasingFungus> for sure! 10:20:18 <06a​dvil> hm, we have a whole bunch of path-related config options that are currently not treated as case sensitive -- this should potentially have issues on linux, right? 10:21:43 <06a​dvil> e.g. morgue_dir 10:23:06 <06a​dvil> maybe by "a whole bunch" I mean just that one 10:44:40 <03r​obertxgray> I can test it on Linux, what's the problem with that option? 10:45:08 <06a​dvil> I think based on reading the code, if you try to set it to a directory with uppercase chars in it, it won't work on linux 10:46:00 <06a​dvil> not extremely important probably but if you want to test feel free! 10:46:55 <06a​dvil> all other paths are correctly handled as case sensitive I think (which won't matter on mac/windows) 10:49:05 <03r​obertxgray> you are right, it is changed to lower case 10:50:02 <06a​dvil> thanks! 10:51:35 <03r​obertxgray> anytime 10:54:01 <06a​dvil> btw @robertxgray I don't know if you've been keeping an eye on it but I had to do some stuff to the android CI that I only marginally understand 10:54:05 <06a​dvil> %git ab5ac29ea4b6bb 10:54:06 <04C​erebot> advil * 0.30-a0-787-gab5ac29ea4: build: pin a gradle version (2 weeks ago, 1 file, 4+ 0-) https://github.com/crawl/crawl/commit/ab5ac29ea4b6 10:54:09 <06a​dvil> ^ is the main one 10:54:54 <06a​dvil> at some point it seems like the runner's default gradle version upgraded and the build broke, so I cargo-culted a way to go to an earlier version, but I have no idea if it's the best one 10:55:55 <06a​dvil> (also the android CI cache after that change has ballooned, so the call to that build action may need further tweaking) 11:00:45 <03r​obertxgray> I wasn't aware of that change, I'll look in to it, thanks 11:05:02 <06a​dvil> another weird options thing: when you use ^= with a list, it prepends elements from the list in reverse order, and when you use +=, it appends the lists in forward order; does anyone know why it does this (or am I misreading the code)? I would not have guessed this at all 11:05:39 <06a​dvil> oh, hm 11:05:50 <06a​dvil> maybe I just needed to type out an example and now I understand 11:07:02 <06a​dvil> so nevermind 13:28:41 <13S​astreii> now Dispater holds his orb. doll tile included 13:28:41 <13S​astreii> https://cdn.discordapp.com/attachments/747522859361894521/1081674596320805025/Schermata_2023-03-04_alle_21.26.11.png 13:28:42 <13S​astreii> https://cdn.discordapp.com/attachments/747522859361894521/1081674596551495741/dispater_suite.zip 13:42:48 <05k​ate> sweet! currently it's described as a "golden orb" (just because the staff was a "golden staff") but hellish spooky red i think is more damnation-appropriate, so will change the description to match 13:46:43 <13S​astreii> Oh, i didn’t read the description, i just went full instinct and used the damnation red🙂 13:55:11 <12e​bering> did the staff of dispater become an unrand orb?!?!?! 13:55:18 <12e​bering> I've been so out of the loop 13:56:42 <05k​ate> it did! only a few days ago 13:56:47 <05k​ate> %git a136d5a4 13:56:48 <04C​erebot> kate- * 0.30-a0-811-ga136d5a445: Convert the staff of Dispater into an orb (8 days ago, 10 files, 35+ 28-) https://github.com/crawl/crawl/commit/a136d5a44576 13:59:38 <12e​bering> amazing! 13:59:40 froag (L2 DsWn) ASSERT(desc_tgt) in 'item-use.cc' at line 767 failed. (D:2) 14:08:15 <10P​leasingFungus> i mean, think your call was right 🙂 14:08:30 <10P​leasingFungus> re sast damn red 14:09:11 <05k​ate> for sure yeah 14:15:51 <10P​leasingFungus> kate: sounds like you’re getting these in game? 14:16:16 <05k​ate> will do in a few mins, yeah 14:16:29 <10P​leasingFungus> excellent, ty! 14:53:46 <10P​leasingFungus> that ru bug is so good 14:54:01 03kate-02 07* 0.30-a0-854-ge1c980b087: Remove some iron grates from evilmike_geh (#2980) 10(5 hours ago, 1 file, 10+ 11-) 13https://github.com/crawl/crawl/commit/e1c980b087f9 14:54:01 03kate-02 07* 0.30-a0-855-g066f1b0f1d: Tweak holy_pan to remove teleport closets (#2979) 10(4 hours ago, 1 file, 22+ 20-) 13https://github.com/crawl/crawl/commit/066f1b0f1d3b 14:54:01 03kate-02 07* 0.30-a0-856-gc246efe4b1: Don't let Ru try to redirect butterfly attacks (#2988) 10(4 hours ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/c246efe4b187 14:54:01 03kate-02 07* 0.30-a0-857-gcaf70739d4: Add new orb of Dispater tiles (Sastreii) 10(13 minutes ago, 6 files, 9+ 6-) 13https://github.com/crawl/crawl/commit/caf70739d4e3 14:54:42 <05k​ate> it's very good. also sort of silly that monsters with no attacks still run through all the melee attack code in the first place 14:56:33 <05k​ate> https://github.com/crawl/crawl/issues/3018 i was certain i'd already seen and closed this and spent ages trying to find the duplicate issue and failing 14:56:52 <05k​ate> turns out the duplicate was on mantis, hiding in plain sight.... 14:56:57 <10P​leasingFungus> that does sound incredibly familiar 14:57:24 <05k​ate> (https://crawl.develz.org/mantis/view.php?id=12715) 14:58:03 <10P​leasingFungus> ah lol 14:58:05 <10P​leasingFungus> this is my fault 14:58:15 <10P​leasingFungus> hellmo thinks we should just show a number for stealth, iirc 14:58:34 <10P​leasingFungus> ...i don't understand this confusion though, really 15:01:47 <05k​ate> i know i'm anti-showing-more-numbers generally but stealth in particular seems like one where it'd be really unhelpful and contextless 15:02:09 <05k​ate> although i suppose so is the bar essentially, either way you don't have much to go on in terms of what it's being checked against 15:02:28 <10P​leasingFungus> what i want is the super % screen we were talking about the other day, where you have a way to get more explanation of the things you see 15:02:43 <10P​leasingFungus> press a to learn about rF, etc 15:02:45 <10P​leasingFungus> that's a bigger ask ofc 15:05:07 <05k​ate> i was thinking of trying to at least to some reorganisation of it and getting rid of the second column/showing them in a list or something below like advil suggested, having individual properties be examinable would also be great though yeah 15:27:39 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-857-gcaf70739d4 (34) 16:24:45 Unstable branch on underhound.eu updated to: 0.30-a0-857-gcaf70739d4 (34) 23:35:09 Unstable branch on crawl.develz.org updated to: 0.30-a0-857-gcaf70739d4 (34) 23:57:51 Windows builds of master branch on crawl.develz.org updated to: 0.30-a0-857-gcaf70739d4