00:41:36 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4753-g3cc4eb4eda 03:21:45 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4753-g3cc4eb4eda 07:37:10 <08n​icolae> bah, stupid size restrictions on orient vaults 😔 07:42:42 <08n​icolae> on the other hand, i did just find a hilarious new way to implement the "arrow pointing to shop" vault 07:43:06 <08n​icolae> NAME: nicolae_testing_xyz TAGS: transparent DEPTH: D:5- KFEAT: O = any shop CLEAR: _ {{ map(".b.b.b.") map(".b.b.b.") map("...b...") map("b..b..b") map(".b.b.b.") map("..bbb..") map("...b...") local j = crawl.random2(5) + 1 for i = 1, j do map("_______") end map(".......") map("..b.b..") map(".b...b.") map("...O...") map(".b...b.") map("..b.b..") map(".......") }} 07:43:13 <08n​icolae> just manipulate the map directly! 07:43:48 <08n​icolae> can't believe i never thought of this before 07:44:20 <08n​icolae> could probably do a horizontal version easily, just generate a string of _ and add it in the middle of each map string... 07:46:11 <08n​icolae> hmmm 07:48:28 <08n​icolae> bah, you can't use that trick to trick the vault parser into thinking a map is smaller than it is 😔 07:49:24 <10P​leasingFungus> good? 07:50:32 <08n​icolae> imo there should be a tag you can put in a vault that means "let me make this a big vault, i know what i'm doing" 07:54:43 <10P​leasingFungus> do you know why the size limit exists? 07:54:44 <09h​ellmonk> Make a shop encompass imo 07:55:25 <09h​ellmonk> Zot vault called draconians be shopping 07:56:05 <08n​icolae> hatefulness vs me, nicolae 07:56:37 <08n​icolae> atm it's a pretty sparse abstract decor vault, with small disconnected regions spread apart, so it's not Actually taking up 66x66 tiles of real estate 07:56:45 <08n​icolae> but the vault parser doesn't know that 07:57:30 <08n​icolae> the original concept for the pan bazaar rune shop was encompass but i wasn't able to fill out the rest of the level in a way i liked so it's small 08:03:16 consider that levelgen is crawlcode 🙂 08:04:22 <08n​icolae> it is but i am generally reluctant to make possibly-significant changes to the levelgen code just so i can implement a single goofy vault 08:04:37 <08n​icolae> i mean, i'm generally reluctant to make changes to the levelgen code just in general 08:04:41 as is everyone else 08:04:41 <08n​icolae> shit is Arcane 08:05:12 <08n​icolae> i suppose if i were implementing a new feature instead of getting around a restriction it'd be one thing, but 08:05:35 <08n​icolae> i assume those restrictions have at least some sort of reason for existing besides "personal vendetta vs nicolae" 08:07:59 "personal vendetta vs. sanity" 08:24:09 <08n​icolae> anyway the smaller version of the vault works too, i GUESS 08:24:12 <08n​icolae> crisis averted 08:25:07 <10P​leasingFungus> fwiw, it’s possible those restrictions have no good reason to exist 08:25:19 <10P​leasingFungus> but it’d be nice to dig in a little before changing em 08:31:20 <10P​leasingFungus> !seen perryprog 08:31:22 <04C​erebot> I last saw perryprog at Fri Aug 5 17:27:29 2022 UTC (4d 22h 3m 52s ago) saying 'Same here but my sequell clone was ripgrep.' on #crawl-dev. 08:31:35 ah hi 08:31:46 I recall past attempts to make large vaults and seeing the whole level veto because levelgen was too dumb to place it sanely 08:37:21 <10P​leasingFungus> geekosaur: yeah, i suspected it might be an issue along those lines 08:39:18 <10P​leasingFungus> perryprog: sorry for ping. might have a q for you in a few days, but not yet 08:39:39 No worries. I've been busy getting addicted to another game, again. 08:41:09 <10P​leasingFungus> 🙂 09:09:26 <12e​bering> I did some digging into the size limit for the big room and found initial revision 09:10:05 <12e​bering> I think a “lorge_trust_me” tag is possible 09:20:07 <10P​leasingFungus> i was musing about a tag 09:20:29 <10P​leasingFungus> unsure whether it’s helpful to require one 09:27:12 <06a​dvil> changing something like this seems pretty reasonable but also possibly like a not-during-feature-freeze change 09:27:18 <08n​icolae> i'm in no hurry to implement such a thing, at least, but thank you for looking 09:27:23 <08n​icolae> also this yeah 09:40:00 <10P​leasingFungus> oh, please assume anything i say is prefaced with 'after t' 09:40:05 <10P​leasingFungus> except for fixing the item set bug 11:25:44 03advil02 07* 0.29-a0-1020-g4f9e239c0e: fix: simplify some duplicated code 10(18 hours ago, 1 file, 3+ 10-) 13https://github.com/crawl/crawl/commit/4f9e239c0e5c 11:25:44 03advil02 07* 0.29-a0-1021-geaf7ee7e1e: fix: complicate to_colour_string defaults 10(3 hours ago, 11 files, 37+ 27-) 13https://github.com/crawl/crawl/commit/eaf7ee7e1e0d 11:25:44 03advil02 07* 0.29-a0-1022-g3e17be3ea5: fix: remove an `mpr` overload in favor of `formatted_mpr` 10(3 hours ago, 2 files, 4+ 6-) 13https://github.com/crawl/crawl/commit/3e17be3ea529 11:25:44 03advil02 07* 0.29-a0-1023-g6ae1a4a2c7: fix: handle color in "Found..." messages correctly 10(17 minutes ago, 2 files, 8+ 5-) 13https://github.com/crawl/crawl/commit/6ae1a4a2c7a7 11:25:51 <06a​dvil> good parsing there github bot 11:45:13 <10P​leasingFungus> it's trying 12:31:16 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-1023-g6ae1a4a2c7 (34) 12:50:37 <09g​ammafunk> funny that notcheibriados over the bridge does a better job than the github webhook (obviously that's because it's not trimming the commit message title, but still) 12:51:05 it's one of the nicer github bridge bots that I've seen, formatting wise 15:23:34 Unstable branch on underhound.eu updated to: 0.29-a0-1023-g6ae1a4a2c7 (34) 17:20:23 -!- allbery_b is now known as geekosaur 17:34:56 -!- allbery_b is now known as geekosaur 20:38:50 uncertainkitten (L8 TrFi) ASSERT(item.defined()) in 'items.cc' at line 2582 failed. (D:5) 21:57:04 <10P​leasingFungus> !crashlog uncertainkitten 21:57:06 <04C​erebot> 2. uncertainkitten, XL8 TrFi, T:4499 (milestone): https://crawl.kelbi.org/crawl/morgue/uncertainkitten/crash-uncertainkitten-20220811-033828.txt 21:57:43 <10P​leasingFungus> drop item crash 21:57:45 <10P​leasingFungus> You drop a potion of degeneration. 21:57:47 <10P​leasingFungus> weird 23:53:30 Unstable branch on cbro.berotato.org updated to: 0.29-a0-1023-g6ae1a4a2c7 (34)