00:37:01 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5014-gf9597c7f93 03:22:39 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5014-gf9597c7f93 05:24:28 Unstable branch on crawl.akrasiac.org updated to: 0.31-a0-339-gda1cbd5 (34) 06:05:07 -!- ProzacElf_ is now known as ProzacElf 06:24:50 -!- PElf is now known as ProzacElf 11:47:06 <08w​ormsofcan> commissioned an eustachio piece for a splash screen: https://cdn.discordapp.com/attachments/1126928202217029776/1131599217639559198/Wormsofcan_Commission.png , credit can be given to King7artist 11:47:29 <08w​ormsofcan> I may get an updated piece with a credit in the image later 13:16:35 03PleasingFungus02 07* 0.31-a0-340-g21cae6e6d1: New Eustachio splash (CanOfWorms, King7artist) 10(87 seconds ago, 4 files, 4+ 1-) 13https://github.com/crawl/crawl/commit/21cae6e6d10c 13:34:21 03PleasingFungus02 07* 0.31-a0-341-g956748295d: Add missing logo (gammafunk) 10(37 seconds ago, 1 file, 0+ 0-) 13https://github.com/crawl/crawl/commit/956748295d4d 13:34:21 03PleasingFungus02 07* 0.31-a0-342-g64bd43a5d1: Fix: mark granite talismans useless for gr (N0-LGA) 10(34 seconds ago, 4 files, 36+ 64-) 13https://github.com/crawl/crawl/commit/64bd43a5d14e 13:34:35 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-340-g21cae6e6d1 (34) 14:24:54 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-342-g64bd43a5d1 (34) 14:28:41 03gammafunk02 07* 0.31-a0-343-g456c268693: feat: Tweak a Shoals vault 10(3 minutes ago, 1 file, 5+ 7-) 13https://github.com/crawl/crawl/commit/456c26869344 14:35:17 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-343-g456c268693 (34) 15:11:31 New branch created: pull/3209 (1 commit) 13https://github.com/crawl/crawl/pull/3209 15:11:31 03Monkooky02 07https://github.com/crawl/crawl/pull/3209 * 0.31-a0-234-ge13a8a160a: query item for property 10(2 minutes ago, 2 files, 109+ 0-) 13https://github.com/crawl/crawl/commit/e13a8a160ab4 15:15:42 03Monkooky02 07https://github.com/crawl/crawl/pull/3209 * 0.31-a0-235-gbf0f5f7be8: fix checkwhite 10(57 seconds ago, 1 file, 0+ 1-) 13https://github.com/crawl/crawl/commit/bf0f5f7be802 15:25:14 Unstable branch on underhound.eu updated to: 0.31-a0-343-g456c268693 (34) 16:02:53 <08n​icolae> this is what happens when you let just anybody mess with ART 16:07:07 <09g​ammafunk> I am a hack who makes the equivalent of cheap art that hangs on the walls of the seediest truck stops and gas stations 16:07:30 <09g​ammafunk> Give me access to your source code repository at your peril 16:10:44 <09g​ammafunk> @nicolae also fyi, the KPROPS and FTILE wouldn't have had any affect on the a glyphs there. In the case of KPROP, it's like those other K... statements that always take effect after all SUBST/SHUFFLE/etc, and in the case of FTILE (which I think takes effect immediately), you had it after the SUBST 16:11:05 <09g​ammafunk> only relevant for that that glyph, they were fine for the other glyphs 16:11:24 <08n​icolae> KPROP takes effect when the parser gets to it 16:11:37 <08n​icolae> and if it doesn't someone needs to update the documentation 16:12:06 <09g​ammafunk> I think all the K statements do post-processing 16:12:09 <09g​ammafunk> KPROP doesn't mention it either way 16:12:18 <09g​ammafunk> and KMASK explicitely mentions post-processing 16:12:23 <09g​ammafunk> but yeah let me go verify 16:12:50 <08n​icolae> https://github.com/crawl/crawl/blob/master/crawl-ref/docs/develop/levels/syntax.txt#L1407 16:13:53 <09g​ammafunk> aha 16:13:56 <09g​ammafunk> hmm 16:13:59 <09g​ammafunk> let me verify this 16:15:27 <09g​ammafunk> in this particular case a probably doesn't need to no tide thing as it's not necessary to keep loot etc accessible, but let me look into kprop because I recalled the keyed statements had unified handling 16:15:44 <09g​ammafunk> but it may only be unified at the parsing level initially 16:16:00 <08n​icolae> FTILE doesn't appear to say one way or the other in the docs but COLOUR says "If you apply COLOUR to a glyph and then apply a SUBST, the COLOUR will transfer to the resulting transformed glyph." and i assume the FTILE is handled similarly 16:16:32 <09g​ammafunk> yeah I assume so as well 16:16:39 <09g​ammafunk> but in this case you do ftile after that subst 16:16:54 <09g​ammafunk> that is another question I had, whether the TILE statements were like COLOUR 16:28:56 <09g​ammafunk> ok, so there's unified parsing of sorts for the key-based statements in general outside of the K statements, and most of the K statements have unified handling that operates post-transforms, but yeah KPROP is the exception, so a win for the docs in this case 16:29:09 <09g​ammafunk> let's see about ftile 16:29:52 <09g​ammafunk> my god 16:30:12 <09g​ammafunk> the filename l-dgntil.c 16:30:31 <09g​ammafunk> really? useful to abbreviate that by removing the e at the end? 16:30:57 <09g​ammafunk> ah it's that dang 8 character filename (without extension) limit again 16:31:11 <09g​ammafunk> cursed FAT filesystem or w/e 16:32:31 <09g​ammafunk> @nicolae confirmed that tile/ftile/rtile all do an immediate transform and would only incorporate the transforms before the tile/ftile/rtile statement itself 16:48:58 <08w​ormsofcan> @pleasingfungus version of the splash screen with artist signature https://media.discordapp.net/attachments/1126928202217029776/1131711787260203038/Wormsofcan_Commission.png 16:54:00 <06p​leasingfungus> thanks! will replace the original when i have time (or you can, ofc) 17:34:40 03PleasingFungus02 07* 0.31-a0-344-gd109795599: Remember to sign your work 10(30 seconds ago, 1 file, 0+ 0-) 13https://github.com/crawl/crawl/commit/d109795599ee 17:49:13 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-344-gd109795599 (34) 22:35:07 Unstable branch on crawl.develz.org updated to: 0.31-a0-344-gd109795599 (34) 22:57:24 Windows builds of master branch on crawl.develz.org updated to: 0.31-a0-344-gd109795599 23:24:48 Unstable branch on cbro.berotato.org updated to: 0.31-a0-344-gd109795599 (34) 23:54:57 Monster database of master branch on crawl.develz.org updated to: 0.31-a0-344-gd109795599