01:27:02 Unstable branch on crawl.develz.org updated to: 0.23-a0-87-g5f73bc1 (34) 02:57:55 Monster database of master branch on crawl.develz.org updated to: 0.23-a0-87-g5f73bc1 03:31:41 Possible bug: Using Corrupt in Desolation of Salt at the edge of map extends map 13https://crawl.develz.org/mantis/view.php?id=11616 by RoGGa 05:33:59 -!- amalloy is now known as amalloy_ 07:28:13 -!- amalloy_ is now known as amalloy 07:43:33 -!- amalloy is now known as amalloy_ 10:32:29 !nchoice 10:32:31 Time for a new nchoice! It will appear shortly on the tournament website (if it hasn't yet). Type "=nemelex XXXX" to update !nchoice with the new combo, where XXXX should be replaced by the new combo. 10:32:38 =nemelex DgEn 10:32:40 Defined keyword: nchoice => VpFE|BaEn|CeIE|DDCj|HaAE|KoVM|CeEE|BaFE|DrAM|TeWr|SpSu|DEAK|BaNe|DgEn 11:23:18 !nick people defe 11:23:19 Mapping people => tminei goblin1989 assault inquiry cyanbird casual wingboner sexinstructor tovarisch kirsanium renifell graymark thenamelessone theanonym soeti redear arum oozefury iamserjio stylepro kristoblxynda dsmo zubo tiareth marihuanna limpidissima wvc myrkonianin hepliaklqana kikal defe 12:17:19 Items with inscriptions not stacking properly 13https://crawl.develz.org/mantis/view.php?id=11617 by Pekkekke 12:33:18 03advil02 07* 0.23-a0-88-gc901079: Don't treat "Another game is already in progress..." as a fatal error 10(27 hours ago, 2 files, 10+ 2-) 13https://github.com/crawl/crawl/commit/c90107922894 12:33:18 03advil02 07* 0.23-a0-89-g4a03f4c: Avoid some NaNs if a menu is too tall 10(7 minutes ago, 1 file, 9+ 1-) 13https://github.com/crawl/crawl/commit/4a03f4cb6f2d 12:33:18 03advil02 07* 0.23-a0-90-g9c62ab6: Work around a height bug with nested divs in older firefox 10(4 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/9c62ab6c4085 12:34:23 aidanh lmk if you think there's any unexpected consequences to 9c62ab6 for newer browsers 12:44:13 always interesting to see the very few instances where we use exceptions 12:44:49 I'm so used to using exceptions all the time in python then you come to C++ and there are the "don't use exceptions" and the "always use exceptions" camps 12:52:12 I'm more of an always use exceptions person, really 12:52:37 but that's not how crawlcode rolls 12:52:42 I didn't really get into using them until I started writing more python 12:52:52 really helped beem/cerebot stay sane for me 12:53:16 once you start using async event loop stuff, the idea of passing error codes gets....dicey 13:10:35 Unstable branch on crawl.jorgrun.rocks updated to: 0.23-a0-90-g9c62ab6c40 (34) 13:15:37 Stable (0.21) branch on crawl.akrasiac.org updated to: 0.21.1-74-g47da925 13:20:52 Unstable branch on crawl.akrasiac.org updated to: 0.23-a0-90-g9c62ab6 (34) 13:20:55 huh, wonder why 0.21 updated on cao, maybe it's just very slow 13:31:11 03Aidan Holm02 {advil} 07[stone_soup-0.22] * 0.22.0-7-gede9b17: Improve webtiles menu scrolling behavior (RoGGa, #11609) 10(2 days ago, 1 file, 7+ 4-) 13https://github.com/crawl/crawl/commit/ede9b17ed382 13:31:11 03advil02 07[stone_soup-0.22] * 0.22.0-8-g0d16610: Don't treat "Another game is already in progress..." as a fatal error 10(28 hours ago, 2 files, 10+ 2-) 13https://github.com/crawl/crawl/commit/0d1661084c44 13:31:11 03advil02 07[stone_soup-0.22] * 0.22.0-9-gcc7b9f1: Avoid some NaNs if a menu is too tall 10(65 minutes ago, 1 file, 9+ 1-) 13https://github.com/crawl/crawl/commit/cc7b9f13407c 13:31:11 03advil02 07[stone_soup-0.22] * 0.22.0-10-ge196412: Work around a height bug with nested divs in older firefox 10(61 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/e19641254abb 13:36:28 -!- amalloy_ is now known as amalloy 14:10:25 Stable (0.22) branch on crawl.jorgrun.rocks updated to: 0.22.0-10-ge19641254a 14:29:02 Hey guys! Could you take a look at the PR https://github.com/crawl/crawl/pull/839? There's nothing special, just a piece of translation) And I added my new username to CREDITS.txt instead of a real name: https://github.com/crawl/crawl/pull/837). 14:34:59 i'll get it 14:37:47 03Free Potion02 {amalloy} 07* 0.23-a0-91-g0b27b35: Update Russian amulet translations 10(2 days ago, 2 files, 4+ 15-) 13https://github.com/crawl/crawl/commit/0b27b35b31d1 14:42:31 amalloy: thanks! :) 14:53:46 Searching for "armo && !!body" used to find all aux armour and shields — but now all body armour in shops shows up too. Is there a way to exclude it? 14:55:05 I haven't tested it but the help screen says that in_shop will match any items in shops 14:57:02 I want to exclude *only* body armour. 14:57:54 hm, I'm not sure why body armour would be showing up 14:59:00 Because searhing for "armour" now got changed to showing all armour shops and everything that's inside. 15:00:00 So searching for "armo && !!body" = all non-body armour outside of shops and in general shops + anything inside armour shops. 15:00:56 adding !!shop seems to do it 15:01:22 Yes — but it excludes aux armour in shops, too. 15:01:26 And I need that. 15:01:28 I guess it's a bug if the query doesn't get evaluated against items in shops 15:01:54 until it's I think you might just have to do this the old fashioned way 15:01:59 *until it's fixed 15:02:48 Guess I'll throw it on mantis, then. Heh, "old fashioned way" has beed "armo && !!body" for years for me. 15:03:05 Thank you for your help! 15:10:21 hm, this is a bit trickier than I thought 15:10:29 Unstable branch on crawl.jorgrun.rocks updated to: 0.23-a0-91-g0b27b35b31 (34) 15:11:03 disabling matches for shop items would be easy, but actually getting what is probably the desired behavior is a bit trickier 15:25:55 03gammafunk02 07* 0.23-a0-92-g9a2f62d: Adjust a Lair entry vault (minmay) 10(3 days ago, 1 file, 6+ 4-) 13https://github.com/crawl/crawl/commit/9a2f62deabe5 15:25:55 03gammafunk02 07* 0.23-a0-93-gf89bb87: New tiles for the Mace of Variability (ontoclasm) 10(4 hours ago, 2 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/f89bb87e3f07 15:26:30 03advil02 07* 0.23-a0-94-g44dc95e: Don't let shop name matching override item matching (Xenobreeder) 10(6 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/44dc95ea49ba 15:26:59 03gammafunk02 07[stone_soup-0.22] * 0.22.0-11-g5fd6474: Adjust a Lair entry vault (minmay) 10(3 days ago, 1 file, 6+ 4-) 13https://github.com/crawl/crawl/commit/5fd64747bb5c 15:26:59 03gammafunk02 07[stone_soup-0.22] * 0.22.0-12-g0ca660c: New tiles for the Mace of Variability (ontoclasm) 10(4 hours ago, 2 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/0ca660c68c13 15:27:01 The build was canceled. (master - f89bb87 #10138 : gammafunk): https://travis-ci.org/crawl/crawl/builds/416504780 15:27:01 phew 15:27:07 advil almost sniped me there 15:27:57 yeah, it was a close thing 15:28:24 03advil02 07[stone_soup-0.22] * 0.22.0-13-g43fe8f2: Don't let shop name matching override item matching (Xenobreeder) 10(7 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/43fe8f24b8a0 15:28:33 I got a conflict message before chei had announced your pushes 15:31:19 ohbaby 15:31:23 new Mace tiles 15:32:06 splendid 15:32:16 onto came ot our rescue 15:32:27 *to 15:36:51 advil, thank you! 15:37:32 I got another bug with long item names but still struggling to reproduce for now. 15:37:58 does it involve randarts in shops? 15:39:10 Descriptions of randarts with long names get clipped in console in *some* cases when worn. 15:39:39 I'm trying to reproduce in wizmode right now. 16:10:35 Stable (0.22) branch on crawl.jorgrun.rocks updated to: 0.22.0-13-g43fe8f24b8 16:21:03 Unstable branch on crawl.jorgrun.rocks updated to: 0.23-a0-94-g44dc95ea49 (34) 17:08:20 Ozocubu's Armour doesn't expire when the played is Trampled 13https://crawl.develz.org/mantis/view.php?id=11618 by Karlito 17:25:58 anyone know if beem bot was updated or if is having problems with learndb lookups? cant seem to get queries against learndb working anymore (e.g. ??sigmund) 18:22:56 Unstable branch on underhound.eu updated to: 0.23-a0-94-g44dc95ea49 (34) 19:02:21 -!- amalloy is now known as amalloy_ 20:21:19 why is animate dead not animating corpses in deep water 20:21:28 like hydra corpses 20:28:07 even flying creatures 20:28:14 I cant resurrect if they are on deep water 20:58:57 !nchoice 20:58:58 Time for a new nchoice! It will appear shortly on the tournament website (if it hasn't yet). Type "=nemelex XXXX" to update !nchoice with the new combo, where XXXX should be replaced by the new combo. 20:59:04 !kw nchoice 20:59:05 Keyword: nchoice => VpFE|BaEn|CeIE|DDCj|HaAE|KoVM|CeEE|BaFE|DrAM|TeWr|SpSu|DEAK|BaNe|DgEn 20:59:11 =nchoice MuWr 20:59:13 Defined keyword: nchoice => VpFE|BaEn|CeIE|DDCj|HaAE|KoVM|CeEE|BaFE|DrAM|TeWr|SpSu|DEAK|BaNe|DgEn|MuWr 21:05:13 good nemelex