01:26:55 Unstable branch on crawl.develz.org updated to: 0.22-a0-480-g991dd4b (34) 01:56:45 Windows builds of master branch on crawl.develz.org updated to: 0.22-a0-480-g991dd4b 01:58:45 this server setup guide is rough lol 02:53:58 -!- lugh is now known as thoth 02:57:52 Monster database of master branch on crawl.develz.org updated to: 0.22-a0-480-g991dd4b 02:58:45 -!- Bammboobies is now known as Bammboo 04:14:37 -!- amalloy is now known as amalloy_ 13:51:34 -!- amalloy_ is now known as amalloy 15:02:39 -!- EuphOria is now known as TabMasher 16:10:40 03gammafunk02 07https://github.com/crawl/crawl/pull/700 * 0.22-a0-395-gec58086: Fix a depth condition in a ghost vault 10(40 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/ec5808603723 16:10:40 03gammafunk02 07https://github.com/crawl/crawl/pull/700 * 0.22-a0-396-g5e2cafa: Clean up a function call in a ghost vault 10(29 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/5e2cafa65e08 16:10:40 03gammafunk02 07https://github.com/crawl/crawl/pull/700 * 0.22-a0-397-gb5b4b94: A ghost vault themed after Okawaru's wrath (hellmonk) 10(28 minutes ago, 2 files, 85+ 0-) 13https://github.com/crawl/crawl/commit/b5b4b94ea42c 16:10:43 03gammafunk02 07[spooky_vaults] * 0.22-a0-395-gec58086: Fix a depth condition in a ghost vault 10(40 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/ec5808603723 16:10:43 03gammafunk02 07[spooky_vaults] * 0.22-a0-396-g5e2cafa: Clean up a function call in a ghost vault 10(29 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/5e2cafa65e08 16:10:43 03gammafunk02 07[spooky_vaults] * 0.22-a0-397-gb5b4b94: A ghost vault themed after Okawaru's wrath (hellmonk) 10(28 minutes ago, 2 files, 85+ 0-) 13https://github.com/crawl/crawl/commit/b5b4b94ea42c 20:27:37 -!- amalloy is now known as amalloy_ 22:18:09 does anyone know where the variables in dgamelaunch-config/config.py are defined? 22:18:40 how do you mean, where they are defined? 22:18:58 they're defined in config.py; are you asking where the template values come from? 22:18:58 that's the dgl conf file 22:18:58 oh yes that's what i mean 22:19:19 dgl-manage.conf I think 22:20:28 yep that's it tyty 22:24:27 <|amethyst> advil: re the *map_find changes (which I think are a good idea), what about a version of map_find that does the assert itself and returns *ptr by reference? 22:25:01 <|amethyst> advil: that avoids the need for the pointer variable 22:26:48 <|amethyst> advil: alternatively, something like template auto assert_and_dereference(P ptr) -> decltype(*ptr) { ASSERT(ptr); return *ptr; } 22:27:10 <|amethyst> advil: then you can do monster_conversion_upgrade = assert_and_dereference(map_find(....)) 22:31:10 <|amethyst> advil: I guess the problem is that the assert shows up with a less useful file/line # then and you have to rely on the backtrace :( 22:36:25 -!- amalloy_ is now known as amalloy 23:02:56 -!- Sonata is now known as flappity