00:02:51 <12e​bering> There are definitely more than enough things in the UI Improvements and accessibility dev wiki page than a single project. Eg the “wield weapon damage display” screen is probably enough to be a small project on its own, since it requires a lot of crawlcode diving and a reasonable amount of user consultation to get the info selection right. 00:07:18 <12p​atrickm> where are monster bands defined? 00:12:54 <10P​leasingFungus> mon-place.cc 00:13:22 <12e​bering> @wangster: the web server starts its own crawl instances yes. It is a multi user server and manages login save files user configs etc. in addition to serving json to a particular client 00:13:30 <10P​leasingFungus> bands_by_leader and band_membership are the main things, though there are some special cases 00:13:35 <10P​leasingFungus> why? 00:20:13 <12p​atrickm> just curious 00:21:08 <12p​atrickm> // snails are natural-born leaders. fact. 00:35:54 <12e​bering> @PleasingFungus it’s more like 7 hours but I’m pining you as expected 00:40:36 <10P​leasingFungus> oh 00:40:41 <10P​leasingFungus> ty 00:40:49 <10P​leasingFungus> i'm still very proud of that comment 01:17:12 <10P​leasingFungus> @ebering ok, did a quick first pass 01:18:12 <10P​leasingFungus> ty for building this! quite excited to see it taking shape 01:24:50 <12e​bering> yeah! and the skills are definitely a first-pass thing to get something working 01:24:59 <12e​bering> the place where they're chosen is nicely encapsulated 01:25:17 <12e​bering> currently does silly things like offer invocations (doh) 01:25:28 <12e​bering> re: cursing a wielded non-weapon, I believe those don't stick 01:26:02 <12e​bering> (could make them stick though) 01:26:08 <12e​bering> (seems bad) 02:46:03 Unstable branch on cbro.berotato.org updated to: 0.27-a0-412-g8dd771eca2 (34) 03:15:22 -!- fiddlerwoaroof_ is now known as fiddlerwoaroof 03:31:30 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-3944-gcf420f87c6 03:31:33 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-146-g140795de74 04:36:38 -!- amalloy is now known as amalloy_ 06:20:23 Hi there - is there a way to stream the message log to file while playing locally? 07:43:58 beardedkeet: no, although you could rig something up either by playing local webtiles or by modifying your local copy to do that 07:44:36 in either case it requires some kind of bot/script (WebTiles) or modifications (non-WebTiles) 07:47:39 gammafunk: Thanks! I thought it might be tricky, couldn't find an option. 09:16:05 -!- geekosaur23 is now known as geekosaur 09:33:30 well, if this is not intended for human consumption then the milestones file is sort of like a streaming message log 09:34:04 it might not be enabled by default on all builds 09:54:16 advil: Thanks - I'll have a look. Following gamma's advice I edited a bot rc file to dump just the messages every turn. 09:54:20 Is not ideal though 09:54:58 maybe I'm off base in that milestones are far from all messages 09:55:11 so it depends on what you're trying to do / see 09:56:42 I'd like to analyse combat in realtime while I play using the text feedback. Just for fun and programming practice. 09:57:04 ah, milestones definitely won't work for that 09:58:18 if you're building crawl yourself it would be easy to add 09:58:34 Hmm, I have done in the past 09:58:37 !source message.cc:1508 09:58:37 https://github.com/crawl/crawl/blob/master/crawl-ref/source/message.cc#L1508 09:59:14 basically just add an fprintf around there, or if you're using tiles on non-windows, modify the stderr check to always output to stderr and then just use stderr 10:00:03 hm actually I see some code there that might do this? 10:00:09 Awesome - thanks, I'll have a go! 10:01:53 this _msg_dump_file thing is used already for crashlogs but it could be repurposed too 10:45:40 Ashenzari auto-ID sometimes delayed 13https://crawl.develz.org/mantis/view.php?id=12519 by Le_Nerd 12:29:29 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-412-g8dd771e (34) 13:29:13 <09g​ammafunk> # Or should that be "heppocampus"...? NAME: nicolae_hepliaklqana_hippocampus ban him 14:16:15 <12p​atrickm> 😎 18:23:14 Unstable branch on underhound.eu updated to: 0.27-a0-412-g8dd771eca2 (34) 19:36:26 <12p​atrickm> the trick to naming vaults is to try to find the shortest substring where your vault is the only matching one, so you can spend less time typing after &^P 19:36:58 <12p​atrickm> e.g. i think nicolae_swamp_oxbows was the only vault name with "xb" in it 19:37:10 <12p​atrickm> and i'm working on one that's the only "zzz" 19:50:00 <12p​atrickm> when i was testing nicolae_swamp_soggy_hallways i couldn't just use "soggy" and i was like "which other corny mfer also used 'soggy' in their vault name" and it was one of mine (nicolae_crypt_soggy_tomb) 19:50:22 <12p​atrickm> dangit is there an in-line way to make it do monotext without formatting 19:51:36 <12p​atrickm> oh there we go 21:08:44 <10P​leasingFungus> this is extremely big brain 21:09:29 <12p​atrickm> think shorter, not harder 22:13:45 -!- amalloy_ is now known as amalloy