00:50:19 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5014-gf9597c7f93 01:16:54 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-2218-ga1db3d307b 03:22:40 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5014-gf9597c7f93 05:28:22 Unstable branch on crawl.akrasiac.org updated to: 0.31-a0-455-g1a7b003 (34) 05:56:03 <05i​coson> I guess this is a placeholder? 06:41:08 <06p​leasingfungus> @nicolae said he’d fix my fix if i reminded him 06:43:19 <05i​coson> aha 06:43:36 <05i​coson> easiest general solution might be to just chop the name at the first space 06:44:07 <06p​leasingfungus> that was my suggestion 06:44:08 <05i​coson> slightly harder, support multi word names with delimiters somehow 06:44:17 <06p​leasingfungus> but alphashops apparently already solves this problem 06:44:30 <06p​leasingfungus> with a delimiter, even 06:44:46 <05i​coson> :gloweye: 06:48:29 <05i​coson> looks like it just calls string.gsub(name, " ", "") 06:52:46 <05i​coson> this actually suggests that using _ should work: string shop_name = replace_all_of(strip_tag_prefix(s, "name:"), "_", " "); 06:55:54 <05i​coson> %git 8eeaac88ab1b1 06:55:55 <04C​erebot> due * 0.8.0-a0-4812-g8eeaac88ab: Allow vaults to specify shop: name, type name, suffix, greed, count. (13 years ago, 3 files, 44+ 5-) https://github.com/crawl/crawl/commit/8eeaac88ab1b 06:56:05 <05i​coson> wonder if anyone besides due knew about this feature 😄 06:57:59 <06p​leasingfungus> oh, sorry 06:58:04 <06p​leasingfungus> the demonic rune shop 06:58:08 <06p​leasingfungus> > like i did in the demonic rune shop: local shoplord = string.gsub(crawl.make_name(), " ", "_") 07:15:19 <09h​ellmonk> Shop Suey 07:21:31 <06p​leasingfungus> crawl needs lawyers 07:24:13 03advil02 07* 0.31-a0-456-gc1f2cfbcc5: doc: document a shopspec feature 10(89 seconds ago, 1 file, 11+ 7-) 13https://github.com/crawl/crawl/commit/c1f2cfbcc5cd 07:37:37 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-456-gc1f2cfbcc5 (34) 08:20:44 <05i​coson> jfc jiyva_eat_offlevel_items is implemented with level excursions 08:21:08 <08n​icolae> lmao i never realized that was undocumented, i just figured it out at some point and used it 08:23:01 <09h​ellmonk> remove mechanic moment 08:24:47 <05i​coson> yeah I would be kind of inclined to nuke this fn from orbit? 08:25:02 <05i​coson> tbh I didn't even know jiyva did this 08:26:12 <09h​ellmonk> I imagine the original idea is that it would be really annoying to drop excess items upstairs so jiyva wouldn't eat them, so it makes jiyva eat them in a dumb way 08:27:44 <09h​ellmonk> but tbh you can just make it eat items when the player takes stairs to a level if jiyva still needs this mechanic 08:28:14 I knew Jiyva ate offlevel items but I thought it did it that way ^ 08:28:29 <05i​coson> yes, it should have been implemented like monster movement imo 08:28:46 <05i​coson> sadly, I don't think this actually explains the bug in question 08:44:47 03kate-02 07* 0.31-a0-457-g237aa7c712: Fix monster-cast Arcjolt originating from the player 10(9 minutes ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/237aa7c7121a 08:51:06 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-457-g237aa7c712 (34) 08:54:39 <06p​leasingfungus> oops lol 08:54:41 <06p​leasingfungus> ty 08:55:14 <06p​leasingfungus> advil: oh yeah i knew that. agreed that dactions would be better these days 08:55:34 <06p​leasingfungus> i think that offlevel excursions made a little more sense when you got hp and piety from jelly nomming 08:55:49 <03s​emi_tonal> it's definitely caused some fun bugs over the years, yeah 09:02:51 <08n​icolae> i think the confusion here is that alphashops and demon rune shop implement two different methods to get around the space thing: alphashops just drops the spaces entirely, smushing the whole name into one word and then lowercasing it, while demon rune shop (and mermaid mall in shoals, now that i think of it) just replace the spaces with _ 09:02:59 <08n​icolae> i recommended both in the earlier discussions 09:04:31 <08n​icolae> anyway, working on a fix to that shop vault 09:15:08 03nicolae02 07* 0.31-a0-458-g88bc115a23: Appropriately adjust agape appellations (PleasingFungus) 10(7 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/88bc115a23e6 09:20:56 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-458-g88bc115a23 (34) 09:21:15 new glibc version gives warnings about strlcpy because it's now included. https://github.com/crawl/crawl/issues/3227 10:32:47 <06p​leasingfungus> hm, apparently the link on the ‘main crawl page’ still goes to the old tavern? can we update that? 10:37:45 <03s​emi_tonal> i think there's a repo for it on github? 10:39:16 <03s​emi_tonal> https://github.com/crawl/dcss-website looks like we should be able to do it from there! 10:39:50 03nicolae02 07* 0.31-a0-459-gc8a9bf3d51: Improve the shop spec documentation a bit more 10(2 minutes ago, 1 file, 21+ 5-) 13https://github.com/crawl/crawl/commit/c8a9bf3d51b7 10:49:18 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-459-gc8a9bf3d51 (34) 11:38:51 If all effort you put into changing (XP) evokers every 10 seconds was put into something else, humanity would be ablte to travel to Mars by now or something 12:03:49 * Pinkbeast blinks 13:01:10 :) 13:05:16 <05i​coson> Yeah I never did get to that, I sort of wish that page was in Wordpress 13:05:53 <05i​coson> Also I guess there should be a Wordpress post about newtavern 13:06:35 <05i​coson> After the GitHub thing is edited someone needs to manually update it on cdo 15:26:11 Unstable branch on underhound.eu updated to: 0.31-a0-459-gc8a9bf3d51 (34) 17:57:30 <09g​ammafunk> I can update the webpage right quick 17:58:46 <09g​ammafunk> oh no one has updated the website repo I guess 18:02:57 <09g​ammafunk> home page tavern link updated 18:10:16 New branch created: pull/3229 (3 commits) 13https://github.com/crawl/crawl/pull/3229 18:10:16 03MainiacJoe02 07https://github.com/crawl/crawl/pull/3229 * 0.31-a0-460-g1f1918b6dc: Add Scary Arena Depths entry vault 10(11 minutes ago, 1 file, 31+ 0-) 13https://github.com/crawl/crawl/commit/1f1918b6dc52 18:10:16 03MainiacJoe02 07https://github.com/crawl/crawl/pull/3229 * 0.31-a0-461-gf7c81e0fd8: Add Labyrinth Nostalgia Depths entry vault 10(9 minutes ago, 1 file, 31+ 0-) 13https://github.com/crawl/crawl/commit/f7c81e0fd818 18:10:16 03MainiacJoe02 07https://github.com/crawl/crawl/pull/3229 * 0.31-a0-462-g115c3614f8: Checkwhite 10(6 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/115c3614f8b6 18:57:18 New branch created: pull/3230 (2 commits) 13https://github.com/crawl/crawl/pull/3230 18:57:19 03MainiacJoe02 07https://github.com/crawl/crawl/pull/3230 * 0.31-a0-460-g2ab06bdec5: Add "Four Pools" Shoals entry vault 10(26 minutes ago, 1 file, 27+ 0-) 13https://github.com/crawl/crawl/commit/2ab06bdec565 18:57:19 03MainiacJoe02 07https://github.com/crawl/crawl/pull/3230 * 0.31-a0-461-g7d9e1e2468: Add "Watcher in the Water" Shoals entry vault 10(8 minutes ago, 1 file, 24+ 0-) 13https://github.com/crawl/crawl/commit/7d9e1e2468aa 19:25:36 <06p​leasingfungus> @hellmonk still planning to take a look at ironman bugs in a bit, just haint had much time 19:25:51 <09h​ellmonk> no worries, i will do some more work on it this weekend probably 19:26:00 <06p​leasingfungus> noice 19:26:05 <06p​leasingfungus> should i hold off? 19:26:12 <09h​ellmonk> go ahead and do your thing 19:33:12 <06p​leasingfungus> hm, mind if i rebase onto master? 19:33:22 <06p​leasingfungus> that'll cause a small mess if you have any local work on the branch you haven't pushed 19:33:32 <06p​leasingfungus> maybe i should just merge 19:36:01 03PleasingFungus02 07[great-magnetic-field] * 0.31-a0-473-g86a77a142b: Merge branch 'master' into great-magnetic-field 10(57 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/86a77a142b7e 19:36:01 03PleasingFungus02 07[great-magnetic-field] * 0.31-a0-474-g2928bcf0be: Lint 10(32 seconds ago, 2 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/2928bcf0be6b 19:39:30 <09h​ellmonk> I don't have anything locally 19:39:32 <09h​ellmonk> iirc 19:39:39 <06p​leasingfungus> ok 19:39:41 <06p​leasingfungus> i'll rebase eventually 19:39:47 <06p​leasingfungus> for now i have '1000 new commits' which is very funny 19:39:49 <06p​leasingfungus> per above 19:39:55 <09h​ellmonk> love too have 1000 new commits 19:43:20 03PleasingFungus02 07[great-magnetic-field] * 0.31-a0-475-g0cc9d2add3: Add ironman mode 10(66 seconds ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/0cc9d2add3af 19:44:27 <06p​leasingfungus> can't repro bailey crash trivially 19:44:37 <06p​leasingfungus> can repro the crypt thing 19:45:07 <09h​ellmonk> bailey crash only happens if the game actually generates one 19:45:15 <09h​ellmonk> so may take several attempts 19:46:29 03PleasingFungus02 07[great-magnetic-field] * 0.31-a0-476-gc6973a1d5d: Fix some braces 10(68 seconds ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/c6973a1d5ddc 19:46:29 03PleasingFungus02 07[great-magnetic-field] * 0.31-a0-477-gab229cbc72: Fix more braces 10(26 seconds ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/ab229cbc72e0 19:47:21 <06p​leasingfungus> ah ok 19:48:13 <06p​leasingfungus> crypt thing is https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/dlua/v_layouts.lua#L69 19:48:22 <06p​leasingfungus> i think? 19:48:24 <06p​leasingfungus> not sure 19:49:30 <09h​ellmonk> ah, some deep part of layout code 19:49:37 <09h​ellmonk> makes sense, I didn't check there 19:50:24 <06p​leasingfungus> i think maybe brentry needs to be initialized correctly for ironman (l-dgnlvl.cc:81 is what the lua is calling) 19:50:30 <06p​leasingfungus> can believe that could cause other issues too 19:50:42 <06p​leasingfungus> but i don't have time to dig further (about time for me to brush a toddler's teeth etc) 19:50:58 <09h​ellmonk> cool, I can try poking at that this weekend if you don't get to it first 19:51:17 <08n​icolae> wait, how old is the youngus fungus now 19:51:32 <06p​leasingfungus> 2.1 19:51:37 <06p​leasingfungus> i think it's in files.cc somewhere maybe 20:16:10 04Build failed for 08great-magnetic-field @ 2928bcf0 06https://github.com/crawl/crawl/actions/runs/5757803345 20:16:34 04Build failed for 08great-magnetic-field @ 0cc9d2ad 06https://github.com/crawl/crawl/actions/runs/5757844715 20:19:12 04Build failed for 08great-magnetic-field @ ab229cbc 06https://github.com/crawl/crawl/actions/runs/5757863167 20:24:46 04Build failed for 08great-magnetic-field @ c6973a1d 06https://github.com/crawl/crawl/actions/runs/5757860424 21:21:34 03PleasingFungus02 07* 0.31-a0-460-g9e667d4245: Credit rypofalem 10(68 seconds ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/9e667d4245d2 21:33:37 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-460-g9e667d4245 (34) 22:35:14 Unstable branch on crawl.develz.org updated to: 0.31-a0-460-g9e667d4245 (34) 22:45:06 scischm (L27 GrBe) ERROR in 'mon-util.cc' at line 681: bogus mc (no monster data): invalid monster_type 1000 (1000) (Tomb:2) 22:45:55 scischm (L27 GrBe) ERROR in 'mon-util.cc' at line 681: bogus mc (no monster data): invalid monster_type 1000 (1000) (Tomb:2) 22:57:47 Windows builds of master branch on crawl.develz.org updated to: 0.31-a0-460-g9e667d4245 23:15:35 Unstable branch on cbro.berotato.org updated to: 0.31-a0-460-g9e667d4245 (34) 23:54:57 Monster database of master branch on crawl.develz.org updated to: 0.31-a0-460-g9e667d4245