00:48:29 aside from the one I mentioned that's a holdover 00:49:08 (x-v says "Stash:" before a list of items, which meant something when players had to create stashes as such but doesn't do anything now) 00:49:48 03ebering02 07https://github.com/crawl/crawl/pull/1043 * 0.24-a0-282-g580336d: Vampires are always evil 10(3 hours ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/580336db94b2 00:49:48 03ebering02 07https://github.com/crawl/crawl/pull/1043 * 0.24-a0-283-gcbf2853: Default vampire_rest_alive to false 10(3 hours ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/cbf2853cace5 00:49:48 03ebering02 07https://github.com/crawl/crawl/pull/1043 * 0.24-a0-284-g8ab2abd: Bloodless Vampires regenerate when monsters are not in LOS 10(3 hours ago, 2 files, 9+ 23-) 13https://github.com/crawl/crawl/commit/8ab2abdd45b0 00:49:48 03ebering02 07https://github.com/crawl/crawl/pull/1043 * 0.24-a0-285-g77cd28d: Increase costs for Vampire abilities 10(87 minutes ago, 3 files, 18+ 3-) 13https://github.com/crawl/crawl/commit/77cd28de1723 00:49:48 03ebering02 07https://github.com/crawl/crawl/pull/1043 * 0.24-a0-286-gb09f0bd: fixup! Boolean vampire undead state 10(73 minutes ago, 1 file, 1+ 15-) 13https://github.com/crawl/crawl/commit/b09f0bd2422f 00:50:01 03ebering02 07[two-state-vampire] * 0.24-a0-282-g580336d: Vampires are always evil 10(3 hours ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/580336db94b2 00:50:01 03ebering02 07[two-state-vampire] * 0.24-a0-283-gcbf2853: Default vampire_rest_alive to false 10(3 hours ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/cbf2853cace5 00:50:01 03ebering02 07[two-state-vampire] * 0.24-a0-284-g8ab2abd: Bloodless Vampires regenerate when monsters are not in LOS 10(3 hours ago, 2 files, 9+ 23-) 13https://github.com/crawl/crawl/commit/8ab2abdd45b0 00:50:01 03ebering02 07[two-state-vampire] * 0.24-a0-285-g77cd28d: Increase costs for Vampire abilities 10(88 minutes ago, 3 files, 18+ 3-) 13https://github.com/crawl/crawl/commit/77cd28de1723 00:50:01 03ebering02 07[two-state-vampire] * 0.24-a0-286-gb09f0bd: fixup! Boolean vampire undead state 10(73 minutes ago, 1 file, 1+ 15-) 13https://github.com/crawl/crawl/commit/b09f0bd2422f 01:16:50 ebering: does 4 minimum stat drain for bat form mean it's possible to hit stat zero with a vampire that has 3 str/int? 01:17:15 also, your post doesn't explicitly mention that bloodless vampire can now regenerate 01:17:24 oh it does 01:21:45 yes, batform can statzero a vp 01:22:12 in fact since the stats are chosen randomly it could statzero you from 9 if you rolled real bad 01:22:12 that might be too harsh 01:25:19 i was thinking about VpBe in particular 01:36:32 why does crawl not shut down cleanly when you send it KILL? 01:36:40 it saves and quits when you send HUP 01:38:17 Unstable branch on crawl.develz.org updated to: 0.24-a0-278-gefa1973 (34) 01:44:03 beem appears to be offline 02:09:18 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-278-gefa1973 02:27:52 advil: when running crawl weekly challenge, I add `-extra-opt-last seed=whatever`, but it causes the following error to appear for first run only(?) Warning: Your rc file specifies a game seed, but this build of crawl does not 02:27:54 support seed selection. I will choose a seed randomly. (unknown:4) 03:00:18 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-278-gefa1973 03:36:53 Experimental (two-state-vampire) branch on crawl.kelbi.org updated to: 0.24-a0-286-gb09f0bd242 04:17:21 advil: trying to spectate a weekly challenge game doesn't work 04:17:26 bunch of js errors in the console 09:08:32 alexjurk1 why not just use "-seed whatever"? 09:10:33 in fact, I'm surprised setting the seed with -axtra-opt-last works 09:11:14 can you give more detail on the js errors? it's working for me with a quick test 09:12:13 well, I do see an error in the console 09:15:11 what is app.min.js? 09:19:29 %git a036e810d7e9c8 09:19:29 07advil02 * 0.23-a0-664-ga036e81: Don't run delays for webtiles windows that are hidden (11657) 10(4 months ago, 1 file, 6+ 3-) 13https://github.com/crawl/crawl/commit/a036e810d7e9 09:19:55 may want to port this 09:21:21 anyways, I do see errors but spectating still works 09:21:27 in firefox/chrome for me at least 09:22:13 it also looks like you may have minified most of the scripts that would help with diagnosing this 09:29:58 I'll check webtiles in general at some point 11:23:22 Stable (0.23) branch on underhound.eu updated to: 0.23.1-50-ga50397a6bc 13:17:30 @ebering: to go back to Alive, what about just the consumption of a ration? 13:18:13 the logic being: the ration kick starts your human ancestry 13:18:59 and while Alive, it is not possible to go into bat form 13:21:45 alexjurk1, re KILL, it can't. the OS forcibly dismantles the process. use it as a last resort 13:23:32 -!- TAS-2012v is now known as TAS_2012v 13:37:09 @tell alexjurk1 SIGKILL can't be trapped or blocked, the OS forcibly dismantles the process without telling it. Maybe you wanted SIGTERM? 13:37:16 oops 13:37:22 !tell alexjurk1 SIGKILL can't be trapped or blocked, the OS forcibly dismantles the process without telling it. Maybe you wanted SIGTERM? 13:37:22 geekosaur: OK, I'll let alexjurk1 know. 13:56:10 -!- TAS-2012v is now known as TAS_2012v 15:01:11 -!- amalloy is now known as amalloy_ 15:51:26 -!- amalloy_ is now known as amalloy 16:49:31 -!- amalloy is now known as amalloy_ 17:17:49 -!- amalloy_ is now known as amalloy 18:46:04 yes thanks 18:46:04 alexjurk1: You have 1 message. Use !messages to read it. 18:46:14 i do mean term, not kill 18:47:27 advil: sorry, I made a mistake, I do use -seed xxx. I also pass -pregen.I'll try and reproduce the error 18:47:52 advil: they must be minified by the -changes branch. If I get more info I'll ping you 21:05:07 _n - the +3 leather armour of Neil {rCorr Dex+4} 21:05:18 from my Vp playtest |amethyst 21:05:32 <|amethyst> hah 21:17:35 -!- amalloy is now known as amalloy_ 22:08:26 does anyone know if gammafunk has been alerted that beem is down? 22:10:07 yes 22:10:28 (both I know the state of affairs and that state is that gf has been notified) 22:12:30 -!- amalloy_ is now known as amalloy 23:54:19 ebering: with the Vp transform cost being so high the species sort of reminds me of recurrent Werewolf proposals 23:54:42 where you get this awesome panic button that can be pushed only a few times per game