00:17:59 Stable (0.33) branch on cbro.berotato.org updated to: 0.33.0-14-g9563a2e369 01:38:48 New branch created: pull/4567 (1 commit) 13https://github.com/crawl/crawl/pull/4567 01:38:48 03WizardIke02 07https://github.com/crawl/crawl/pull/4567 * 0.34-a0-68-ge5949f4f8c: Fix console screen tearing on Windows 10(14 minutes ago, 1 file, 63+ 66-) 13https://github.com/crawl/crawl/commit/e5949f4f8c7d 01:44:08 03WizardIke02 07https://github.com/crawl/crawl/pull/4567 * 0.34-a0-68-g94690975cf: Fix console screen tearing on Windows 10(19 minutes ago, 1 file, 63+ 66-) 13https://github.com/crawl/crawl/commit/94690975cf6f 03:52:52 New branch created: pull/4568 (1 commit) 13https://github.com/crawl/crawl/pull/4568 03:52:52 03WizardIke02 07https://github.com/crawl/crawl/pull/4568 * 0.34-a0-68-g7e5b61295e: Fix missing weapon prompts on coglin 10(8 minutes ago, 2 files, 21+ 11-) 13https://github.com/crawl/crawl/commit/7e5b61295e72 06:15:29 New branch created: pull/4569 (1 commit) 13https://github.com/crawl/crawl/pull/4569 06:15:29 03WizardIke02 07https://github.com/crawl/crawl/pull/4569 * 0.34-a0-68-g3c3c767f2e: Fix penetrating weapons being blocked on coglins (cfcfcfcfcfcfcfcfcfcf) 10(9 minutes ago, 4 files, 50+ 27-) 13https://github.com/crawl/crawl/commit/3c3c767f2ee2 14:29:32 agome (L16 GnFw) ASSERT(valid_cursor_pos(pos.x, pos.y, region)) in 'libconsole.h' at line 67 failed. (invalid cursor position 43,13 in region 2) (D (Sprint)) 14:36:16 <12g​e0ff> !crash agome sprint 14:36:18 <04C​erebot> 1. agome, XL16 GnFw, T:7292 (milestone): https://crawl.akrasiac.org/rawdata/agome/crash-agome-20250524-212931.txt 14:36:50 <12g​e0ff> ^--- valid_cursor_pos() strikes again 14:47:15 <04d​racoomega> Ugh, it's the same cursor position even. Just apparently removing that assert is just making it assert in some other code afterward anyway >.> 14:48:34 <04d​racoomega> I guess I could go with the 'unwind the cursor to a save space after printing statuses' option after all, but it annoys me 14:48:47 <12g​e0ff> is it possible to just trim the status line if it's too long? 14:49:02 <04d​racoomega> That's the thing: it's already doing that 14:49:20 <12g​e0ff> welp 14:49:26 <04d​racoomega> It's just that if it exactly fills the space it has, the cursor afterward is left one character past the space that is available (since, of course, it always ends up after the character it just printed) 14:50:05 <12g​e0ff> then trim one extra char? 14:50:17 <04d​racoomega> Well, I just need to move the cursor back afterward 14:50:46 <04d​racoomega> (But I thought it might be better to stop checking afterward, since it theoretically doesn't matter where the cursor is as any new output function is going to move it anyway) 14:51:06 <04d​racoomega> But some of these are doing a 'save current cursor pos so we can restore it' thing and then it's asserting there instead, it seems 20:35:28 <07a​crobat> hello everyone 20:35:30 <07a​crobat> https://cdn.discordapp.com/attachments/747522859361894521/1376040959610978405/1.PNG?ex=6833e182&is=68329002&hm=543812162c681cc9741cd6d68cfbe5f7ff83ed7fa859032b8b26793218b1ce54& 20:35:38 <07a​crobat> @dracoomega When aiming a mercury arrow, it would be nice to show the chance to hit along with the weak chance. 23:46:45 Monster database of master branch on crawl.develz.org updated to: 0.34-a0-79-g955a7a1ee1 23:52:15 <04d​racoomega> Huh. Surprised it overrides this, tbh