00:38:01 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4753-g3cc4eb4eda 00:58:08 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-1022-g3c0b566573 03:22:28 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4753-g3cc4eb4eda 07:59:00 New branch created: pull/2660 (1 commit) 13https://github.com/crawl/crawl/pull/2660 07:59:01 03张凯02 {GitHub} 07https://github.com/crawl/crawl/pull/2660 * 0.29-a0-1048-g32c39c0b1f: Update monsters.txt 10(6 minutes ago, 1 file, 1890+ 680-) 13https://github.com/crawl/crawl/commit/32c39c0b1f0a 08:15:07 <06a​dvil> still don't fully grasp join_the_dots but something tells me it could do better to get from the player's pos to the square with the cursor 08:15:08 <06a​dvil> https://cdn.discordapp.com/attachments/747522859361894521/1009118115327647804/Screen_Shot_2022-08-16_at_11.09.49_AM.png 08:18:36 <10P​leasingFungus> oh, it's that funky shoals bug 08:19:00 <06a​dvil> yeah, I've seen it in various places, but that was the first time someone actually followed up with a seed to look 08:19:19 <06a​dvil> it's the same connection algorithm used for the rogue-ish rooms layouts I think, among other things 08:19:25 <06a​dvil> so this happens every once in a while 08:20:23 <06a​dvil> part of what's happening is that it seems to be dodging vault squares, but the path there is more inexplicable than that would account for 08:20:57 <10P​leasingFungus> aggressive logging might help 08:21:09 <06a​dvil> oh, I've got aggressive logging 08:21:29 <06a​dvil> https://cdn.discordapp.com/attachments/747522859361894521/1009119714766770226/Screen_Shot_2022-08-16_at_11.21.21_AM.png 08:22:03 <06a​dvil> this algo does this funky thing where it packs orthogonal coords into ints with like two sign flips 08:22:11 <06a​dvil> so far I was just trying to understand it 08:44:57 <06a​dvil> well, I found a potential bug, but there are many things in this code where it is hard to know if it was done intentionally or not 08:46:46 <06a​dvil> cur.insert(cur.begin() + random2(cur.size()), *ai); looks like an off by one error to me? 08:49:51 <10P​leasingFungus> is it an off by 1? 08:49:59 <06a​dvil> it can never insert at the end I think 08:50:00 <10P​leasingFungus> i don't see it, but i could be missing something 08:50:04 <10P​leasingFungus> oh, i see 08:50:10 <10P​leasingFungus> yeah, i guess 08:54:27 <06a​dvil> the vector is always empty before the loop this is in so in practice the main effect is that the first two things (orthogonal directions) are tried deterministically 08:54:49 <06a​dvil> changing this algo is somewhat worrying 08:57:32 <06a​dvil> and it is always inserting at most three directions 09:00:24 <06a​dvil> I can't believe this is intentional but I do suspect it has an emergent effect that prioritizes straight lines (maybe vertical > horizontal too) 09:23:25 <10P​leasingFungus> interesting 10:40:20 03advil02 07* 0.29-a0-1048-g619dfb4ed5: fix: a very old off-by-one error in `join_the_dots` 10(18 minutes ago, 1 file, 73+ 2-) 13https://github.com/crawl/crawl/commit/619dfb4ed5a4 10:40:41 <06a​dvil> heh someone fixed that backtick bug in the discord bot 10:55:11 04Build failed for 08master @ 619dfb4e 06https://github.com/crawl/crawl/actions/runs/2869950642 10:55:55 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-1048-g619dfb4ed5 (34) 11:31:40 03advil02 07[universal-test] * 0.29-a0-1049-g3dd96d6d03: build: try universal builds again 10(1 year, 1 month ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/3dd96d6d0396 11:48:12 04Build failed for 08universal-test @ 3dd96d6d 06https://github.com/crawl/crawl/actions/runs/2870238838 12:16:42 03advil02 07* 0.29-a0-1049-g47afbbedbb: lint: unbrace 10(76 seconds ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/47afbbedbb2b 12:17:46 03advil02 07[universal-test] * 0.29-a0-1050-gcda23112d0: build: try universal builds again 10(1 year, 1 month ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/cda23112d00a 12:17:46 03advil02 07[universal-test] * 0.29-a0-1051-g5db07584fe: debugging 10(50 seconds ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/5db07584fe56 12:28:43 04Build failed for 08universal-test @ 5db07584 06https://github.com/crawl/crawl/actions/runs/2870495482 12:31:25 03advil02 07[universal-test] * 0.29-a0-1051-g462d976562: debugging 10(15 minutes ago, 2 files, 12+ 0-) 13https://github.com/crawl/crawl/commit/462d976562b7 12:33:25 <06a​dvil> sry 12:33:31 03advil02 07[universal-test] * 0.29-a0-1051-g754c6cb3fc: debugging 10(17 minutes ago, 2 files, 13+ 1-) 13https://github.com/crawl/crawl/commit/754c6cb3fc26 12:33:32 <10P​leasingFungus> no worries 12:33:32 <10P​leasingFungus> but i was going to ask 12:35:11 <06a​dvil> we need to upgrade the runner anyways so I'm trying to figure out what's wrong with pip in this branch 12:38:35 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-1049-g47afbbedbb (34) 12:42:05 <06a​dvil> sigh, now it's hanging on ccache 12:45:03 03PleasingFungus02 07* 0.29-a0-1050-g9ffc8e8dbe: Update Oka gift message (Bamboomancer) 10(8 minutes ago, 1 file, 6+ 6-) 13https://github.com/crawl/crawl/commit/9ffc8e8dbe0b 12:45:03 03PleasingFungus02 07* 0.29-a0-1051-gee5d04aabb: Halve Okawaru throwing gifts 10(2 minutes ago, 1 file, 9+ 2-) 13https://github.com/crawl/crawl/commit/ee5d04aabb3d 12:49:14 03advil02 07[universal-test] * 0.29-a0-1051-g7b86b1daa5: debugging 10(32 minutes ago, 2 files, 14+ 1-) 13https://github.com/crawl/crawl/commit/7b86b1daa5c7 12:53:35 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-1051-gee5d04aabb (34) 12:54:16 04Build failed for 08master @ ee5d04aa 06https://github.com/crawl/crawl/actions/runs/2870651129 13:04:44 Ghezid (L15 TeBr) ASSERT(item.defined()) in 'items.cc' at line 2582 failed. (D:13) 13:41:12 hm, possibly the pip thing resolved on its own 13:41:57 !crashlog 13:41:58 24545. Ghezid, XL15 TeBr, T:28496 (milestone): https://crawl.kelbi.org/crawl/morgue/Ghezid/crash-Ghezid-20220816-200418.txt 13:47:44 <06a​dvil> huh, someone randomly posted a new sprint map on tavern of all places, https://crawl.develz.org/tavern/viewtopic.php?f=19&t=27305 13:48:04 <06a​dvil> also, it appears to be a new account, did napkin reenable registration? 13:48:33 <10P​leasingFungus> whoa 13:49:19 <06a​dvil> oh, they had a mantis account from a few years ago 13:49:27 <06a​dvil> just hadn't posted to tavern before 13:54:42 <08n​icolae> @PleasingFungus you did condemnation, right. the archangel's name is spelled two different ways in the description: Lucreil and Lucriel, which one were you going for 13:54:58 <08n​icolae> i'm guessing Lucriel since the -iel is more angelic culturally, but 13:55:07 <08n​icolae> https://github.com/crawl/crawl/blob/73cb963dcdd7c547b1f7b501c2fe41988db3cc11/crawl-ref/source/dat/descript/unrand.txt#L726 14:02:17 <10P​leasingFungus> oop 14:02:40 <10P​leasingFungus> i forget, honestly. probably iel..? 14:03:49 <08n​icolae> i will make the change o7 14:06:53 <08n​icolae> oh goddammit 14:06:59 <08n​icolae> you can't spell goddammit without git 14:10:52 03nicolae02 07* 0.29-a0-1052-g6990b1bffc: Fix a typo in the Condemnation description 10(59 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/6990b1bffc99 14:10:53 <08n​icolae> thank you https://ohshitgit.com/ 14:20:47 04Build failed for 08master @ 6990b1bf 06https://github.com/crawl/crawl/actions/runs/2871110540 14:23:34 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-1052-g6990b1bffc (34) 14:26:14 I'd expect -iel because most of those names are cribbed from Hebrew where that's "of god" 14:27:09 <10P​leasingFungus> i was purely vibing + trying to avoid using a name with existing connotations, or one that sounded too dumb 15:19:08 -!- djanatyn1 is now known as djanatyn 15:23:31 Unstable branch on underhound.eu updated to: 0.29-a0-1052-g6990b1bffc (34) 17:39:19 -!- greaser is now known as greasedhog 22:34:55 Unstable branch on crawl.develz.org updated to: 0.29-a0-1052-g6990b1bffc (34) 22:56:41 Windows builds of master branch on crawl.develz.org updated to: 0.29-a0-1052-g6990b1bffc 23:17:26 Unstable branch on cbro.berotato.org updated to: 0.29-a0-1052-g6990b1bffc (34) 23:54:22 Monster database of master branch on crawl.develz.org updated to: 0.29-a0-1052-g6990b1bffc