00:50:19 Unstable branch on cbro.berotato.org updated to: 0.30-a0-718-geaa24f58ff (34) 00:54:18 Monster database of master branch on crawl.develz.org updated to: 0.30-a0-718-geaa24f58ff 01:11:02 New branch created: pull/2959 (2 commits) 13https://github.com/crawl/crawl/pull/2959 01:11:02 03Monkooky02 07https://github.com/crawl/crawl/pull/2959 * 0.30-a0-716-g8d9a480753: Refactor inaccuracy 10(37 minutes ago, 5 files, 9+ 6-) 13https://github.com/crawl/crawl/commit/8d9a48075365 01:11:02 03Monkooky02 07https://github.com/crawl/crawl/pull/2959 * 0.30-a0-717-g80ecf0ee52: remove unhelpful comment 10(4 minutes ago, 1 file, 0+ 1-) 13https://github.com/crawl/crawl/commit/80ecf0ee52a6 04:23:09 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4850-gd9e8576752 05:29:19 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-718-geaa24f5 (34) 10:58:02 NiggerDarts (L27 HuFi) Crash caused by signal #15: Terminated (Zig:15) 11:37:58 <06a​dvil> sigh 11:40:13 <06a​dvil> hm, this discussion about inaccuracy is wrong 11:40:59 <06a​dvil> actor::inaccuracy returns a number of inacc levels; the actor version can only ever return 1 or 0 but this is overridden by player::inaccuracy, which can return 0, 1, or 2 11:41:55 <06a​dvil> it looks like the PR may take this into account, but it's not at all crazy to cast from bool to int given this semantics for the API 11:42:58 <06a​dvil> the actor code is more general because it doesn't assume player (which is surprising to me, but w/e) 11:43:55 <10P​leasingFungus> yeah, i recognize that there can be other values, but the implict bool to int feels very awkward to me 14:02:29 03PleasingFungus02 07* 0.30-a0-719-gcc4359ea44: Fix Hailstorm animation speed (various) 10(70 seconds ago, 1 file, 5+ 1-) 13https://github.com/crawl/crawl/commit/cc4359ea4419 14:14:22 Has harm stacking been discussed and dismissed, or is it ok but nobody wants to bother implementing 14:15:29 <10P​leasingFungus> it has been discussed and implemented. see https://github.com/crawl/crawl/pull/2646 15:53:33 <12Z​ureaL> updated SSL cert on CBRO, good until end of March now 16:23:47 Unstable branch on underhound.eu updated to: 0.30-a0-719-gcc4359ea44 (34) 17:28:42 Hey guys! been poking around the source code for inspiration for a college project I'm doing, and I was wondering how webtiles displays the client renders to a webpage. I couldn't find the right class/file this was done in. Just wondering if anyone had any info on this 17:32:06 <10P​leasingFungus> Bitman: You'll want to look around in here: https://github.com/crawl/crawl/tree/master/crawl-ref/source/webserver 17:33:24 Thanks! I've been looking through there but haven't found where it's done yet, will keep looking! 18:03:38 <09g​ammafunk> Bitman: The client javascript is in https://github.com/crawl/crawl/tree/master/crawl-ref/source/webserver/static/scripts with client.js being the main app 18:05:10 <09g​ammafunk> I suppose it's more correct to say that app.js is the main app; it loads client.js 18:05:27 <09g​ammafunk> however most of the actual rendering is found in https://github.com/crawl/crawl/tree/master/crawl-ref/source/webserver/game_data/static 20:17:48 slep (L10 FeWn) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (D:8) 21:14:54 Thanks gammafunk! 21:26:09 So here's a question: Allied orange brains are slurping items with Jiyva in trunk. Is this a bug? They're not MONS_JELLY genus, so to me this seems likely unintended, or at least poorly documented on J's ^ window, but I've no idea if someone did this intentionally. 21:34:13 ah, looks like it's intentional in mons_class_is_slime 21:55:09 I believe it's done because they can spawn in slime 21:55:25 opinions on updating Jiyva's powers description on ^ to mention something like s/jellies/slime allies , to disambiguate that? 21:56:07 Monkooky: apparently it's been that way since Jiyva was originally merged into trunk in https://github.com/crawl/crawl/commit/6d7627cb65e54dae22237da82ea076bf17b1f9b7 22:54:38 -!- MakMorn_ is now known as MakMorn