00:15:41 Unstable branch on cbro.berotato.org updated to: 0.30-a0-862-g1aabd4f9c5 (34) 00:54:28 Monster database of master branch on crawl.develz.org updated to: 0.30-a0-862-g1aabd4f9c5 01:32:01 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4884-gcf1f1e11f7 04:21:56 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4884-gcf1f1e11f7 05:06:57 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-862-g1aabd4f (34) 15:27:40 @PF: if victory's bonus is being wiped by involuntary melding, I'd take that as a bug (sorry, haven't found much time for crawl lately) 15:28:44 for me, the idea of victory's conduct was just "if the player intentionally uses potions/scrolls, the conduct is violated" 15:42:22 ah, yep, just reproed that in trunk, definitely a bug 16:03:03 <10P​leasingFungus> gotcha, thanks! 🙂 16:03:39 i think this might be easy enough to fix by extending unequip_func to pass meld state 16:04:54 it's already available to check in unequip_artefact_effect 16:04:59 yeah let me try patching this 16:21:42 <10P​leasingFungus> 👍 16:24:41 Unstable branch on underhound.eu updated to: 0.30-a0-862-g1aabd4f9c5 (34) 17:56:47 -!- indigaz8 is now known as indigaz 18:33:03 hello & happy wednesday, a request today: can it be made so hep ancestor is unaffected by demonspawn aura of silence? got the mutation very late in the game and is making some interactions very bad 19:18:16 <10P​leasingFungus> life is cruel 19:35:51 <06a​dvil> man c++11 template metaprogramming is just so cursed 20:09:25 New branch created: pull/3044 (3 commits) 13https://github.com/crawl/crawl/pull/3044 20:09:26 03Implojin02 07https://github.com/crawl/crawl/pull/3044 * 0.30-a0-863-g0e2ab2d9d7: fix: don't reset victory stats on meld 10(3 hours ago, 3 files, 32+ 31-) 13https://github.com/crawl/crawl/commit/0e2ab2d9d736 20:09:26 03Implojin02 07https://github.com/crawl/crawl/pull/3044 * 0.30-a0-864-g0ffdc2c5a3: fix: reset victory stats when quaffing lig 10(48 minutes ago, 2 files, 13+ 7-) 13https://github.com/crawl/crawl/commit/0ffdc2c5a320 20:09:26 03Implojin02 07https://github.com/crawl/crawl/pull/3044 * 0.30-a0-865-gb6be29435d: fix: don't reset victory for cancelled scrolls 10(24 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/b6be29435d07 20:10:32 i hope that pr went through ok, my local repo seems to be in a weird state with its sdl2 contrib 20:13:33 <06a​dvil> there was a lot of that going around 20:13:58 <06a​dvil> finally gonna push this wip 20:13:58 please give me the mathemagical git command to fix it if you know how 20:14:30 <06a​dvil> Implojin: what specifically was going wrong? 20:14:33 hmmm 20:14:41 New branch created: reconfiguration (7 commits) 13https://github.com/crawl/crawl/tree/reconfiguration 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-860-g167bdb7852: refactor: better separate option parsing, state, and management 10(4 days ago, 4 files, 897+ 599-) 13https://github.com/crawl/crawl/commit/167bdb78525b 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-861-gb875a80967: refactor: generalize option case handling 10(4 days ago, 4 files, 50+ 68-) 13https://github.com/crawl/crawl/commit/b875a8096716 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-862-gb88b113b51: refactor: make `split_parse` a bit more organized 10(4 days ago, 2 files, 81+ 61-) 13https://github.com/crawl/crawl/commit/b88b113b512a 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-863-gfd8b843132: refactor: standardize some newgame options 10(3 days ago, 4 files, 83+ 32-) 13https://github.com/crawl/crawl/commit/fd8b84313298 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-864-g93d28f5ffe: feat: generalized means of disabling an option on a build 10(2 days ago, 3 files, 59+ 3-) 13https://github.com/crawl/crawl/commit/93d28f5ffe28 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-865-g123230534f: refactor: convert `type` to a GameOption 10(26 hours ago, 3 files, 32+ 24-) 13https://github.com/crawl/crawl/commit/123230534faf 20:14:42 03advil02 07[reconfiguration] * 0.30-a0-866-g5855863441: refactor: convert remaining newgame opts to GameOption 10(5 minutes ago, 3 files, 92+ 66-) 13https://github.com/crawl/crawl/commit/5855863441fd 20:15:49 when i tried to git pull upstream master, it hung while pulling, i was forced to ^C, which I have no idea if that might have wrecked something in my local repo, and now it's telling me that I've modified contrib/sdl2 (new commits) when checking git status 20:15:52 <06a​dvil> Implojin: here's what some servers need to do: Old repos use "git://" urls for submodules even if the main repo was changed, and it seems that currently, an ssh pull without authentication simply freezes. The recommended solution is to: (i) manually edit ".git/config" to change all submodule urls to https, (ii) "git submodule sync", and then (iii) "git submodule update" 20:16:00 <06a​dvil> yeah, that is the same issue 20:16:13 <06a​dvil> for some reason github started hanging on non-auth ssh pulls 20:24:41 ok it looks like that worked, thanks advil 🙂 20:27:01 <06a​dvil> np 20:47:17 >Norris returns 20:47:27 04Build failed for 08reconfiguration @ 58558634 06https://github.com/crawl/crawl/actions/runs/4370724875 20:47:27 has anyone mentioned lately that hellmonk is best dev 20:53:44 only that should definitely use the surfboard tile, if you're going to bring norris back, go full absurdist with it, it's the only way 20:59:15 <10P​leasingFungus> definitely the best dev out of all the devs who never merge their PRs 😛 21:06:20 <09h​ellmonk> ensuring that I am the largest member of my set by being the only member 21:06:55 <09h​ellmonk> I do think we should use the surfboard tile but there's probably some fun hater who won't approve (idr who removed it) 21:07:34 <10P​leasingFungus> jpeg! 21:07:35 <10P​leasingFungus> %git eca0601a2dbd5a46cc1852a0cd81f4bd09d9ae3c 21:07:36 <04C​erebot> jpeg * 0.6.0-a1-1367-geca0601a2d: Tweak Norris' tile to not include a surfboard anymore. Move Michael -> UNUSED. (13 years ago, 4 files, 0+ 0-) https://github.com/crawl/crawl/commit/eca0601a2dbd 21:08:20 <10P​leasingFungus> https://cdn.discordapp.com/attachments/747522859361894521/1083239823562776636/michael.png 21:08:22 <09h​ellmonk> wow 21:08:37 <09h​ellmonk> ??michael 21:08:38 <04C​erebot> michael[1/1]: 34 games for * (ckiller=~michael): 12x 0.4, 10x 0.2, 9x 0.5, 0.3, 0.5-a, 0.4-a 21:08:42 <09h​ellmonk> lmao 21:08:48 <10P​leasingFungus> racking em up 21:09:12 <09h​ellmonk> "With 30 kills to 5696 deaths, Michael just isn't unique enough." 21:09:38 <10P​leasingFungus> > Oops, missed some Michael stuff. 21:09:39 <09h​ellmonk> the fabled 0.5% kdr 21:09:44 <10P​leasingFungus> king 21:12:25 <09h​ellmonk> ok so the theme was apparently that he's a loner. The entire description is "A powerful spellcaster, dressed in a long robe." Spawn range was depth 10-16 but not in lair. Mechanically he was a 55 hp human with the orc wizard 3 book. 21:12:30 <09h​ellmonk> Truly one of the monsters of all time 21:12:44 <09h​ellmonk> melee for 9 btw 21:13:21 <09h​ellmonk> I would joke about bringing him back but there's literally nothing there 22:09:21 <10P​leasingFungus> i'm telling you 22:09:25 <10P​leasingFungus> alphabet of generic human enemies 22:12:09 qiglaf: a human with an inexplicably silly hat on q 22:14:11 they've returned from venturing underhill, having retrained away from might and haste into throwing chonky javelins and using duel, because haste is passe 22:15:32 also dwarves were abhumans all along, or something 22:21:55 it even has secret 12 year old lore support on mantis 22:21:56 https://crawl.develz.org/mantis/bug_view_page.php?bug_id=5058 23:24:48 <09h​ellmonk> Winglaf, dwarf angel 23:25:15 <09h​ellmonk> he is a cherub or daeva but very smol 23:40:23 <10P​leasingFungus> wow