00:32:37 Unstable branch on cbro.berotato.org updated to: 0.32-a0-656-g3542139ebd (34) 00:55:37 Monster database of master branch on crawl.develz.org updated to: 0.32-a0-656-g3542139ebd 01:31:22 03SentientSupper02 07https://github.com/crawl/crawl/pull/3624 * 0.32-a0-684-g7ad2d6ab86: Finalize spell costs only if there was a cost 10(22 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/7ad2d6ab869f 01:32:18 Stable (0.31) branch on cbro.berotato.org updated to: 0.31.0-32-g396128a36d 02:09:37 Stable (0.31) branch on crawl.kelbi.org updated to: 0.31.0-32-g396128a36d 02:09:38 Stable (0.31) branch on crawl.kelbi.org updated to: 0.31.0-32-g396128a36d 02:44:31 Unstable branch on crawl.kelbi.org updated to: 0.32-a0-656-g3542139ebd (34) 02:44:32 Unstable branch on crawl.kelbi.org updated to: 0.32-a0-656-g3542139ebd (34) 03:01:15 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5140-g5775ae71e1 03:01:15 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5140-g5775ae71e1 04:31:36 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5140-g5775ae71e1 05:31:01 Stable (0.31) branch on crawl.akrasiac.org updated to: 0.31.0-32-g396128a 06:02:57 Unstable branch on crawl.akrasiac.org updated to: 0.32-a0-656-g3542139 (34) 09:02:18 03nicolae02 07* 0.32-a0-657-gcc61e46a16: Make an extremely important update to the shop def documentation 10(52 seconds ago, 1 file, 9+ 3-) 13https://github.com/crawl/crawl/commit/cc61e46a16ff 09:28:45 03nicolae02 07* 0.32-a0-658-g9eff4c5b6e: Expand the inventory of the One-of-a-Kind Rings shop 10(78 seconds ago, 1 file, 15+ 5-) 13https://github.com/crawl/crawl/commit/9eff4c5b6e8f 10:11:07 03dolorous02 07* 0.32-a0-659-g2e395d4530: Colour foul flame melee attacks properly. 10(4 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/2e395d453069 11:55:54 <08n​icolae> ah, i found a shop def bug. if the first item in an inventory has a weight, it seems that it will be interpreted as applying to the weight of the shop itself, not the items. e.g. KFEAT: S = general shop type:Magical suffix:Supplies count:12 ; \ any potion w:2000 | any scroll w:16 | any wand w:16 | randbook w:48 | \ etc etc etc will not generate a shop overflowing with potions, but if you change one of the other weights, it will 11:55:54 correctly weight those items. there's a workaround, putting an explicit weight in the shop part: KFEAT: S = general shop type:Magical suffix:Supplies count:12 w:10 ; \ any potion w:2000 | any scroll w:16 | any wand w:16 | randbook w:48 | \ etc etc etc would generate a shop overflowing with potions, as desired. (the actual shop doesn't have anything with 2000 weight, but) 12:07:40 <09g​ammafunk> ug 12:07:45 <09g​ammafunk> I see exactly why 12:08:21 <09g​ammafunk> cpp feature_spec_list keyed_mapspec::parse_feature(const string &str) { string s = str; int weight = find_weight(s); and the function: cpp static int find_weight(string &s, int defweight = TAG_UNFOUND) { int weight = strip_number_tag(s, "weight:"); if (weight == TAG_UNFOUND) weight = strip_number_tag(s, "w:"); return weight == TAG_UNFOUND ? defweight : weight; } 12:09:31 <09g​ammafunk> it's probably possible to have a delimiter argument to find_weight() which ends the weight search once the delimiter is reached 12:11:39 <09g​ammafunk> the annoying part is that this requires rewriting a few lower level string tag stripping functions 12:12:00 <09g​ammafunk> do you have a moment to throw up a quick issue so I can maybe fix this later? 12:13:17 <08n​icolae> i was just about to get back to work but i'll do a quick issue (quissue) real quick 12:13:27 <09g​ammafunk> ty! 12:21:03 <08n​icolae> done 12:32:44 03dolorous02 07* 0.32-a0-660-g97ce250973: Add a quote for the tower shield of Ignorance. 10(7 minutes ago, 1 file, 8+ 0-) 13https://github.com/crawl/crawl/commit/97ce250973e5 14:56:21 -!- kate-- is now known as kate- 16:02:18 03dolorous02 07* 0.32-a0-661-gc4e8710386: Adjust "Brilliance" description a bit. 10(4 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/c4e871038605 16:37:26 Unstable branch on underhound.eu updated to: 0.32-a0-660-g97ce250973 (34) 17:10:59 03PleasingFungus02 07* 0.32-a0-662-ga018e7e89e: Remove protean progenitor sInv 10(34 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/a018e7e89e97 17:50:10 03dolorous02 07* 0.32-a0-663-gadd1f40288: Adjust Book of the Earth description. 10(4 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/add1f40288be 18:02:52 03dolorous02 07* 0.32-a0-664-gf59354a618: Fix spelling. 10(6 minutes ago, 3 files, 4+ 4-) 13https://github.com/crawl/crawl/commit/f59354a61856 18:20:47 Mythril ego. Body armour ego that reduces ER by X. TODO: Needs a cooler name. 20:19:24 03SentientSupper02 07https://github.com/crawl/crawl/pull/3624 * 0.32-a0-685-g807370bdf1: Use a placeholder tile for prototype talismsan 10(2 minutes ago, 2 files, 3+ 1-) 13https://github.com/crawl/crawl/commit/807370bdf11d 20:28:54 03PleasingFungus02 07* 0.32-a0-665-g3d30ec2550: Add banana bread (hellmonk) 10(49 seconds ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/3d30ec255029 22:15:22 re: protean progenitor sInv, I can't speak to index's intent with 100% certainty but proteans were Transmutations (then-soon Alchemy) giants in the line of Fire, Ice, and Air giants (titans), and all high-tier giants (except stone) have sInv. Whether sInv is called for on all of *those* other giants except stone, no comment. 23:26:49 03gammafunk02 07* 0.32-a0-666-ge8a88695a4: fix: WebTiles Health and MP spacing (particleface) 10(18 minutes ago, 1 file, 10+ 23-) 13https://github.com/crawl/crawl/commit/e8a88695a4f6 23:35:13 Unstable branch on crawl.develz.org updated to: 0.32-a0-666-ge8a88695a4 (34) 23:57:24 Windows builds of master branch on crawl.develz.org updated to: 0.32-a0-666-ge8a88695a4