00:06:09 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-99-g1ac4c55 (34) 00:12:06 -!- ProzacElf_ is now known as ProzacElf 01:52:42 -!- amalloy_ is now known as amalloy 03:14:00 Unstable branch on crawl.beRotato.org updated to: 0.22-a0-99-g1ac4c55 (34) 05:52:26 -!- amalloy is now known as amalloy_ 05:56:10 -!- amalloy_ is now known as amalloy 05:59:17 Tournament writeup: http://crawl.develz.org/wordpress/0-21-tournament-results 06:02:14 ??tournament 06:02:15 tournament[1/3]: The 0.21 tournament will run from 20:00 UTC Friday 5 Jan 2018 to 20:00 UTC Sunday 21 Jan 2018. Tournament home page: http://dobrazupa.org/tournament/0.21/ 06:02:52 !learn edit tournament[1] s/will run/ran/ 06:02:53 tournament[1/3]: The 0.21 tournament ran from 20:00 UTC Friday 5 Jan 2018 to 20:00 UTC Sunday 21 Jan 2018. Tournament home page: http://dobrazupa.org/tournament/0.21/ 06:03:40 !learn edit tournament[1] s|$| Tournament Results: http://crawl.develz.org/wordpress/0-21-tournament-results| 06:03:40 tournament[1/3]: The 0.21 tournament ran from 20:00 UTC Friday 5 Jan 2018 to 20:00 UTC Sunday 21 Jan 2018. Tournament home page: http://dobrazupa.org/tournament/0.21/ Tournament Results: http://crawl.develz.org/wordpress/0-21-tournament-results 06:05:06 -!- WalterWhite is now known as EuphOria 06:51:23 -!- amalloy is now known as amalloy_ 07:56:37 GOR (L8 HaHu) (D:5) 08:26:10 !crashlog 08:26:12 18715. GOR, XL8 HaHu, T:5831 (milestone): https://underhound.eu/crawl/morgue/GOR/crash-GOR-20180125-125636.txt 08:27:35 ah, cue doesn't have the fix 08:28:39 !lm * tall crash s=cv o=cv -graph 08:30:10 90s limit exceeded: killed !lm * tall crash s=cv o=cv -graph 08:30:18 rip 08:30:29 can't see the most important tstat 11:06:39 03panicbit02 {wheals} 07* 0.22-a0-100-g366d4ef: Add neo command keys (#566) 10(14 seconds ago, 2 files, 109+ 0-) 13https://github.com/crawl/crawl/commit/366d4ef4381c 11:09:36 03wheals02 07* 0.22-a0-101-gff2d48b: List the includable rcfiles in options_guide.txt (Yermak). 10(12 seconds ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/ff2d48bc87d1 11:23:30 here it is with 0.14-now https://shalott.org/graphs/542805cc474f11e0f28235d41da31393baf4866e.html 11:24:14 i have no idea where all the crashes came from though 11:25:43 oh nice trick with the regexp_replace thing 11:25:52 I did not notice 170 crashes in the tournament 11:26:04 yeah i grabbed that from some other userdef 11:26:35 maybe cwz or something restarted a lot during the tourney and those are games that were cut off? 11:26:41 !lm * crash t s=src 11:26:44 165 milestones for * (crash t): 131x cao, 11x cue, 11x cwz, 10x cbro, 2x cxc 11:26:54 huh cao 11:27:00 !lm * crash t s=name 11:27:02 165 milestones for * (crash t): 4x Yoster, 3x bookman, 2x foxor, 2x Phindah, 2x Sporophyte, 2x QuantumFuzzball, 2x BackslashEcho, 2x Brathek, 2x kccg005, 2x Kinya10, 2x candlesan, 2x LaularuKyrumo, 2x Ge0ff, 2x Nilsyn, 2x mdonais, 2x gimp, 2x ranchugoldfish, 2x Coron, 2x Faldahar, 2x Cthulhuhoop, 2x morosan, 2x fatvalkilmer, 2x FearTheChris, 2x IksarHS, 2x Nkul, zlionsfan, apoch, ArcaneFinesse, Ar... 11:27:20 !lm * crash t cao 55 -log 11:27:22 55/131. Galeswift, XL3 DgWn, T:1479 (milestone): http://crawl.akrasiac.org/rawdata/Galeswift/crash-Galeswift-20180106-042128.txt 11:27:23 server resets maybe 11:27:32 broken pipe 11:27:35 that'd suggest it 11:27:37 yeah 11:28:23 would be nice if the crash milestone gave the signal or assert message or something in the noun 11:28:27 !lm * crash s=noun 11:28:28 19305 milestones for * (crash): 8534x ?, 567x ERROR in 'tileweb.cc' at line 212: Socket write error: Resource temporarily unavailable, 544x ASSERT(base type < NUM OBJECT CLASSES) in 'items.cc' at line 3096 failed., 346x ASSERT(idx < 5) in 'tilepick.cc' at line 5694 failed., 335x ASSERT(!monster at(p) || monster at(p)->submerged || fedhas passthrough(monster at(p)) || mons is player shadow(monster ... 11:28:33 oh it does :P 11:28:39 !lm * crash t s=noun 11:28:41 165 milestones for * (crash t): 156x ?, 5x ASSERT(!invalid monster(&mons)) in 'mon-death.cc' at line 1910 failed., ASSERT(a) in 'item-prop.cc' at line 1052 failed. (No actor in stationary net at (37,37)), ASSERT(attacker) in 'attack.cc' at line 351 failed., ASSERT(!invalid monster(mon act)) in 'state.cc' at line 456 failed., ASSERT(you.equip[slot] == armour.link) in 'delay.cc' at line 766 failed. 11:29:16 no way to tell whether an ? is a server reset or a segfault, though 11:29:21 besides the log 11:29:57 segfaults are pretty rare 11:31:01 not that rare though 11:31:01 one slipped in just yesterday even 11:34:56 hmm, I can't think of any reason not to put some information in the noun if the assert message is empty 11:40:47 shouldn't be too hard to change do_crash_dump and dump_crash_info to do it, though i don't know if it might break something 11:47:41 I'll make a PR 11:57:30 The build has errored. (master - 366d4ef #9251 : panicbit): https://travis-ci.org/crawl/crawl/builds/333332966 12:04:06 New branch created: crash-signal-noun (1 commit) 13https://github.com/crawl/crawl/tree/crash-signal-noun 12:04:06 03advil02 07[crash-signal-noun] * 0.22-a0-94-g62c9060: If there's no assert message on crash, put signal into the noun 10(14 minutes ago, 3 files, 17+ 11-) 13https://github.com/crawl/crawl/commit/62c90605838b 12:08:36 dricus (L10 DrFE) (D:8) 12:09:35 New branch created: pull/705 (1 commit) 13https://github.com/crawl/crawl/pull/705 12:09:35 03advil02 07https://github.com/crawl/crawl/pull/705 * 0.22-a0-94-g62c9060: If there's no assert message on crash, put signal into the noun 10(20 minutes ago, 3 files, 17+ 11-) 13https://github.com/crawl/crawl/commit/62c90605838b 12:09:39 Unstable branch on crawl.akrasiac.org updated to: 0.22-a0-101-gff2d48b (34) 12:09:41 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-101-gff2d48bc87 (34) 12:10:17 dricus (L9 DrFE) (D:8) 12:11:15 !crashlog 12:11:17 18717. dricus, XL9 DrFE, T:11135 (milestone): https://underhound.eu/crawl/morgue/dricus/crash-dricus-20180125-171016.txt 12:12:07 ??rebuild 12:12:08 rebuild[1/2]: http://crawl.akrasiac.org/rebuild/ http://underhound.eu:81/rebuild/ http://crawl.berotato.org/crawl/rebuild/ http://crawl.xtahua.com/rebuild/ https://crawl.jorgrun.rocks/rebuild/ Bug |amethyst or Nap.Kin for CDO. Use your powers wisely. 12:12:21 welp cue link doesn't work 12:12:22 I don't think rebuild works on cue right now 12:21:22 !tell johnstein if you have a moment at some point, would it be possible to get a tarbell of the CBRO bones files for 0.21 stable? 12:21:23 advil: OK, I'll let johnstein know. 12:28:18 advil: I can do that but seemed like whenever I checked in the past there were very few bones files on the server at a given time 12:28:18 johnstein: You have 1 message. Use !messages to read it. 12:28:25 ah 12:28:26 hmm 12:28:30 there's just too many games played so they get wiped out fast 12:28:34 however 12:28:35 that's interesting 12:28:48 abyss is always full of bones 12:29:01 heh yeah, I noticed it creates but doesn't use them 12:29:05 since I don't believe they get placed (or they get placed weirdly) 12:29:16 check logs from here on previous discussions 12:29:33 elliptic and |amethyst were involved 12:29:58 I wonder if you could modify how bones were created 12:30:01 I wonder if I should consider partially merging the permastore code without actually using it 12:30:04 err destroyed 12:30:50 ie instead of always destroying a ghost, have a chance of it going to ... oh is that what the permastore is? 12:30:50 yep 12:31:02 so after a couple hours cbro would have a ton of ghosts stored 12:31:15 the trick is that I think it would be best if I prime the pump before setting up even an experimental 12:31:17 I'll take a look when I get a chance. likely tonight 12:31:32 it would still be useful for me to see a typical bones-file state, even if it doesn't do what I'd hoped 12:31:55 part of my hesitancy with trying to merge this stuff is that I just don't have a good sense for what that's like on a high-traffic server 12:32:04 yea. is it reasonable to just make a simple update that copies some ghosts to a directory and have that run for a couple days? 12:32:15 just a one off temporary commit 12:32:29 maybe 12:32:33 I'll think about it 12:32:38 probably a bit unorthodox 12:33:07 I'll try to get a count of current ghosts at lunch today 12:33:16 maybe you'll get lucky 12:33:19 heh 12:33:56 if you just make a tarbell at some random time that'd be enough for me to do something with, no need for extra work for you 12:36:26 unless you want to do extra work :) 12:39:53 advil: try this http://crawl.berotato.org/crawl/meta/ 12:40:04 there's a bones.tar.gz in there. 12:40:16 if I didn't screw something up that should help 12:40:29 let me know when you grab it and I'll delete 12:40:46 thanks! 12:40:47 got it 13:04:30 advil: was that what you wanted? 13:33:24 03Aidan Holm02 07* 0.22-a0-102-g37984e8: Fix ?/I showing descriptions for wrong items 10(13 minutes ago, 3 files, 52+ 13-) 13https://github.com/crawl/crawl/commit/37984e87f88a 13:38:26 The build passed. (crash-signal-noun - 62c9060 #9253 : advil): https://travis-ci.org/crawl/crawl/builds/333360257 14:04:36 03Aidan Holm02 07* 0.22-a0-103-gee1c82b: Add spell_failure_rate_string() 10(23 hours ago, 2 files, 12+ 5-) 13https://github.com/crawl/crawl/commit/ee1c82b77753 14:04:36 03johnstein02 {Aidan Holm} 07* 0.22-a0-104-gdc44e7b: Display spell fail % for "dangerous to cast" warning (aidanh, tedric, Zenthirum) 10(5 months ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/dc44e7b1587a 14:04:36 03johnstein02 {Aidan Holm} 07* 0.22-a0-105-g505e61d: Prevent casting a spell with 100% failure chance (aidanh) 10(5 months ago, 1 file, 9+ 2-) 13https://github.com/crawl/crawl/commit/505e61d45a1a 14:04:36 03johnstein02 {Aidan Holm} 07* 0.22-a0-106-gbcde4f2: Colourize risk of spell failure for last casted spell (aidanh) 10(5 months ago, 1 file, 10+ 6-) 13https://github.com/crawl/crawl/commit/bcde4f2d8817 14:04:36 03Aidan Holm02 07* 0.22-a0-107-g3ad276d: Omit very-dangerous message on 100% spell failure 10(23 hours ago, 1 file, 7+ 7-) 13https://github.com/crawl/crawl/commit/3ad276d848a6 14:04:36 03Aidan Holm02 07* 0.22-a0-108-g89a7304: Add verbal spell failure description (amalloy) 10(21 hours ago, 1 file, 17+ 5-) 13https://github.com/crawl/crawl/commit/89a73045dd18 14:09:46 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-102-g37984e87f8 (34) 14:44:27 advil: I was going to fix up https://github.com/crawl/crawl/pull/599; did you have any preference on colour use? 14:44:52 oh, nvm, the submitter mentioned colours 14:57:08 -!- amalloy_ is now known as amalloy 15:06:30 New branch created: pr-599 (3 commits) 13https://github.com/crawl/crawl/tree/pr-599 15:06:30 03Sandman25DCSS02 {Aidan Holm} 07[pr-599] * 0.22-a0-96-g6bd09f2: Display range for spells in monster description 10(5 months ago, 1 file, 14+ 1-) 13https://github.com/crawl/crawl/commit/6bd09f2587ab 15:06:30 03Aidan Holm02 07[pr-599] * 0.22-a0-97-g6037fee: Add hex-chance and spell-range explanatory text 10(8 minutes ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/6037feef64f5 15:06:30 03Aidan Holm02 07[pr-599] * 0.22-a0-98-g8e67114: Use colour to differentiate in/out-of-range 10(7 minutes ago, 1 file, 4+ 2-) 13https://github.com/crawl/crawl/commit/8e6711415738 15:09:43 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-108-g89a73045dd (34) 15:13:23 are all monster spells that check mr full-los? 15:14:52 wheals: confuse is a counterexample, if i understand your question 15:15:54 so it's not great that showing the range and the hex chance are mutually exclusive, then 15:16:06 if i'm reading the code right 15:17:28 wheals: i think you're not 15:17:32 gammafunk, my streak was ended on D:1 by the first monster I met, not on D:4. 15:17:40 it displays either the hex change, or else both the hex chance and the range 15:17:52 Yermak: oh, I seem to recall looking that up, let me see 15:18:21 !lg yermak t s=end,char o=-end pfmt:'$child' 15:18:22 71 games for yermak (t): GrFi, GrFi, TeEn, KoNe, KoNe, GnAM, GnAM, DDIE, MiGl, DgEE, FeAE, BaWz, HOBe, OpFi, HaHu, OgSk, DECj, CeWn, DrFE, TrFi, DsAK, MuSu, DsAK, DsAK, MfAK, MfAK, GnCK, FoAr, NaVM, NaVM, NaNe, NaNe, DsMo, DsMo, HuVM, KoAs, SpWr, SpWr, GhVM, GhVM, HOTm, VSCj, VSCj, HuAr, VpSu, DDFi, MiWr, DDFi, DDFi, DDFi, HOFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDFi, DDF... 15:18:37 I stupidly try to pillar dance that kobold using one-square pillar. 15:18:42 tried* 15:18:54 !ls yermak t dsak 1 15:18:59 !lg yermak t dsak 1 15:19:00 1/3. Yermak the Skirmisher (L1 DsAK of Lugonu), slain by a kobold (a +0 short sword) on D:1 (shiori_arrival_elements) on 2018-01-11 11:05:51, with 0 points after 327 turns and 0:05:39. 15:19:04 !lg yermak t dsak 15:19:05 3. Yermak the Poker (L5 DsAK of Lugonu), mangled by an orc warrior (a +0 short sword) on D:4 on 2018-01-11 18:06:34, with 152 points after 3796 turns and 0:06:00. 15:19:07 ah 15:19:09 that's the problem 15:19:12 you played dsak again 15:19:17 thanks, I'll update that 15:19:21 does it? i don't see the code for hex chance after the else? 15:19:52 strike that second question mark 15:20:45 which commit are you looking at? 15:21:03 just looking at https://github.com/crawl/crawl/compare/pr-599 15:21:50 wheals: that commit just adds range to the existing data. the stuff for printing hex% is untouched, outside of that diff, as far as i can tell 15:22:35 yeah but if there's a hex chance, it never gets to the code path that would print the range 15:22:35 because the range part is inside the else 15:22:46 oh, i see what you mean 15:23:03 oh, right; I'll fix that 15:23:17 cool, thanks 15:23:30 okay, so i did misunderstand your question about full-los. i thought full-los generally meant like Control Undead: everything on the screen 15:23:36 ahhh 15:23:45 i don't know of any monster hexes that can't reach to the edge of LOS, but there might be some 15:24:13 and it might be interesting to somehow indicate whether the spell is smite/beam/bolt targeted 15:24:26 true 15:24:42 that seems a bit more difficult to show visually 15:27:09 ah, there's Pain, which i think player ghosts can get 15:28:49 that and Mass Confusion are the only SPFLAG_MR_CHECK spells without LOS_RADIUS range currently 15:31:22 Somebody (L13 DrAr) (Lair:6) 15:33:10 Hi, if my game crashed (it recovered from an earlier point OK, though!), should I provide some sort of information in a report about it? 15:34:38 !crashlog 15:34:40 18721. Somebody, XL13 DrAr, T:13535 (milestone): https://underhound.eu/crawl/morgue/Somebody/crash-Somebody-20180125-203121.txt 15:35:02 somebody: it's automatically reported here for you. if you think you know what you did to cause it you can file a bug as well 15:35:32 I remember that I pressed the key 'v' when evoking something, and I don't think I've had any item with that latter at that moment. 15:35:43 That's the last thing that happened immediately before the crash. 15:35:49 it looks like you had pressed M to memorise a spell 15:36:27 Maybe? I remember accidentally pressing a key that shoudn't have done anything, then boom. 15:36:52 well, memorsation code was recently changed i think. anyway we have enough to look into 15:37:10 I think that was the bug I introduced; wheals fixed it already though 15:37:21 %git 7cd46d36cfbf441fd3bea1dff3679136940085c0 15:37:21 07Aidan Holm02 * 0.22-a0-96-g7cd46d3: Allow memorising from description of book on ground (Yermak, #10799) 10(22 hours ago, 2 files, 3+ 2-) 13https://github.com/crawl/crawl/commit/7cd46d36cfbf 15:37:47 %git 1ac4c55b9e10d6934a78bd2705600352e6b885f2 15:37:47 07wheals02 * 0.22-a0-99-g1ac4c55: Fix crash when describing memorised spells. 10(19 hours ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/1ac4c55b9e10 15:38:06 &versions 15:38:29 CAO: 0.22-a0-101-gff2d48b, CBRO: 0.22-a0-99-g1ac4c55, CDO: 0.22-a0-93-g6b88ebb, CJR: 0.21.0-25-ge575cb9ce8, CPO: 0.22-a0-99-g1ac4c55, CUE: 0.22-a0-96-g7cd46d36cf, CWZ: 0.22-a0-42-g002c468, CXC: 0.22-a0-99-g1ac4c55, LLD: 0.22-a0-93-g6b88ebb18f 15:39:02 somebody: the bug is fixed already but CUE hasn't been rebuilt yet. i think it rebuilds every 12 hours, and we can't easily make it rebuild sooner? 15:39:29 Alright, I'm glad to know it's fixed! 15:39:33 so you will probably have trouble related to memorising spells until you get the update 15:39:51 I don't think I was planning on memorizing spells this game, so I should be OK. :) 15:40:20 Thanks a lot! 15:40:21 somebody: you could ~mM:no!!! to make sure you don't do it accidentally 15:40:58 turns out a fair few spells have ranges when I'd intuitively expect them not to 15:41:07 e.g. invisibility and haste have range 7 15:41:14 pft 15:41:21 Ba nerf why 15:41:31 Thanks amalloy! 15:41:34 though I guess that's technically correct? 15:42:47 aidanh: is it? Ba can cast mdart at range 8, why shouldn't they be able to invis stuff that far away? 15:43:46 this is for monster spell descriptions 15:44:38 while the player can invis others, on a monster I thought invis and haste were always self-targeted 15:44:43 especially since there's haste other 16:00:41 03Sandman25DCSS02 {Aidan Holm} 07[pr-599] * 0.22-a0-96-g10a8090: Display range for spells in monster description (aidanh) 10(5 months ago, 1 file, 15+ 15-) 13https://github.com/crawl/crawl/commit/10a80905cf00 16:00:41 03Aidan Holm02 07[pr-599] * 0.22-a0-97-ge8cd7a2: Add hex-chance and spell-range explanatory text 10(62 minutes ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/e8cd7a2a2c42 16:00:41 03Aidan Holm02 07[pr-599] * 0.22-a0-98-g8fe04ad: Use colour to differentiate in/out-of-range 10(61 minutes ago, 1 file, 5+ 2-) 13https://github.com/crawl/crawl/commit/8fe04ad7e102 16:00:41 03Aidan Holm02 07[pr-599] * 0.22-a0-99-g5619212: Right-align hex-chance in monster spell list 10(45 seconds ago, 1 file, 3+ 3-) 13https://github.com/crawl/crawl/commit/5619212f99cf 16:02:41 alright, that's fixed; I also took the liberty of right-aligning hex chance as well, but if people are used to having it on the left, that's fine too 16:14:48 The build has errored. (pr-599 - 8e67114 #9257 : Aidan Holm): https://travis-ci.org/crawl/crawl/builds/333437197 16:30:33 Oki (L17 VpEn) (Spider:2) 16:30:43 Oki (L17 VpEn) (Spider:2) 16:30:55 Oki (L17 VpEn) (Spider:1) 16:31:04 Oki (L17 VpEn) (Spider:1) 16:31:13 Oki (L17 VpEn) (Spider:1) 16:32:39 -!- oki_ is now known as rigrig 16:32:43 !crashlog 16:32:44 18726. Oki, XL17 VpEn, T:41266 (milestone): https://underhound.eu/crawl/morgue/Oki/crash-Oki-20180125-213112.txt 16:32:54 Oki (L17 VpEn) (Spider:1) 16:33:17 same bug :/ 16:34:41 Oki (L17 VpEn) (Spider:1) 16:38:16 Oki (L17 VpEn) (Spider:1) 16:42:29 !tell TZer0 can you rebuild cue? 16:42:29 wheals: OK, I'll let tzer0 know. 16:43:14 Oki (L17 VpEn) (Spider:1) 16:43:16 Oki (L17 VpEn) (Spider:1) 16:44:45 Oki (L17 VpEn) (Spider:1) 16:53:29 poor Oki 16:53:50 Opening spell description from list of spells crashes 13https://crawl.develz.org/mantis/view.php?id=11368 by rigrig 16:55:43 -!- parabolic is now known as elliptic 16:58:17 AngelaSmythe (L1 DECj) (D:1) 16:58:36 AngelaSmythe (L1 DECj) (D:1) 16:59:08 AngelaSmythe (L1 DECj) (D:1) 17:02:20 at least the carnage should be fixed in an hour 17:03:08 The build passed. (pr-599 - 5619212 #9258 : Aidan Holm): https://travis-ci.org/crawl/crawl/builds/333458924 17:13:53 aidanh: yeah, monster haste should not have a range 17:15:01 TryExcept (L14 HuFi) (Lair:6) 17:15:01 hey, i saw a bunch of commits about goldifying books a few days ago 17:15:01 is that actually going to happen? 17:15:16 amalloy: both use the static array in spl-data.h, right? 17:15:37 aidanh: i don't know. can't really look into it atm 17:15:52 no worries; thanks 17:16:07 or is that going into an experimental branch, or....? 17:17:30 i think wheals knows most about goldifying books, based on https://github.com/crawl/crawl/commits/goldify-books 17:18:38 ah 17:18:39 thanks 17:28:32 i was going to say, could check for SPFLAG_SELFENCH but apparently that's not quite what's needed 17:28:38 since vampiric draining has the flag 17:33:42 i'd just say add a new SPFLAG for spells that monsters can only cast at themselves (and therefore the range need not be shown) 17:36:38 I was just going to adjust haste's range to -1 17:40:18 as long as that doesn't break anything 17:40:34 you could do that for might too... but invisibility would pose more of a problem 17:41:30 yeah; I guess a new SPFLAG is the way to go 17:46:48 |amethyst: from what I can tell, CAO scoring is working again now, so thanks 17:47:10 we still need a rebuild but I need to contact snark about cjr's trunk logfile 18:18:08 Unstable branch on underhound.eu updated to: 0.22-a0-108-g89a73045dd (34) 18:25:01 there it is 18:25:30 I did it 18:25:47 I sent psychic waves to TZer0 asking him to rebuild 18:25:48 and it worked 18:25:57 no need to thank me 18:32:17 !praise gammafunk 18:32:18 Did you mean: !blame gammafunk 18:34:36 ....wow 18:43:48 -!- amalloy is now known as amalloy_ 19:52:02 Speaking of blaming gammafunk: 19:52:15 %git 20fe0ecb122f 19:52:15 07gammafunk02 * 0.22-a0-16-g20fe0ec: New and updated zombie and skeleton monster tiles (roctavian, #11340) 10(3 weeks ago, 17 files, 7+ 1-) 13https://github.com/crawl/crawl/commit/20fe0ecb122f 19:52:30 https://crawl.develz.org/mantis/view.php?id=11349 19:53:30 tiles unreasons 19:53:33 I'm hurt that you would blame me, Yermak, after I sung your praises so eloquantly 19:53:51 eliquantly? how do you spell that 19:53:51 eloquently 19:53:51 eloquently 19:53:54 first 19:54:18 yeah I should fix that one, and the other tiles bvc bug 19:54:51 someone got the tiles bvc bug i think 19:54:57 if it was the icon not showing up in local tiles 19:54:58 oh, nice 19:55:02 yeah there was a PR for it 19:55:08 also we have bad offsets for many of these tiles 19:55:17 I think roctavian couldn't actually test most of them 19:55:23 and I only tested some (obviously) 19:55:29 looks like it was aidanh who merged it 19:55:37 cool 19:55:46 the PR uses the nonsense name "zombie hands" so i see how you could have missed it 19:56:18 ug, people don't even know what spells are called these days 19:56:31 what's next, calling Firestorm "Fire Boom" or something? 20:03:54 why don't we need to have "sudo: required" in our .travis.yml? I can't figure out why it isn't trying to build on EC2 with our current settings 20:11:24 <|amethyst> IIRC they grandfather in the old settings based on when the project was created... but I can't find the page that says that anymore 20:12:30 that would make sense 20:13:06 it's the best guess I came up with, this came up because the ca dev (now dcss-spicy) is using an identical .travis.yml with different results 20:15:42 https://blog.travis-ci.com/2015-03-31-docker-default-on-the-way 20:15:55 "any Linux projects activated after February 14th that do not contain explicit sudo (or ping) usage will be routed to the container-based infrastructure." 20:17:57 That's Feb 14 2015 :D 20:21:34 03advil02 07* 0.22-a0-109-gbeb7240: Make sudo: required for travis explicit 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/beb72400cb0a 21:09:47 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-109-gbeb72400cb (34) 21:10:36 The build has errored. (master - beb7240 #9259 : advil): https://travis-ci.org/crawl/crawl/builds/333541933 21:11:08 it'd be nice if that libsdl2-dev error just always happened 21:15:06 Browser interprets my ctrl-direction as ctrl-PgDn, and I use 'include = no_vi_command_keys.txt'. Is there a way to perform force-attack in the 'n'-direction? 21:15:42 this happens with numlock on and off? 21:15:46 both 21:16:04 wait, actually 21:16:18 the simple ctrl-attack with numlock worked 21:16:20 thx 21:16:41 no problem 21:16:59 I only tried * and then numPgDn with both on and off. 21:18:52 Maybe someone knows how to disable ctrl-pgup & pgdn for Firefox? 21:20:02 maybe 21:20:03 i suspect you'd have to do it yourself, there's nothing we on the crawl side can do except forward some information 22:48:11 -!- amalloy_ is now known as amalloy 23:10:16 -!- mikee__ is now known as mikee_