00:54:53 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4753-g3cc4eb4eda 03:22:30 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4753-g3cc4eb4eda 05:54:47 yeah, I don't think the traversal algorithm is any different (or at least any better) after mmapping 05:55:13 for autoexplore 05:56:10 intuitively one thing autoexplore could do that it really, really doesn't is use info about revealed or partly revealed squares that are not currently reachable (and I think all revealed mmap squares may fall into this category? But definitely Me's current thing produces a lot of map information that is not currently usable by autoexplore) 05:56:41 it's not trivial to get from the current algorithm to something that does that though 06:01:34 ime it's very, very hard to make tweaks to current autoexplore that don't just make it worse, because it's one of those dumb algorithms that really only uses very local information and does as well as it does because of emergent behavior (so the effect of tweaks is very hard to predict) 06:13:17 <06a​dvil> pyyaml is installed (in the "Install Dependencies" phase) so I guess it's more likely a python path issue of some kind 06:32:33 To fix pillar dancing, why not just remove all pillars? 06:32:42 Very easy fix 06:34:03 so all levels should be graph-theoretic trees? ;-) 10:46:36 <06a​dvil> I don't suppose anyone knows how join_the_dots is supposed to work 11:42:42 <08n​icolae> i think you join the dots in number order and then you get a picture of like a giraffe or something 12:06:45 <09g​ammafunk> !function join_the_dots 12:06:47 <04C​erebot> Can't find join_the_dots. 12:35:29 <06a​dvil> Maybe has a dgn_ or something 12:43:48 ../source/dungeon.cc:5636:bool join_the_dots(const coord_def &from, const coord_def &to, 13:11:03 <06a​dvil> Seems interesting: https://www.reddit.com/r/dcss/comments/wp2hvl/serpentine_rune_just_isnt_there/?utm_source=share&utm_medium=ios_app&utm_name=iossmf 13:19:43 <05k​ate> very funny seeing like 3 people saying they also came across this 13:20:41 <05k​ate> imagine if people reported bugs... what a world that would be 13:22:04 <05k​ate> definitely curious what could have caused something like that though, nothing recently looks like it really touched any vault stuff 13:29:37 <05k​ate> oh, i bet they generated their snake:4 in the version where all items were in item sets 13:29:45 <05k​ate> and that made it impossible for the rune to generate 13:34:10 <05k​ate> i can reproduce that happening and no runes generating in f5f8719ca (and it being fixed in 489732b8f) at least, sure hope nobody generated their zot:5 in that build 13:50:17 <10P​leasingFungus> yeah, sorry about that one… 13:53:14 <05k​ate> "the orb of zot doesn't generate" is an epic_bug to be proud of imo (also a bit more subtle on the code side than the standard entry of = instead of ==) 13:53:30 <05k​ate> these are the risks of playing trunk! 13:58:46 I quite liked our permabuff bug where you would starve to death immediately on taking your first turn. 13:59:24 <09h​ellmonk> lol 13:59:56 <09h​ellmonk> I think my favorite hellcrawl bug was when I accidentally made it impossible to score more than 0 points 14:00:22 And who says no-one ever had to worry about food, eh? # more seriously it's then I started routinely testing in Webtiles because it's so good at exercising uninitialised variable bugs - in console, it all seemed fine. 15:23:21 Unstable branch on underhound.eu updated to: 0.29-a0-1043-g569b05d6ff (34) 16:15:15 New branch created: pull/2657 (1 commit) 13https://github.com/crawl/crawl/pull/2657 16:15:15 03Nikolai Lavsky02 07https://github.com/crawl/crawl/pull/2657 * 0.29-a0-1010-g53608d7a95: fix: don't offer Meteorae potion petitions with invisibility 10(15 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/53608d7a9570 16:23:38 03PleasingFungus02 07* 0.29-a0-1044-g9f74c4bd0f: Turn sandblast into speedblast 10(5 minutes ago, 3 files, 8+ 12-) 13https://github.com/crawl/crawl/commit/9f74c4bd0f31 16:23:38 03PleasingFungus02 07* 0.29-a0-1045-gfc2ad454c0: Disable opportunity attacks when swapping 10(54 seconds ago, 1 file, 4+ 8-) 13https://github.com/crawl/crawl/commit/fc2ad454c072 16:24:41 03Nikolai Lavsky02 {PleasingFungus} 07* 0.29-a0-1046-g17b7e71a25: fix: don't offer Meteorae potion petitions with invisibility 10(24 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/17b7e71a2539 16:25:44 03Alex Jurkiewicz02 {PleasingFungus} 07* 0.29-a0-1047-g7c58e119a4: Remove unused variable 10(19 hours ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/7c58e119a4a8 16:39:14 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-1047-g7c58e119a4 (34) 16:41:26 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/2655 * 0.29-a0-1046-g81a94ad5e3: refactor: Keep use_game_yaml setting 10(2 minutes ago, 2 files, 6+ 2-) 13https://github.com/crawl/crawl/commit/81a94ad5e3f0 16:42:09 04Build failed for 08master @ fc2ad454 06https://github.com/crawl/crawl/actions/runs/2864164748 16:42:17 04Build failed for 08master @ 17b7e71a 06https://github.com/crawl/crawl/actions/runs/2864167728 16:49:49 04Build failed for 08master @ 7c58e119 06https://github.com/crawl/crawl/actions/runs/2864172370 16:50:46 <10P​leasingFungus> ModuleNotFoundError: No module named 'yaml' 16:50:46 <10P​leasingFungus> sigh 17:04:28 New branch created: pull/2659 (1 commit) 13https://github.com/crawl/crawl/pull/2659 17:04:28 03strategineer02 07https://github.com/crawl/crawl/pull/2659 * 0.29-a0-1048-g31bd862de0: Fix util/gather_abilities wrongly expecting the Ability_List variable to be an array, instead of a vector 10(8 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/31bd862de0b8 23:17:51 Unstable branch on cbro.berotato.org updated to: 0.29-a0-1047-g7c58e119a4 (34)