00:34:05 03regret-index02 07* 0.33-a0-596-g193fcf71ad: Replace Vaults:5 spiders and hornets with jellyfish 10(6 hours ago, 1 file, 2+ 5-) 13https://github.com/crawl/crawl/commit/193fcf71adb3 00:34:05 03regret-index02 07* 0.33-a0-597-g2636b53cb1: Update the Draconians part of the manual 10(5 hours ago, 1 file, 21+ 15-) 13https://github.com/crawl/crawl/commit/2636b53cb100 00:34:05 03regret-index02 07* 0.33-a0-598-gbd611b0ba5: New Depths metal wall tiles, some more vault wall tiles 10(4 minutes ago, 31 files, 119+ 60-) 13https://github.com/crawl/crawl/commit/bd611b0ba59a 00:52:26 Monster database of master branch on crawl.develz.org updated to: 0.33-a0-598-gbd611b0ba5 04:34:55 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5249-g4a8afe7061 05:22:51 Unstable branch on crawl.akrasiac.org updated to: 0.33-a0-598-gbd611b0 (34) 10:21:04 <09g​ammafunk> cpp template auto map_find(M &map, const typename M::key_type &obj) -> decltype(&map.begin()->second) { auto it = map.find(obj); return it == map.end() ? nullptr : &it->second; } I should read up on decltype but I assume that's essentially declaring the return type of this template (to be a reference (?) to the type of the value used in the map) 10:34:11 <09g​ammafunk> hrm, an interesting question arises from moving talisman intrinsic properties into proper data (instead of code) like how we have for jewellery 10:34:38 <09g​ammafunk> by default the intrinsic resistances provided by mundane talismans would be listed in their properties 10:34:44 <09g​ammafunk> we currently only do that for randart ones 10:35:43 <09g​ammafunk> actually I guess the intrinsic properties aren't included in the listing even for randarts 10:36:53 <09g​ammafunk> even though you do get those randart talisman properties only when in-form, which is also the case for e.g. the innate rpois/relec from statue/storm forms 10:46:55 <09g​ammafunk> I guess for now I'll keep the status quo of not listing intrinsic talisman properties 10:48:09 <09g​ammafunk> it's a bit awkward since e.g. the rpois provided by those forms is actually rpois infinity, and they wouldn't display properly without some additional work. Probably not much work, but people seem fine with the current listing of talisman props anyhow 12:13:16 -!- The topic of #crawl-dev is: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/, temporarily http://crawl.akrasiac.org/logs/cheibriados/ | People with +v have commit access, devs on bridged discord as well | General Crawl-related chat to #crawl | Long stuff to a pastebin service, please 12:13:16 -!- The topic of #crawl is: Play Dungeon Crawl Stone Soup online now! Type ??online for instructions, ??lg / !lg for play stats | PM Sequell for long queries | http://crawl.develz.org | FooTV game replays: ??footv for instructions | #crawl-dev for dev discussion, #crawl-offtopic for offtopic 12:19:15 <04d​racoomega> My pleasure! (Or at least as much pleasure as anyone can derive from the weeks of refactoring work I've done this version; I look forward to breezier content creation again once this is behind me 😛 ) 13:25:22 DCSS obsession with restricting player movement is getting a bit out of hand... It feels like every new monster or spell has either: pin player in place, trample, knockback, blink, etc... This was more necessary when every monster was speed 10, cats where fast and AOO didn't exist + a fair number of enemies that use such mechanics have been 13:25:22 introduced since then... Now it starts to get a bit heavy-handed 13:37:06 03DracoOmega02 07* 0.33-a0-599-gb8190b8772: Fix orbs of destruction being tagged as minions 10(16 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/b8190b8772d0 13:37:06 03DracoOmega02 07* 0.33-a0-600-g6d1d786d43: Fix orbs of destruction blocking targeting while with Jiyva (Flugkiller) 10(17 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/6d1d786d43d7 15:27:07 GranpappyWarcrimes (L7 CoWn) ASSERT(!invalid_monster(&mons)) in 'mon-death.cc' at line 2190 failed. (D (Sprint)) 16:39:56 Unstable branch on underhound.eu updated to: 0.33-a0-600-g6d1d786d43 (34) 18:14:15 <09g​ammafunk> ah, it turns out we apparently never list the intrinsic properties of mundane items anyhow 18:14:26 <09g​ammafunk> so I don't even need to give a special case for mundane talismans 19:45:42 03DracoOmega02 07* 0.33-a0-601-g04647cc05b: Fix bound souls not dropping items when you get a new one (ebering) 10(46 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/04647cc05b69 19:45:42 03DracoOmega02 07* 0.33-a0-602-ga33de6ed39: Fix beam tiles for beams whose tile varies with distance travelled (r-i) 10(72 seconds ago, 3 files, 6+ 5-) 13https://github.com/crawl/crawl/commit/a33de6ed3933 20:01:31 <09g​ammafunk> wanted to push this tonight but of course talismans had to get in the way. oh well, for tomorrow! 21:55:48 <06p​leasingfungus> draco: ty for expiating my coglinish sins 22:06:53 GranpappyWarcrimes (L22 OnWn) ASSERT(!invalid_monster(&mons)) in 'mon-death.cc' at line 2190 failed. (D (Sprint)) 22:35:49 drugrobin (L27 DgDe) Crash caused by signal #6: Aborted (Pan) 22:53:17 <12e​bering> wow drugrobin 23:35:31 Unstable branch on crawl.develz.org updated to: 0.33-a0-602-ga33de6ed39 (34) 23:58:44 Windows builds of master branch on crawl.develz.org updated to: 0.33-a0-602-ga33de6ed39