00:50:24 random question: why does git prefix the commit hash with `g`? 00:50:50 " The "g" prefix stands for "git" and is used to allow describing the version of a software depending on the SCM the software is managed with. This is useful in an environment where people may use different SCMs." 00:51:04 GIT-DESCRIBE(1) 00:52:48 huh. git understands `xxx-gfa4545f159` (literally that) as a reference to the commit, but not `gfa4545f159` 03:11:41 New branch created: pull/1226 (1 commit) 13https://github.com/crawl/crawl/pull/1226 03:11:41 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/1226 * 0.25-a0-191-g37dc56a: Ignore VS Code editor config 10(5 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/37dc56a1241e 03:11:41 New branch created: pull/1227 (1 commit) 13https://github.com/crawl/crawl/pull/1227 03:11:41 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/1227 * 0.25-a0-281-gef7caf8: Update my mailmap entries 10(2 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/ef7caf85986c 03:12:13 Unstable branch on crawl.beRotato.org updated to: 0.25-a0-280-gfa4545f (34) 03:30:59 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-2777-g6b872f2bae 03:54:39 Fork (stoatsoup) on crawl.kelbi.org updated to: 0.22-s0-37-g3e08518008 03:55:07 Kelbell: oh, thanks, bot, I was starting to wonder 05:04:48 -!- amalloy is now known as amalloy_ 10:38:46 Is there a way to give a mon additional spells at creation without nulling it's base book? (the default des file way I know {foo} spells:spell.frequency.tags;spell.fre... overwrites the existing spells if there were any. 10:39:43 (I mean via that interface as part of vaults; I know ways of doing it on the c++ side) 10:54:25 I don't think so 10:55:25 well, just list the spells in the base book 11:14:36 shit, I figured. guess it's either that or code a new dlua tag for it...thanks anyways advil 11:22:58 Stable (0.23) branch on underhound.eu updated to: 0.23.1-91-gf373564dc4 11:31:00 advil I'm making a new tag for it; mainline potentially want? 12:18:46 And I have it working. (it's in the middle of a commit about changing des files to use monster spell version of throwing instead of giving monsters throwing items and not it's own commit though so I'd have to strip it out if mainline wanted it for something) 13:08:30 -!- amalloy_ is now known as amalloy 15:19:07 03Alex Jurkiewicz02 {ebering} 07* 0.25-a0-281-g8d3aca7: Update my mailmap entries 10(12 hours ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/8d3aca7c4be4 15:19:07 03Alex Jurkiewicz02 {ebering} 07* 0.25-a0-282-g8a0eb6d: Ignore VS Code editor config 10(12 hours ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/8a0eb6d9bddc 15:33:57 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-282-g8a0eb6d9bd (34) 17:05:38 thanks ebering 17:21:17 03kate-02 07* 0.25-a0-283-ge7e91ba: Allow staff of Olgreb to grant poison immunity to monsters 10(5 minutes ago, 4 files, 10+ 3-) 13https://github.com/crawl/crawl/commit/e7e91ba8d02f 17:33:10 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-283-ge7e91ba8d0 (34) 17:37:35 03Byrel Mitchell02 07https://github.com/crawl/crawl/pull/961 * 0.25-a0-280-g825e2be: Add new swamp ending vault with Fedhas and Yred theming. 10(7 minutes ago, 1 file, 64+ 0-) 13https://github.com/crawl/crawl/commit/825e2be649a3 17:40:38 -!- Tiobot is now known as Guest13680 18:23:51 Unstable branch on underhound.eu updated to: 0.25-a0-283-ge7e91ba8d0 (34) 18:59:51 -!- amalloy is now known as amalloy_ 19:08:26 03Byrel Mitchell02 07https://github.com/crawl/crawl/pull/961 * 0.25-a0-280-g3e27608: Add new swamp ending vault with Fedhas and Yred theming. 10(5 minutes ago, 1 file, 60+ 0-) 13https://github.com/crawl/crawl/commit/3e27608b5169 19:40:30 03Byrel Mitchell02 07https://github.com/crawl/crawl/pull/961 * 0.25-a0-280-gc645954: Add new swamp ending vault with Fedhas and Yred theming. 10(4 minutes ago, 1 file, 60+ 0-) 13https://github.com/crawl/crawl/commit/c645954c6c44 21:10:41 alexjurkiewicz: your proposal 1 is very easy to implement; even if it doesn't get merged an experimental to see how it plays would be cool to see 21:27:53 -!- amalloy_ is now known as amalloy 21:41:29 ebering: yeah. I have just implemented it 21:42:09 I was thinking of thnking of sending a PR. And the idea of an experimental is interesting. I don't want to go about suggesting this change in the "wrong way" though 21:49:16 putting up an unsolicited experimental feels like the wrong way. Like I'm delivering a petition to your door 22:13:32 hm, anyone know where the logic is for moving enemies with you through stairs? Friendly monsters are in mon-transit.cc but it only talks about "followers" which seem to be friendly 22:14:42 oh no, the logic includes enemies too 22:18:55 what are MHITYOU and MHITNOT? They aren't documented in their enum (defines.h) 22:20:28 alexjurkiewicz: monster intentions, iirc. or behaviours or whatever. MHITYOU ~= "seeking", MHITNOT ~= "wandering" 22:21:08 IIRC the interaction between these and whether or not the monster has a current target can be unexpected 22:21:10 yeah, you can see it's stored in mon->foe 22:25:21 I guess I would have put it that they are special values that can substitute for mindexes that correspond to the player and nothing respectively 22:26:14 that are mostly used for foe tracking 22:27:33 but also stuff like killer tracking 22:27:34 !source player::mindex 22:27:34 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/player-act.cc#L39 22:36:17 yeah. it seems like 22:36:29 ally monsters track MHITYOU to show they are following the player 23:11:06 alexjurkiewicz: it's not unsolicited if I just said it would be cool to see ;) 23:14:18 :D I'll see what I can do