00:15:34 amalloy: I'm not really sure what's going on 00:15:50 I was able to build it fine two days ago, I don't think I ran any updates, but now I too can't build with autoconf 00:16:00 similar problem with AX_WITH_CURSES 00:16:06 I cannot understand what I have done 00:16:20 homebrew might be to blame... 00:18:43 probably not. i have the same problem in linux 00:19:37 I'm mystified, since I've been building it successfully until tonight when I re-ran configure 00:19:57 (adding a nice system define for screen grabbing for making gifs) 00:31:01 ok, I figured out what I've done 00:31:50 no I haven't 00:34:03 ok, I'm not sure what I did to make it happen 00:34:18 but I appear to have had an old version of AX_WITH_CURSES installed that was removed by brew clean 00:35:41 or, that must be the case since I ran that recently and then the build broke 00:38:27 no that's not it 00:52:26 you poor mac people 00:53:19 first the keyboard breaks and then a crumb gets in the aclocal directory 00:54:01 ok, I'm not sure what I did 00:54:04 but I've undone it 00:54:26 AX_WITH_CURSES depends on pkg_config installed autoconf macros, which had been unlinked by homebrew for...reasons? 01:38:21 Unstable branch on crawl.develz.org updated to: 0.24-a0-368-g0e0cebd (34) 02:09:51 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-368-g0e0cebd 02:55:15 -!- amalloy is now known as amalloy_ 02:59:23 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-368-g0e0cebd 03:03:35 -!- neunon_ is now known as neunon 07:51:16 -!- amalloy_ is now known as amalloy 07:58:29 Hey, could anyone from here fill out a form to allow openai to use dcss as a training environment? 08:00:16 https://docs.google.com/a/openai.com/forms/d/e/1FAIpQLSc87de2t5qEB0DzqW-d0Ps3oV09S9IGrHnW51VomYa4PQSE7A/viewform 08:07:03 Training targets not turning off skills after being reached from experience potions. 0000002 13https://crawl.develz.org/mantis/view.php?id=11993 by Yermak 08:08:02 Dacendoran: (1) that form doesn't include a link the the permissions being given. (2) as reddit notes, no one person owns dcss. if the license terms allow whatever thing these guys want to do with dcss, then anyone can sign that form; if the terms don't allow it, then no one person can sign it 08:08:23 I found that form to be super weird 08:09:46 the license allows them to do what they want already, I'm 99% sure, *and* reading that form I didn't feel comfortable with any single member of the license holders being able to sign it on behalf of everyone else 08:11:25 weirdly I think it is partly because it so clearly not written by lawyers, I couldn't fully understand what you would have to be able to grant permission *for* 08:12:48 I think it's actually tailored to like, closed-source single author web games or something 08:12:48 advil: it refers to "the permissions" in a way that makes me think there is an external document that is the actual thing they want you to read, and this form is a vague summary 08:12:48 yeah I agree 08:12:48 I kept looking for a link, but it's not there 08:15:22 also, I can't find any official links to that form 08:16:25 ah found it 08:16:55 "If your program would yield good training tasks for an AI then we'd love your permission to package it in Universe." from https://openai.com/blog/universe/ 08:17:03 which actually sounds like it's about distribution? 08:18:11 and "universe" isn't even their current thing 08:31:28 -!- amalloy is now known as amalloy_ 09:07:35 -!- amalloy_ is now known as amalloy 10:00:06 Wu Jian text inconsistency 13https://crawl.develz.org/mantis/view.php?id=11994 by Jafet 11:24:54 Stable (0.23) branch on underhound.eu updated to: 0.23.1-50-ga50397a6bc 12:32:36 I've finished fixing all the errors in this PR: https://github.com/crawl/crawl/pull/1066 12:32:56 Does this require additional complement? 12:48:31 advil: clang points out that in your new random_picker::probability_at function, you define an array named valid, and write elements into it, but never read them. this seems accurate to me. i'm inclined to simply delete this array, but perhaps you instead intend to use it for something? 12:50:38 oh, it's just copied from the other function 12:56:42 okay, i'll delete it 12:57:44 03amalloy02 07* 0.24-a0-369-g78adf78: Remove unused variables in random_picker::probability_at 10(34 seconds ago, 1 file, 0+ 5-) 13https://github.com/crawl/crawl/commit/78adf7823c89 13:04:17 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-369-g78adf7823c (34) 13:07:18 Unstable branch on crawl.akrasiac.org updated to: 0.24-a0-369-g78adf78 (34) 13:25:07 03amalloy02 07* 0.24-a0-370-g78e9d4e: Make Tomb stop printing warnings when in debug mode 10(2 minutes ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/78e9d4e317b4 13:32:19 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-370-g78e9d4e317 (34) 13:32:53 heh, that tomb fix is simpler than I expected 13:40:39 yeah, since there's only one vault for tomb:1 and it's always used 13:54:38 see monster.cc line 4374 for this 13:55:00 !learn edit corrosion[1] s/1\/3/2\/3/ 13:55:01 corrosion[1/1]: {Acid} among other effects may inflict the debuff "Corr". When something attempts to corrode you, it has a Corr_level/(Corr_level+7) chance to fail. Each level of Corr reduces your AC by 4 and gives -4 slaying. Goes away after enough time has passed. Corr(-4) means -4 slaying/-4 AC. Monsters get a non-stacking -8 ac, and have a 2/3 chance to be corroded when splashed. 13:57:48 oops meant to do that in ##crawl-sequell; never mind 14:10:05 The build was fixed. (master - 78adf78 #11543 : Alan Malloy): https://travis-ci.org/crawl/crawl/builds/538853041 15:06:01 The build was fixed. (master - 78e9d4e #11544 : Alan Malloy): https://travis-ci.org/crawl/crawl/builds/538863838 15:14:19 -!- aidanh_ is now known as aidanh 17:36:15 BrocoLee (L24 GnCK) Crash caused by signal #15: Terminated (Crypt:3) 18:22:28 Unstable branch on underhound.eu updated to: 0.24-a0-370-g78e9d4e317 (34) 18:25:37 -!- amalloy is now known as amalloy_ 18:56:19 alexjurkiewicz: http://csclub.uwaterloo.ca/%7Eebering/crawl/ipbt-batch-gif.patch 18:56:30 you might find these useful for making replays if you decide to use ipbt 18:56:59 Pinkbeast: I sent these to the e-mail address on the homepage 18:57:04 I hope that is the correct place 19:21:47 wow calling imagemagick with a temporary directory to create gifs of DCSS. Love it 19:22:57 we are true hackers here 19:35:43 so i'm not doing it for this round, but for the next round, right? 19:35:55 omg the final week 19:38:30 yes 21:26:58 !bug 11979 21:26:58 https://crawl.develz.org/mantis/view.php?id=11979 21:33:55 -!- amalloy_ is now known as amalloy 21:33:56 ebering: I'll check up when I see SGT on Sunday 21:37:29 03NormalPerson702 {ebering} 07* 0.24-a0-371-g4cc88bc: Update vine stalker description (11979) 10(4 days ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/4cc88bcadc24 21:37:56 03NormalPerson702 {ebering} 07* 0.24-a0-372-g9fa3ae0: Mention draining gaze's healing effect 10(5 days ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/9fa3ae0aaa3e 21:39:31 -!- amalloy is now known as amalloy_ 21:47:20 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-372-g9fa3ae0aaa (34) 22:01:09 03ebering02 07* 0.24-a0-373-g39439d8: Fix an arena crash 10(50 seconds ago, 1 file, 4+ 2-) 13https://github.com/crawl/crawl/commit/39439d866b87 22:01:26 that should fix one of the occasional intermittent travis failures 22:17:33 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-373-g39439d866b (34) 22:41:30 The build has errored. (master - 9fa3ae0 #11546 : NormalPerson7): https://travis-ci.org/crawl/crawl/builds/539023411 23:33:14 The build has errored. (master - 39439d8 #11547 : Edgar A. Bering IV): https://travis-ci.org/crawl/crawl/builds/539027940