01:37:55 Timed portals sometimes don't give messages about how close they are, or how long they have left 13https://crawl.develz.org/mantis/view.php?id=11674 by kitchen_ace 02:10:06 Hi. Any updates on tournament games still missing from player pages? https://crawl.develz.org/mantis/view.php?id=11661 03:23:22 Stable (0.21) branch on crawl.beRotato.org updated to: 0.21.1-82-gafb53d1 06:13:05 Brozuf (L20 GrFi) ASSERT(a) in 'item-prop.cc' at line 1051 failed. (No actor in stationary net at (49,21)) (Vaults:1) 06:13:30 Brozuf (L20 GrFi) ASSERT(a) in 'item-prop.cc' at line 1051 failed. (No actor in stationary net at (49,21)) (Vaults:1) 07:31:09 <|amethyst> Xenobreeder: gammafunk: I just added 0.22 for all the servers to CAO scoring's sources.yml and restarted. It will probably be a few hours before everything is updated 09:11:54 |amethyst thanks!! 09:12:11 !crashlog brozuf 09:12:12 2. Brozuf, XL20 GrFi, T:46942 (milestone): https://underhound.eu/crawl/morgue/Brozuf/crash-Brozuf-20180913-101331.txt 09:41:04 amalloy_: yeah my intent is never switch 10:10:15 aidanh, in response to #0011673: sometimes on streaks I do scan levels for traps to get rid of particularly dangerous monster of equal speed. 10:10:49 hm, I did wonder about that as a potential use case 10:11:48 there is ^ on the level map to cycle through traps, though 10:13:17 oh, yeah, this is useful 10:15:48 it's worth considering whether traps should be added to ctrl-f though, since it's probably more intuitive; I'm on the fence myself 10:40:58 re: searching for traps. The help text for Ctrl-F has this bit: "other dungeon features can also be found by name: fountain, spear trap, altar, etc." (/dat/database/help.txt#l131) 10:41:54 I guess that's why the reporter expected Ctrl-F to find a shaft trap 11:13:14 hm, looks like 47d84a0 broke trap handling 11:13:26 not sure that fountains would have ever worked though 11:13:39 !blame3 |amethyst 11:13:39 |aaaaameeeeethyyyyyst 12:21:07 Stable (0.21) branch on underhound.eu updated to: 0.21.1-82-gafb53d1173 15:48:35 -!- amalloy_ is now known as amalloy 17:35:04 Does this: "random100(1)" work as a random number generator for a number between 1 and 100? 17:35:57 ??plan 17:35:57 plan[1/2]: https://github.com/crawl/crawl/wiki/0.21-Development-and-Release-Plan 18:48:21 Hurm. When compiling with an added mutation in the mutation-data and mutation-type files, the mutation.cc file is giving an error message about "category_mut_data" not being declared in this scope. Have I put the mutation in the wrong place, or failed to add something that is required? 19:00:01 YokkasoMB: there's no random100 function in crawl 19:00:15 YokkasoMB: there's random2(n), which generates a number between 0 and n-1 19:01:10 not sure what your error is, can you pastebin it or push your changes to github? 19:01:12 Ah right, so random2(100) then 19:02:07 I think I put the mutation after the final }; of the mut list before it got into the random ones at the bottom, recompilng to see if that fixes it, will post a pastebin if it doesnt work 19:17:41 I wonder if there's a way to generate enums dynamically 19:17:44 so when you add a new mutation, you don't have to add it to mutation-type and mutation-data 19:37:06 you could always write a lua script to do it 19:48:48 like a pre-compilation step? 19:49:28 like unrands 19:50:23 !file art-data.txt 19:50:23 https://github.com/crawl/crawl/blob/master/crawl-ref/source/art-data.txt 19:50:34 speaking of this stuff, anyone want to merge my datafiles PR? <3 19:53:01 -!- amalloy is now known as amalloy_ 20:26:11 New branch created: pull/849 (1 commit) 13https://github.com/crawl/crawl/pull/849 20:26:11 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/849 * 0.23-a0-172-g3b6c463: Halve the max MP contribution from evocations 10(27 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/3b6c4634e70f 21:43:48 Floodkiller: is gooncrawl still active? I noticed a couple of commits 23:30:46 -!- Kramin42 is now known as Kramin 23:57:47 alexjurkiewicz: another way to generate enums, for some definition of generate, is with X-macros