00:24:31 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.24-a0-365-ga4d96b6e6e (34) 01:38:30 Unstable branch on crawl.develz.org updated to: 0.24-a0-365-ga4d96b6 (34) 02:10:17 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-365-ga4d96b6 03:00:37 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-365-ga4d96b6 11:09:38 why do clinging monsters get +4 tracking range 11:22:52 Stable (0.23) branch on underhound.eu updated to: 0.23.1-50-ga50397a6bc 12:19:21 working on some stuff to estimate OODness from the monster generation tables, if anyone wants to squint at this, let me know if you think there are too many false positives: https://pastebin.com/RFv4QpZ2 12:21:54 the current heuristic is probability < 2% (for pure table-based random generation with no fuzzing) and depth > average mon depth + branch depth/3 12:22:48 the branch depth modifier is because on testing using an absolute value (e.g. 5) didn't seem to scale very well to both D and everything else 12:28:04 well, you can tell me about false negatives if you think of them as well, but I think those will mostly be dependent on quirks of the mon pick tables themselves 12:35:47 er, that should have been, average mon depth > depth + branch depth / 3 13:24:33 03advil02 07* 0.24-a0-366-gc1c896e: Seed explorer improvements 10(3 minutes ago, 6 files, 195+ 5-) 13https://github.com/crawl/crawl/commit/c1c896e988c1 13:34:22 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-366-gc1c896e988 (34) 18:20:43 minqmay: I have the log & milestones from cszo, if you're interested in them 18:21:27 Unstable branch on underhound.eu updated to: 0.24-a0-366-gc1c896e988 (34) 18:24:39 alexjurkiewicz: extremely interested! 18:25:10 I'll pay for buying & mailing a thumb drive or whatever if you don't have a way to upload them somewhere 18:26:22 do you also have the .lst and .ts files from the morgue directories? the .ts files in particular as having those + the ttyrecs would let footv play cszo games again 18:28:24 no, sorry 18:28:50 advil: small patch to let seed explorer only generate random seeds: https://pastebin.com/ppEgX6P6 18:29:04 minqmay: do you know how to use awscli? 18:29:24 no, but I can learn how 18:29:39 it's alright, i'll give you http urls 18:30:33 alexjurkiewicz what if I make it react correctly to setting fixed_seeds to 0 instead? 18:31:29 works for me. The goal originally was to have a command I can run to generate some random seeds. So I could say "pick one of these seeds for your weekly challenge run" 18:31:29 "... and here is what is in them" 18:32:55 minqmay: https://gist.github.com/alexjurkiewicz/0cc34d6c78c341496c7f5d51c92634dd 18:33:05 (there are two files in that paste) 18:33:50 it's ok if I download all of that? 18:34:55 I do wish we had a more elegant way of running scripts like this from the command line 18:37:46 minqmay: totally 18:37:59 advil: yeah. just some way to pass in a variable 18:37:59 awesome, thank you so much! 18:38:27 then I could say `for i in 0..bignum ; ./crawl -test seed_explorer -seed $i` and build a 0.23 seed catalog 18:38:48 with as many cores as I wanted to use in parallel too (crawl on hadoop!!) 18:38:52 well, it's ...not fast 18:39:30 hence using 1000 cores :D 18:40:07 I do plan on doing a catalog for 0.23 for like a few hundred seeds, d:1-d:10 or something like that 18:50:17 03advil02 07* 0.24-a0-367-g1748d93: Support random seeds only in seed explorer (alexjurkiewicz) 10(82 seconds ago, 1 file, 20+ 18-) 13https://github.com/crawl/crawl/commit/1748d93fb50e 19:02:19 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-367-g1748d93fb5 (34) 19:04:15 alexjurkiewicz: all right, I downloaded it all, thanks so much again. Still looking for anyone with the morgue files... 19:13:32 does anyone know if SIGKILL the only way to silently kill a crawl process? SIGTERM triggers the crash diagnostics, and SIGINT just seems to be ignored (though it has some kind of effect when crawl is run under fake_pty, seems to freeze output) 19:13:42 minqmay: check with |amethyst 19:13:57 advil: SIGHUP is used in webtiles I believe 19:14:24 I use that signal to kill >6hr sessions anyway, I don't remember if it works gracefully or not 19:14:32 hm, that also froze things when I tried it on a fake_pty instance 19:14:36 of crawl 19:14:54 oh, it did work from a regular crawl instance though 19:14:57 *on 19:15:04 typo `string, `fixed_seed` is maxed at 1.` -> fixed_seeds* 19:15:09 in your commit 19:16:02 thx 19:16:04 yeah, something's weird under fake_pty with hup 19:16:08 sigkill it is 19:20:47 03advil02 07* 0.24-a0-368-g0e0cebd: Have fake_pty respond better to SIGINT and SIGTERM 10(2 minutes ago, 1 file, 18+ 0-) 13https://github.com/crawl/crawl/commit/0e0cebd0f35a 19:24:39 https://www.reddit.com/r/dcss/comments/bthgl2/023_csdc_week_3_a_few_febe_coolplays_and_sudden/ 19:24:50 they're saying here there is something wrong with replays on cko? what are they referring to? 19:30:31 there was some discussion in discord, what I saw was "ebering: he was probably using the -tv:T[turnnumber] feature" "which cko's ttyrecs don't support" 19:32:30 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-368-g0e0cebd0f3 (34) 19:37:28 i see, thanks 19:38:05 i wonder why that isn't supported 19:38:34 not sure, I wouldn't have even realized you need to do something special to support it 19:38:41 maybe ebering knows 19:40:29 in fact, I don't even really know what footv is 19:40:34 is it part of sequell? 19:46:41 it's part of sequell 19:47:07 cko seems to be missing .ts timestamp files 19:47:13 that match up turncounts to playback times 19:47:19 I'm not sure how they're generated 19:48:46 yeah, I found some of the sequell code, but I couldn't find where the turncount param is even processed 19:49:58 f 19:50:53 !source record_turn_timestamp 19:50:53 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/chardump.cc#L1903 19:52:09 you'd have to manually disable that, I bet they're being generated but in the wrong place / sequell is looking in the wrong place 19:53:24 I see them in the morgue folders, which is where I think they're supposed to be 19:56:03 maybe something's wrong with how they're being named though? 19:56:22 *if* I'm understanding any of this, they should match morgue file names, and it kind of looks like they don't 19:56:48 ah 19:57:17 e.g. I see 4 morgues and 4 .ts files in https://crawl.kelbi.org/crawl/morgue/ebering/ for may, but the dates don't match 19:57:29 when I look at .ts files on cbro the dates do seem to match? 19:59:15 but that is just based on you.birth_time?? 20:56:14 The build was broken. (master - 0e0cebd #11538 : advil): https://travis-ci.org/crawl/crawl/builds/537993410 21:31:04 it looks like maybe they stopped getting created