00:28:16 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-109-gbeb7240 (34) 01:25:32 Unstable branch on crawl.develz.org updated to: 0.22-a0-109-gbeb7240 (34) 01:59:36 Windows builds of master branch on crawl.develz.org updated to: 0.22-a0-109-gbeb7240 02:52:05 -!- amalloy is now known as amalloy_ 02:53:07 -!- amalloy_ is now known as amalloy 02:55:17 Monster database of master branch on crawl.develz.org updated to: 0.22-a0-109-gbeb7240 03:21:44 Unstable branch on crawl.beRotato.org updated to: 0.22-a0-109-gbeb7240 (34) 03:30:17 -!- amalloy is now known as amalloy_ 03:56:17 -!- amalloy_ is now known as amalloy 03:59:00 !tell Lasty wordpress comment from Rast: "Poor Lasty, names an entire clan after himself but they finish just outside the top three so they don’t get a mention." 03:59:01 gammafunk: OK, I'll let lasty know. 05:22:12 -!- amalloy is now known as amalloy_ 05:43:11 In the player doll customization screen, certain "Helm" options crash the game 13https://crawl.develz.org/mantis/view.php?id=11369 by Dioneo 09:26:22 -!- adept_ is now known as adept 12:24:11 Unstable branch on crawl.akrasiac.org updated to: 0.22-a0-109-gbeb7240 (34) 14:46:46 -!- amalloy_ is now known as amalloy 15:31:37 hi, if I wanted to host a public crawl server, is there a guide, and how beefy should my server be (to handle a dozen concurrent sessions)? 15:37:04 ??dgl[2 15:37:04 dgl[2/5]: https://crawl.develz.org/wiki/doku.php?id=dcss:server:setting_up_dgamelaunch_and_webtiles 15:37:40 but it's not complete and people usually stumble over something and end up needing help. partly because every time someone turns around, a linux distribution has changed *everything* 15:38:38 that's a long list of instructions. might be a good chance to learn to use docker and try and package it up 15:39:59 ?docker 15:40:01 er 15:40:03 ??docker 15:40:03 docker[1/2]: https://bitbucket.org/TZer0/crawl-docker - functioning prototype with external storage settings (and thus import) working. 15:40:07 ??docker[2 15:40:07 docker[2/2]: https://bitbucket.org/mattiasjp/crawl-docker by Mattias 15:40:11 neither complete 15:40:19 but they might be usable as starting points 15:41:06 didn't expect learndb to have such information! thanks 15:52:21 Wands display 2 failure rates, 1 false 13https://crawl.develz.org/mantis/view.php?id=11370 by Le_Nerd 15:53:17 aidanh: ^ 15:53:31 looks related to the spell fail% display reform 16:01:11 i'd say something in your_spells needs to change: it's calling spell_failure_rate_string as if you were casting disintegrate by hand 16:01:53 easiest fix would be to only do that if there's no evoked item, but perhaps there are other subtleties i don't know about 16:14:28 amalloy: perhaps it'd be better to just remove the spell failure rate for the Aiming: prompt; it's already shown for the Casting: prompt that precedes it 16:14:39 !source your_spells 16:14:39 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/spl-cast.cc#L1304 16:15:59 aidanh: you only get the Casting: prompt if you're re-casting a spell you already cast 16:16:31 I guess checking allow_fail makes the most sense 16:16:55 yeah 16:17:20 also looks like the fail_chance variables are unused now? 16:17:41 in both places that have the failure description 16:17:45 not related to this bug though 16:21:42 yeah; not sure why I'm not getting an unused-variable warning for that 16:25:38 03Aidan Holm02 07* 0.22-a0-110-g5b255cf: Fix spurious spell failure warning for wands (Le_Nerd, #11370) 10(71 seconds ago, 1 file, 4+ 5-) 13https://github.com/crawl/crawl/commit/5b255cfda4cd 16:37:17 03Aidan Holm02 07[stone_soup-0.21] * 0.21.0-26-g889b8f6: Fix crash in player doll editor (GuideCritic, #11333) 10(5 weeks ago, 1 file, 6+ 1-) 13https://github.com/crawl/crawl/commit/889b8f687258 17:09:40 Stable (0.21) branch on crawl.jorgrun.rocks updated to: 0.21.0-26-g889b8f6872 17:19:09 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-110-g5b255cfda4 (34) 18:14:47 are you able to modify a monster's attacks/attack damage in vault information? (I can only find modifying HD) 18:17:56 Unstable branch on underhound.eu updated to: 0.22-a0-110-g5b255cfda4 (34) 18:20:09 Floodkiller: i don't think so. you can change their spells 18:21:18 dang, snapping turtles are a bit too hard for sewers without being able to change that 18:25:35 you can't modify their physical attacks 18:27:37 rip ninja turtles sewer 18:30:27 Floodkiller: goblin name:alligator_snapping_turtle. ez 18:30:43 (do not do this) 18:31:39 oh i guess it'd be: goblin name:alligator_snapping_turtle name_replace 18:32:11 man there is a ton of stuff for overriding monster names 18:48:38 and it has lots of weird effects 18:49:14 there are a number of one-off monsters that used to be renames, until people got tired of the bug reports over e.g. weird corpse names 18:56:58 looks like you can acquire eggplants in wizmode, which crashes the game if you try to do stuff with them 18:57:36 &o( 18:57:43 then any numeric value causes some interesting things to happen 18:58:59 a small number like 30 acquires eggplants, a large number like 1000 just crashes the game 18:59:01 *1200 19:05:35 that might happen with rations as well 19:06:07 CanOfWorms: secret tech: you can use &o➹ as an alias for &o( 19:06:21 %git 2f321e7e0c6 19:06:21 07|amethyst02 * 0.19-a0-1634-g2f321e7: Use UCS-4 literals in a few places. 10(1 year, 4 months ago, 3 files, 16+ 25-) 13https://github.com/crawl/crawl/commit/2f321e7e0c68 19:06:26 ...!! 19:24:46 -!- amalloy is now known as amalloy_ 20:12:21 -!- amalloy_ is now known as amalloy 21:14:44 does yara's still work on sickening but not sick 22:50:01 -!- amalloy is now known as amalloy_ 22:51:32 -!- amalloy_ is now known as amalloy 23:59:39 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-110-g5b255cf (34)