00:31:20 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4850-gd9e8576752 03:22:10 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4850-gd9e8576752 05:06:56 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-313-gae38170 (34) 05:32:37 -!- theWeaver is now known as ChaosWitch 07:53:43 <08n​icolae> i am but not in crawl 09:21:05 <09g​ammafunk> More of a conjurer (of lies) 12:43:08 03kate-02 07* 0.30-a0-314-g1022a3223f: Simplify noise on casting a spell 10(3 weeks ago, 6 files, 341+ 338-) 13https://github.com/crawl/crawl/commit/1022a3223f6d 12:43:08 03kate-02 07* 0.30-a0-315-gd80880ac2d: Refactor zap noise handling 10(3 weeks ago, 6 files, 38+ 137-) 13https://github.com/crawl/crawl/commit/d80880ac2da8 12:43:08 03kate-02 07* 0.30-a0-316-g667f962bc3: Let monster zaps make noise on hit 10(4 days ago, 1 file, 8+ 1-) 13https://github.com/crawl/crawl/commit/667f962bc3a1 12:43:08 03kate-02 07* 0.30-a0-317-g8190f5fdf4: Adjust noise for lightning-based spells 10(8 days ago, 3 files, 4+ 11-) 13https://github.com/crawl/crawl/commit/8190f5fdf4a2 12:43:08 03kate-02 07* 0.30-a0-318-g6ace9fa8eb: Make Malign Gateway's horrible noise audible 10(3 weeks ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/6ace9fa8eb95 12:43:08 03kate-02 07* 0.30-a0-319-geaf674384c: Adjust monster dragon spell noisiness 10(4 weeks ago, 2 files, 12+ 6-) 13https://github.com/crawl/crawl/commit/eaf674384c7b 12:43:08 03kate-02 07* 0.30-a0-320-gbdac0718f0: Update a comment 10(25 hours ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/bdac0718f050 13:19:05 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-320-gbdac0718f0 (34) 14:05:59 03advil02 07* 0.30-a0-321-gf7783e6616: fix: numpad keys at cast prompt 10(88 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/f7783e661693 14:19:17 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-321-gf7783e6616 (34) 15:24:12 Unstable branch on underhound.eu updated to: 0.30-a0-321-gf7783e6616 (34) 15:46:22 <09g​ammafunk> good malign gateway horrible noise bug 15:51:41 https://github.com/damerell/crawl/commit/fb39f938c425e7d87008cecb473ad0d50e1c6fe7 15:59:41 kate- seems to have made it even noisier, praise Qazlal 18:07:32 <06a​dvil> does anyone know (I guess IIRC @PleasingFungus ) what the back story is with the following comment on electric charge: // hack - should have spflag::dir_or_target | spflag::needs_tracer 18:10:34 <10P​leasingFungus> hi 18:10:47 <10P​leasingFungus> the targeting for vhi’s is just super weird 18:11:00 <10P​leasingFungus> very custom codepath leftover from pa charge 18:11:31 <10P​leasingFungus> made sense for an ability, but it feels like we should be able to reuse standard spell targeting logic for a spell charge 18:11:49 <06a​dvil> ah, it's the ability -> spell conversion 18:28:44 <06a​dvil> hm, getting this to work correctly within the current system is quite intricate 18:42:22 <10P​leasingFungus> maybe not worthwhile 18:42:47 <10P​leasingFungus> adding melee acc to the targeter (w the bonus from charge applied) is the big todo i have 18:43:07 so it's a TODO as opposed to a todo? 18:46:12 <06a​dvil> well, autotargeting and whatnot is broken 18:46:25 <06a​dvil> that's what I was trying to fix, but it seems to entail at least improving the current situation 18:53:20 <10P​leasingFungus> fair 19:09:31 eesh what did I break. Suddenly getting a slew of errors of the form "ld64.lld: error: undefined symbol: _objc_msgSend$bytes / >>> referenced by contrib/install/arm64-apple-darwin21.6.0/lib/libSDL2_image.a(IMG_ImageIO.o):(symbol _Create_SDL_Surface_From_CGImage_Index+0x10c)"" 19:14:04 <08n​icolae> oh. oh buddy. that's a bad error. that error means you've defiled your computer in the eyes of god. the only debugging option? blood sacrifice. hope you got a coupla sheep you don't love anymore because they're the big guy's now. 19:15:51 ugh it won't be a full moon for ages though 19:15:53 <10P​leasingFungus> in general, when debugging, the best thing to do is to post the full command run and full output. the second best is to post the first error, rather than a random one selected from the middle 19:16:06 <10P​leasingFungus> later errors are often symptoms of earlier ones 19:16:48 03advil02 07* 0.30-a0-322-g102857c98e: fix: autotargeting for Vhi's electric charge 10(2 minutes ago, 5 files, 61+ 38-) 13https://github.com/crawl/crawl/commit/102857c98ec8 19:18:54 Er, that is the first error. Seems to happen whenever I build with tiles, but it only just started happening after I tried building the project in CLion. (Though a clean didn't fix anything.) 19:19:51 <06a​dvil> perryprog: some googling suggests that what you did is upgrade xcode 19:20:01 That's what I saw too but I didn't 19:20:23 <06a​dvil> https://stackoverflow.com/questions/8349439/linker-cant-find-objc-msgsend-and-many-other-symbols/74108260#74108260 19:20:25 Like I compiled it earlier today without issue. 19:20:40 <06a​dvil> what version of xcode do you have? 19:21:30 ah I'll try -fno-objc-msgsend-selector-stubs. I'm on... bah Xcode 14. I bet it auto updated or something 19:21:53 <06a​dvil> yeah, I suspect so, it appears that this is all very timely, within the last week 19:22:13 <06a​dvil> it may be specifically xcode 14.1 19:22:17 <06a​dvil> which really just came out 19:22:40 well my PR works in console so I'm gonna just push that and go to bed :P 19:23:39 <06a​dvil> hm maybe it's not even out yet? 19:25:05 I'm on 14.0.1 19:25:17 <06a​dvil> perryprog: looking at that se post further, I wonder if you were to clean everything would it work? 19:25:29 <06a​dvil> perhaps the contribs are still versions that were built before some xcode autoupdate 19:25:42 A distclean and clean-contrib didn't work 19:25:50 <06a​dvil> i.e. I think it should be triggered if you try to link something built with xcode 13 with something built with xcode 14 19:26:14 New branch created: pull/2793 (1 commit) 13https://github.com/crawl/crawl/pull/2793 19:26:14 03Perry Fraser02 07https://github.com/crawl/crawl/pull/2793 * 0.30-a0-322-g025e6b710e: Show attack strength punctuation for instakills 10(2 minutes ago, 2 files, 10+ 5-) 13https://github.com/crawl/crawl/commit/025e6b710e4e 19:29:12 Hmm and not ccache doing something dumb either 19:36:15 <08n​icolae> i 100% support grand finale and mcc displaying a billion !s 19:37:18 <3 19:37:54 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-322-g102857c98e (34) 19:39:04 Bleh not seeing an easy solution to this linking problem. Will look more into it tomorrow. (I thought not updating to Ventura right away was supposed to /save/ me from issues like spontaneous linker errors. :P) 23:48:08 Unstable branch on cbro.berotato.org updated to: 0.30-a0-322-g102857c98e (34)