01:34:33 Unstable branch on crawl.develz.org updated to: 0.27-a0-1525-g1038ab4fd7 (34) 01:55:40 Windows builds of master branch on crawl.develz.org updated to: 0.27-a0-1525-g1038ab4fd7 02:18:53 Unstable branch on cbro.berotato.org updated to: 0.27-a0-1525-g1038ab4fd7 (34) 02:53:49 Monster database of master branch on crawl.develz.org updated to: 0.27-a0-1525-g1038ab4fd7 03:31:36 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4217-g7c68dc2372 05:36:40 03ebering02 07* 0.27-a0-1526-gc46b4539cf: fix: a doubled word (FizzleBang) 10(45 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/c46b4539cfe5 06:03:24 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1526-gc46b4539cf (34) 06:03:43 <12e​bering> %git f355649c 06:03:43 <04C​erebot> ebering * 0.27-a0-1518-gf355649ca4: fix: highlight gozag gold blue in webtiles under distraction aura (17 hours ago, 2 files, 2+ 2-) https://github.com/crawl/crawl/commit/f355649ca411 07:28:47 <12e​bering> quote display for monsters seems to be gone/non functional in console 07:28:47 <12e​bering> 😦 07:28:58 <12e​bering> blocking bug for release imo 11:32:54 <06a​dvil> @ebering seems to work for me 11:33:00 <06a​dvil> are you sure you're looking at a monster with a quote? 11:39:14 <08n​icolae> i just added for eidolon, tyrant leech, meliai, try those 11:44:56 <06a​dvil> stone giant is also a straightforward one 11:44:59 <06a​dvil> but I do see those 11:46:31 <06a​dvil> hm, ~ is really unstable across keyboard layouts 11:46:55 <06a​dvil> I wonder what a good alternate key, that is probably not ESC, might be for the game menu 11:50:05 <09g​ammafunk> @advil Did you happen to have any leads with this problem with transporter vaults like its_a_trap and dig_for_victory? https://cdn.discordapp.com/attachments/205316046230388737/863411128004902932/Capture.PNG 11:50:18 <09g​ammafunk> it seems to just ignore the other connection sometimes 11:50:32 <06a​dvil> which vault is the one in the screencap? 11:50:36 <09g​ammafunk> its_a_trap 11:50:45 <09g​ammafunk> gammafunk_its_a_trap 11:50:49 <09g​ammafunk> in float.des 11:51:01 <08n​icolae> oh, huh, i think that one in the upper right of that map is one of mine 11:51:02 <06a​dvil> !vault gammafunk_its_a_trap 11:51:03 <04C​erebot> Can't find gammafunk_its_a_trap. 11:51:08 <06a​dvil> !vault float.des 11:51:09 <04C​erebot> https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/variable/float.des 11:51:30 <06a​dvil> do you have a seed / version for that screencap? 11:51:40 <06a​dvil> there was a bug involving passable with that vault that I fixed 11:51:58 <09g​ammafunk> I can find it maybe, let me ask 11:52:06 <06a​dvil> and I was able to verify that the fix worked for the case in the seed where I ran across it 11:52:08 <06a​dvil> !git 3a4c58a182d1 11:52:10 <04C​erebot> advil * 0.27-a0-1086-g3a4c58a182: fix: adjust connectivity for gammafunk_its_a_trap (3 months ago, 1 file, 4+ 1-) https://github.com/crawl/crawl/commit/3a4c58a182d1 11:52:36 <06a​dvil> iirc there were other transporter vaults that needed that tweak, not sure if we did them exhaustively 11:52:56 <06a​dvil> possibly it might be better to just make passable not do anything outside of vaults 11:53:35 <09g​ammafunk> ok, I'll look into whether this was somehow an older version 11:53:35 <09g​ammafunk> I assume 0.26 would still have a problem? 11:53:40 <06a​dvil> yeah 11:54:07 <06a​dvil> I guess we haven't done much cherrypicking, that would be a candidate 11:54:16 <09g​ammafunk> honestly, I modified floodfill so that it can follow transporters, so ideally these explicit tags in theory shouldn't be necessary 11:54:24 <09g​ammafunk> the algorithm can follow placed transporters 11:54:46 <09g​ammafunk> it works properly with G command and other travel stuff 11:54:57 <09g​ammafunk> maybe there's a slightly different floodfill used for vault connectivity checks 11:55:15 <06a​dvil> I don't think that autotravel uses the same code, yeah 11:55:27 <06a​dvil> also, the connectivity check won't handle asymmetric travel 11:55:51 <09g​ammafunk> asymmetric travel? 11:57:03 <06a​dvil> you can only go through transporter vaults in one direction 11:58:00 <06a​dvil> so if the exit is in a cul de sac, it would need to detect that that zone is enterable but not exitable 11:58:21 <06a​dvil> afaik the levelgen connectivity checks don't have that capability, if they can reach a cell it is merged into the current zone 11:58:47 <09g​ammafunk> gotcha 12:01:00 <06a​dvil> the levelgen connectivity check does not know about transporters, so as long as the vault is masked opaque, a cul de sac exit should be detected though. (The issue with passable was that outside of vaults it overrode that check) 12:11:44 <12e​bering> !gitgrep quote 12:11:46 <04C​erebot> ebering * 0.27-a0-1526-gc46b4539cf: fix: a doubled word (FizzleBang) (7 hours ago, 1 file, 1+ 1-) https://github.com/crawl/crawl/commit/c46b4539cfe5 12:11:52 <12e​bering> !gitgrep quote 2 12:11:55 <04C​erebot> gammafunk * 0.27-a0-1525-g1038ab4fd7: Simplify a lua test and reindent (15 hours ago, 1 file, 61+ 63-) https://github.com/crawl/crawl/commit/1038ab4fd767 12:12:09 <12e​bering> that's... not correct robit 12:12:13 <12e​bering> !cmd !gitgrep 12:12:13 <04C​erebot> Command: !gitgrep => .echo $(ignore $1)$(let (n $1 s $*) (concat "%git HEAD^{/" $s "}" (repeat (concat "^^{/" $s "}") (- (int $n) 1)))) 12:12:43 <12e​bering> !gitgrep 2 quote 12:12:45 <04C​erebot> 4Hooves2Appendages {GitHub} * 0.27-a0-1495-g2c4abef907: Second Antaeus quote (#1965) (4 days ago, 1 file, 5+ 0-) https://github.com/crawl/crawl/commit/2c4abef907b4 12:13:28 <12e​bering> doh, I thought the pratchett elf quote was put on all e monsters 12:13:32 <12e​bering> and then was sad 12:13:47 <12e​bering> @advil @nicolae false alarm rip 12:14:05 <08n​icolae> rip 12:41:25 btw two things I was surprised didn't have a quote before I landed on stone giants were orcs, and cerebov 12:43:30 <09h​ellmonk> cerebov quote should be the lyrics to man's not hot 13:05:17 -!- Amnesiac is now known as cang 13:05:35 -!- cang is now known as Amnesiac 13:06:42 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-1526-gc46b453 (34) 14:26:20 03wheals02 07* 0.27-a0-1527-g5d1bdbc639: Add a quote for Storm Form 10(52 seconds ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/5d1bdbc63964 14:27:16 <12e​bering> nice 14:28:43 <10P​leasingFungus> heh 14:33:54 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1527-g5d1bdbc639 (34) 14:43:27 03ebering02 07* 0.27-a0-1528-g90fbb72469: feat: a more electrifying storm fist (ardl) 10(12 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/90fbb724697b 14:45:03 <09g​ammafunk> wow, good quote wheals 14:49:18 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1528-g90fbb72469 (34) 15:34:26 New branch created: pull/2022 (1 commit) 13https://github.com/crawl/crawl/pull/2022 15:34:26 03Nikolai Lavsky02 07https://github.com/crawl/crawl/pull/2022 * 0.27-a0-1527-g8dea9a5abc: Remove a couple of obsolete descriptions 10(5 minutes ago, 2 files, 0+ 13-) 13https://github.com/crawl/crawl/commit/8dea9a5abced 16:03:24 <09g​ammafunk> @advil would something like the following as part of a monster definition cause a problem for seed stability? lua local equip_def = " ; staff of air . robe ego:resistance good_item" -- Don't want to use the fallback here, so we can know to give resistance -- ego robe if the elemental staff isn't available. if ele_staff and not you.unrands("elemental staff") then equip_def = " 16:03:24 ; elemental staff . robe good_item" end 16:04:05 <09g​ammafunk> here ele_staff will be true based on a random roll, although I don't think that matters 17:08:57 <08n​icolae> pfffft seed stability is for plants 17:24:47 <09g​ammafunk> !banish nicolae the Forest branch 17:24:48 <04C​erebot> gammafunk casts a spell. nicolae is cast into the Forest branch! 17:35:00 <08n​icolae> haha, now i can branch as much as i want 17:44:44 @?? shambling mangrove name:git 17:44:44 git (04f) | Spd: 8 | HD: 13 | HP: 75-102 | AC/EV: 13/3 | Dam: 41 | 03plant, amphibious, unbreathing | Res: 06will(100), 03poison, 12drown, 13neg+++, 13torm | XP: 1051 | Sp: grasping roots [11!AM, 06!sil] | Sz: Big | Int: human. 17:48:20 <10P​leasingFungus> Make like a tree! 18:23:53 Unstable branch on underhound.eu updated to: 0.27-a0-1528-g90fbb72469 (34) 21:35:46 <08n​icolae> lol i just noticed reddit saw the quotes commit 22:13:32 03kate-02 07* 0.27-a0-1529-g1e82c303ef: Remove mechanical traps from Ossuaries 10(23 minutes ago, 1 file, 73+ 91-) 13https://github.com/crawl/crawl/commit/1e82c303ef7d 22:16:21 <05k​ate> i enjoyed the comment in ossuary_due_pyramid and all the commented out SUBSTS, i wonder how long those have been sitting there for 22:19:26 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1529-g1e82c303ef (34) 23:21:04 <10P​leasingFungus> heh 23:21:08 <10P​leasingFungus> good q