01:23:56 New branch created: pull/5304 (1 commit) 13https://github.com/crawl/crawl/pull/5304 01:23:56 03Davidescu Victor02 07https://github.com/crawl/crawl/pull/5304 * 0.35-a0-551-g61e82234cf: fix menu colour space logic 10(11 minutes ago, 1 file, 8+ 1-) 13https://github.com/crawl/crawl/commit/61e82234cf2e 03:26:06 emsyzz (L7 DEFE) ASSERT(valid_cursor_pos(pos.x, pos.y, region)) in 'libutil.cc' at line 403 failed. (invalid cursor position 38,-7 in region 1, should be 1,10 in region 2) (D:5) 03:26:14 emsyzz (L7 DEFE) ASSERT(valid_cursor_pos(pos.x, pos.y, region)) in 'libutil.cc' at line 403 failed. (invalid cursor position 38,-7 in region 1, should be 1,10 in region 2) (D:5) 03:26:14 emsyzz (L7 DEFE) ASSERT(valid_cursor_pos(pos.x, pos.y, region)) in 'libutil.cc' at line 403 failed. (invalid cursor position 38,-7 in region 1, should be 1,10 in region 2) (D:5) 03:26:17 emsyzz (L7 DEFE) ASSERT(valid_cursor_pos(pos.x, pos.y, region)) in 'libutil.cc' at line 403 failed. (invalid cursor position 38,-7 in region 1, should be 1,10 in region 2) (D:5) 03:26:33 emsyzz (L7 DEFE) ASSERT(valid_cursor_pos(pos.x, pos.y, region)) in 'libutil.cc' at line 403 failed. (invalid cursor position 38,-7 in region 1, should be 1,10 in region 2) (D:5) 03:33:42 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5261-gd9800d219b 07:35:22 03CrawlOdds02 07* 0.35-a0-551-gfc74b2349b: Stop mutation catalyst rolling beaks (Emily Bunny) 10(13 minutes ago, 1 file, 2+ 3-) 13https://github.com/crawl/crawl/commit/fc74b2349b96 07:56:39 New branch created: lightning (1 commit) 13https://github.com/crawl/crawl/tree/lightning 07:56:40 03CrawlOdds02 07[lightning] * 0.35-a0-552-g1a73ced535: Rework lightning rod damage 10(5 days ago, 7 files, 17+ 28-) 13https://github.com/crawl/crawl/commit/1a73ced535a6 07:57:44 New branch created: pull/5305 (1 commit) 13https://github.com/crawl/crawl/pull/5305 07:57:44 Branch pull/5305 updated to be equal with lightning: 13https://github.com/crawl/crawl/pull/5305 07:59:52 03CrawlOdds02 07* 0.35-a0-552-gc46a794177: Update credits 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/c46a7941772c 08:00:48 <02M​onkooky> @Odds you wanna close https://github.com/crawl/crawl/pull/3352 and save me a login to github 08:03:30 <11O​dds> Yep will do 08:04:12 <11O​dds> And thanks for pointing out how silly lightning rods are 🙂 08:04:46 <11O​dds> And also for submitting a perfectly sensible fix to that, I think I prefer this slightly simpler one but both are very much an improvement! 08:05:06 <02M​onkooky> Think your solution is better yeaqh more different from the current behaviour, but my solution did introduce new jank 08:06:17 <11O​dds> Not sure it was new jank 🙂 08:16:57 03DracoOmega02 07* 0.35-a0-553-g410214eee1: Don't leave unlinked items around after fleeing an apostle challenge 10(50 seconds ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/410214eee1b6 09:32:27 <11O​dds> To confirm on this confused exclusion-warning thing - I think I'm going to make the stumbling-around warn for all the things that normal movement does (traps, exclusions, clouds, expiring flight, bogs) if the player might end up there. I think the current version where we do this for some things but not others is a bit surprising (and it's not like it's super common to walk around confused) 10:30:06 <04d​racoomega> It seems fine to be comprehensive 14:02:08 03CrawlOdds02 07* 0.35-a0-554-g88908fd440: Update warnings for confused movement (Zigmound) 10(4 hours ago, 5 files, 314+ 150-) 13https://github.com/crawl/crawl/commit/88908fd4400c 14:11:44 03CrawlOdds02 07* 0.35-a0-555-gbd1fb5ece9: Dismiss mosnters case-insensitively in wizmode 10(4 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/bd1fb5ece9d6 14:35:56 <11O​dds> I'm not supposed to autopickup things in a petrifying cloud (as a human), am I? Because I do 🙂 14:37:29 <11O​dds> Oh I see it - @dracoomega d4fc6e0 changed the things that i_feel_safe checks in some cases, because if announce and reason are both unset then UNSAFE_MSG doesn't do anything. Presumably this wasn't supposed to do that? 15:43:21 Unstable branch on underhound.eu updated to: 0.35-a0-555-gbd1fb5ece9 (34) 22:36:03 Unstable branch on crawl.develz.org updated to: 0.35-a0-555-gbd1fb5ece9 (34) 23:00:06 Windows builds of master branch on crawl.develz.org updated to: 0.35-a0-555-gbd1fb5ece9 23:29:58 <04d​racoomega> That... sure does just look wrong, yes. >.> 23:31:28 <04d​racoomega> And that if (announce || reason) looks like it serves no pupose except to sometimes make the logic incorrect?? 23:32:52 <04d​racoomega> (I am trying to imagine what the thought process might have been, but I can't see it now, at least) 23:32:54 Unstable branch on cbro.berotato.org updated to: 0.35-a0-555-gbd1fb5ece9 (34) 23:36:25 <11O​dds> Yeah I couldn't guess what the intent was (which was largely why I didn't just fix it) 23:36:53 <04d​racoomega> A reasonable idea to ask, but if I can't figure it out either, let's just assume it was a mistake until proven otherwise 23:44:04 <04d​racoomega> Still hard at work on invis UI stuff over here, for the record. Finally getting close to having one phase of it done, I think (after a lot of blood, sweat, and tears) 23:44:50 <04d​racoomega> I've had to implement multiple parts of it essentially in triplicate, since local tiles, webtiles, and console all do their equivalent things in almost completely disjoint ways 23:46:30 <04d​racoomega> (And more times than I'd like did I discover that fixing something for one of them broke a previously-working bit for one of the others >.>) 23:53:33 <11O​dds> I'm not sure what I'm up to next other than another pass through some PRs, is there anything that would help with your plans? 23:56:13 Monster database of master branch on crawl.develz.org updated to: 0.35-a0-555-gbd1fb5ece9 23:57:51 <04d​racoomega> Nothing that I can immediately think of, but I'll give it some thought