00:02:14 03Aliscans02 {PleasingFungus} 07* 0.30-a0-793-g160f7cfddd: Warn before launching inappropriate martial attacks 10(3 weeks ago, 4 files, 28+ 5-) 13https://github.com/crawl/crawl/commit/160f7cfddd58 00:29:04 Unstable branch on cbro.berotato.org updated to: 0.30-a0-793-g160f7cfddd (34) 01:41:48 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4884-gcf1f1e11f7 03:14:47 New branch created: pull/3001 (1 commit) 13https://github.com/crawl/crawl/pull/3001 03:14:47 03Aliscans02 07https://github.com/crawl/crawl/pull/3001 * 0.30-a0-788-gd5c4be9726: Clear the training target before the message, rather than afterwards. 10(46 minutes ago, 1 file, 3+ 5-) 13https://github.com/crawl/crawl/commit/d5c4be972657 03:50:23 03Monkooky02 07https://github.com/crawl/crawl/pull/2911 * 0.30-a0-189-ga03d37aeab: Update rampage indicator to account for mes/fear 10(2 minutes ago, 1 file, 27+ 30-) 13https://github.com/crawl/crawl/commit/a03d37aeab4a 04:22:16 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4884-gcf1f1e11f7 05:15:37 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-793-g160f7cf (34) 07:13:22 <09g​ammafunk> @PleasingFungus this is what I ran into with beargit's PR as well, I'm not sure if this is because we hadn't done an sdl2 update since github switched off git:// support, but I had to edit .git/modules/crawl-ref/source/contrib/sdl2 to have https:// urls instead of git:// ones: [remote "origin"] url = https://github.com/crawl/crawl-sdl2.git Maybe this can be done with a combo of git submodule deinit and git submodule update 07:13:22 --init, but I seemed to need to do it manually 07:16:37 <06a​dvil> you should also check urls in .git/config (I actually though this was the important one? not sure how/if those two get synced) 07:17:36 <09g​ammafunk> yeah, I guess it must make a copy from the main git config when the module is initialized? 07:18:02 <06a​dvil> also, 192.30.255.112 seems like a somewhat dodgy ip address? I get a security alert in firefox 07:18:11 <09g​ammafunk> I tried doing deinit/update --init but it didn't seem to fix the urls 07:18:41 <06a​dvil> maybe that's just a cert mismatch though 07:19:04 <06a​dvil> oh, yeah it's just cert issues 07:22:55 <06a​dvil> if it acts just like the map view, I guess it can't be any more of an info leak 07:25:41 <09g​ammafunk> yeah, I'll take a bit of a closer look at that function to try to make sure nothing additional is revealed 07:26:11 <09g​ammafunk> I suppose one could already use it for an information leak even if there is one, since you could try the functions using it and look for errors 07:57:50 <06a​dvil> I suppose an in_bounds check could return something like "unknown" for squares that are sufficiently far from the revealed map? 07:57:59 <06a​dvil> possibly better not to overthink this, though 11:22:11 well, my days of being a free znc parasite are finally at an end 11:22:30 practical effect is that I will be keeping less of an eye on #crawl, I guess 11:33:10 <10P​leasingFungus> znc..? 11:34:49 time to consider matrix 🙂 11:35:11 admittedly irc admin stuff sucks over it 11:35:31 yeah, I do already use matrix but I am not 100% amazed by its smoothness 11:36:00 in terms of just keeping an eye on a channel, the policy where you get booted from a channel after a while and then can't see the history after rejoining is quite annoying 11:36:10 (znc is an irc bouncer) 11:36:59 just use it once a day in some channel, I think. I've never been booted, probably because I use it just enough 11:39:02 but I'm in 16 channels via matrix so I'm usually active somewhere… 11:39:23 which reminds me I should add the 17th I just joined the other day 12:23:31 03PleasingFungus02 07* 0.30-a0-794-g9b1cab2718: Virtually buff longbows (acrobat) 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/9b1cab27183d 12:40:12 <10P​leasingFungus> gammafunk: your fix worked, thanks! 🙂 12:50:46 03PleasingFungus02 07* 0.30-a0-795-g282d41900d: Allow reviving felids & shafting players near slime walls 10(27 minutes ago, 2 files, 0+ 2-) 13https://github.com/crawl/crawl/commit/282d41900d67 12:50:46 03PleasingFungus02 07* 0.30-a0-796-g6ec518bcff: Fix slime wall messaging (Undo) 10(68 seconds ago, 2 files, 18+ 8-) 13https://github.com/crawl/crawl/commit/6ec518bcff3c 12:57:04 <08n​lavsky> Should it be possible to rest with 5 while near a slime wall? Currently, a check in i_feel_safe() prevents that. 12:58:55 <08n​lavsky> If you escape/teleport from slimes into a corner so they can't see you, you can rest only by skipping turns 13:08:59 <10P​leasingFungus> nlavsky: yeah it should be possible 13:09:10 <10P​leasingFungus> i think i forgot to fix that - if you have it open feel free 13:29:45 <08n​lavsky> Hmm, probably need to add something into _feature_traverse_cost(), to make autoexplore avoid slime wall if possible. 13:41:16 <10P​leasingFungus> probably! 14:09:08 Anyone have an idea why regexes would behave differently on mac vs PC or akrasiac webtiles?  All my rc regexes break when I use negative lookahead/lookbehind, only on mac though. Using trunk. 14:21:57 <06a​dvil> I'm not sure specifically why that would happen, but the exact regex implementation is fairly build-specific 14:24:40 <06a​dvil> yeah, I think the official builds probably use POSIX regexes, CAO is using PCRE (which supports negative lookahead etc) 14:24:46 <06a​dvil> you can see what is used in ?v 14:25:04 03nlavsky02 07* 0.30-a0-797-g632d372b77: fix: allow resting near slime walls 10(2 minutes ago, 2 files, 0+ 17-) 13https://github.com/crawl/crawl/commit/632d372b7707 14:25:45 looked to me like alll builds want to use pcre, and there's a contrib pcre for mac/windows? 14:26:18 <06a​dvil> not sure, but my local mac build is using posix 14:27:39 if it is using posix re, then yes, you lose lookahead/lookbehind and other features 14:37:31 <08n​lavsky> There are some vaults with stairs surrounded by slime walls, e.g. cheibrodos_slime_lost_civilization_6 that autoexplore cannot travel to/from currently. I wonder if this autoexplore behavior is worth changing. It's convenience vs. a chance to explore into some angry slimes when you have a lot of corrosion. 14:38:58 Ah yes, posix it is on mine too. 14:41:51 <08n​lavsky> Thinking more about that, definitely don't want to autoexplore each and every corner of the Slime Pits. 14:52:57 I... don't want to autoexplore the Slime Pits at all, as a rule 15:15:41 <08n​lavsky> main.cc:_start_running() has a check to prevent automatic (?) wall-jumping while running. Wasn't there a change that prevents wall jumping by bumping into walls? 15:17:59 <08n​lavsky> 404d5d30d49311, which was slightly more than 3 years ago 15:21:05 <08n​lavsky> (if someone wants to remove that, please go ahead; I'm working on another thing right now) 15:41:50 <10P​leasingFungus> nice 20:03:01 <09g​ammafunk> ...huh 20:05:02 <09g​ammafunk> in minmay_lair_end_frog_pond, any tyrant leech that places is patrolling....only the tyrant leeches 20:05:41 <09g​ammafunk> that probably dates from when that was the top threat on the map, but even then a bunch of these are just randomly placed, and hence patrolling a random spot 20:06:52 <09g​ammafunk> I also like the vault's descriptive commentary: 20:07:01 <09g​ammafunk> # Frog pond. # NAME: minmay_lair_end_frog_pond 20:07:16 <09g​ammafunk> accurate 21:04:05 03kippig02 {gammafunk} 07* 0.30-a0-798-ge9441fdd6e: Add some skysharks to Lair vaults 10(6 days ago, 1 file, 20+ 1-) 13https://github.com/crawl/crawl/commit/e9441fdd6e10 21:04:05 03gammafunk02 07* 0.30-a0-799-g109b55a442: feat: Some adjustments to sharkified vaults 10(27 minutes ago, 1 file, 19+ 13-) 13https://github.com/crawl/crawl/commit/109b55a4425b 21:10:08 Where would I read about random name generation? 21:10:17 Specifically for shop owners 21:21:29 <10P​leasingFungus> there’s a file for it 21:21:32 <10P​leasingFungus> it’s insane 21:21:33 <10P​leasingFungus> why? 21:51:12 New branch created: pull/3002 (1 commit) 13https://github.com/crawl/crawl/pull/3002 21:51:12 03kippig02 07https://github.com/crawl/crawl/pull/3002 * 0.30-a0-800-g5d13edef50: Add ghostly pirate ship vault. 10(2 minutes ago, 1 file, 69+ 0-) 13https://github.com/crawl/crawl/commit/5d13edef50f5 22:00:04 Gonna make an Allterative Arms and Armor shop 22:00:19 Was hoping to generate a random name starting with A 22:12:56 look at nicolae's alphashops vault 22:13:15 dat/des/builder/alphashops.des 22:27:18 thanks! 23:46:59 Windows builds of master branch on crawl.develz.org updated to: 0.30-a0-799-g109b55a442