00:29:19 -!- elliptic_ is now known as elliptic 01:34:35 Unstable branch on crawl.develz.org updated to: 0.26-a0-1191-ge2a0e31ab3 (34) 01:55:09 Windows builds of master branch on crawl.develz.org updated to: 0.26-a0-1191-ge2a0e31ab3 02:45:16 Unstable branch on cbro.berotato.org updated to: 0.26-a0-1191-ge2a0e31ab3 (34) 02:53:45 Monster database of master branch on crawl.develz.org updated to: 0.26-a0-1191-ge2a0e31ab3 03:30:50 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-3821-g93e2ad3c41 03:38:21 Shatter duplicates how AC works instead of calling apply AC. 13https://crawl.develz.org/mantis/view.php?id=12425 by bcadren 04:32:35 <03w​heals> OK, the problem with letting you move the map cursor with the mouse on X is that it always keeps the map cursor in the center 04:34:14 <03w​heals> so as soon as the cursor moves, your mouse is suddenly pointing at something else, and pointing at a specific thing doesn't wor 04:34:27 <03w​heals> k 04:36:44 <03w​heals> so what i think i'll do is make mouse clicks move the cursor instead, which seems to be the old behavior before 04:36:45 <03w​heals> %git 08ff59a6b 04:36:46 <04C​erebot> Aidan Holm * 0.26-a0-441-g08ff59a: Reimplement the map view as a widget (8 months ago, 2 files, 181+ 190-) https://github.com/crawl/crawl/commit/08ff59a6b337 05:18:15 right, I didn't realize that... that's the difference between x and Shift-X, the former doesn't move the map, but Shift-X does. Yes, registering the clicks would be the best solution, if only to make the 'travel to cursor' work with mouse correctly, I suppose that may be how most people would use the mouse. 05:19:08 hard to guess how many people and how exactly are using the mouse. I learned to play from online videos, so I use 90% keyboard only. 05:20:43 03wheals02 07* 0.26-a0-1192-g224bf8e: Unify the two cursors on local tiles X somewhat. 10(9 minutes ago, 1 file, 13+ 3-) 13https://github.com/crawl/crawl/commit/224bf8e84e4e 05:20:43 03wheals02 07* 0.26-a0-1193-g8d272cd: Fix a stray text cursor showing up on local tiles 10(3 minutes ago, 2 files, 4+ 1-) 13https://github.com/crawl/crawl/commit/8d272cd76cc0 05:40:00 Anyone looked at https://github.com/crawl/crawl/issues/1626 ? 05:40:13 The bug is in the trunk for some time already and it's very very annoying. 05:44:07 do you know if it appeared after the quiver rework or was it before? I have seen some refresh problems of the wielded indicator on local tiles too, didn't report them yet because I could not reproduce, but it looks to be related to the quiver refresh changes. 05:44:17 <12e​bering> I noticed a few that I couldn't repro they're definitely before the quiver refresh changes 05:44:36 <03w​heals> same actually 05:44:49 <12e​bering> but it 05:44:57 <12e​bering> it's happened to me, seems to involve autoexploration 05:45:40 yes, mine happened when autoexploring, and doing any keypress afterwards fixed it 05:46:51 I also feel like it may be related to the status display under the quiver somehow, I remember some cases when it happened after 'Frozen' status (from rime drake) expired 05:48:40 in at least one of these cases, the wielded and quiver rows actually fully disappeared (on local tiles) and appeared back after a keypress 05:50:21 <03w​heals> i assume this is due to _print_stats_wp in output.cc not updating the wield display during travel if travel_delay is -1 05:50:38 <03w​heals> so maybe the wield display should be updated at the end of travel no matter what 05:50:51 Goratrix: I haven't been playing trunk for some time so don't know. 05:51:32 I do have travel_delay -1 indeed, so that may be it 05:51:32 And yes, it happens only when the Blade status expires during exploration. 05:52:19 *AUTOexploration 06:01:59 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1193-g8d272cd76c (34) 06:03:36 <03w​heals> @advil as far as i can tell nothing ever checks you.redraw_quiver, bug or should it be removed? 06:05:14 03Aliscans02 {ebering} 07* 0.26-a0-1194-ge99fe26: Expand the behavior of travel_open_doors 10(7 weeks ago, 9 files, 150+ 24-) 13https://github.com/crawl/crawl/commit/e99fe267987f 06:05:14 03Aliscans02 {ebering} 07* 0.26-a0-1195-gfec9e0e: Don't set greedy_place for items in hostile areas 10(7 weeks ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/fec9e0e4c510 06:05:14 03Aliscans02 {ebering} 07* 0.26-a0-1196-gd8756d5: Forbid DEBUG_TRAVEL without DEBUG_DIAGNOSTICS 10(7 weeks ago, 1 file, 3+ 1-) 13https://github.com/crawl/crawl/commit/d8756d56bca0 06:06:16 <03w​heals> %git 640fc51a6f981ac4b2d86a5e3892494e9c0da63e 06:06:16 <04C​erebot> advil * 0.26-a0-869-g640fc51: Implement quivering spells (4 months ago, 19 files, 541+ 209-) https://github.com/crawl/crawl/commit/640fc51a6f98 06:06:19 <03w​heals> relevant commit 06:08:13 yes, and there were changes to the refresh afterwards, due to lagging, as originally the quiver refreshed every turn, but that was causing lag and cpu spikes 06:10:11 %git 9b92081034f8968322b0cc83edc1fdcb73eb55b6 06:10:11 07advil02 * 0.26-a0-962-g9b92081: Prevent unnecessary redraws during autotravel (Goratrix) 10(4 weeks ago, 1 file, 23+ 2-) 13https://github.com/crawl/crawl/commit/9b92081034f8 06:10:21 %git f74a8dc4635c7a49be230ecbb5a600de2798e4e5 06:10:21 07advil02 * 0.26-a0-978-gf74a8dc: Don't recalculate quiver on autotravel, again 10(3 weeks ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/f74a8dc4635c 06:11:43 <03w​heals> yeah, that makes me think the old system of redraw_quiver may not be necessary at all 06:13:53 <03w​heals> the first of those commits is what broke the blade hands thing, i think 06:14:24 03wheals02 07* 0.26-a0-1197-gd68fa41: Defer redrawing the wield display if travel_delay = -1 (#1626) 10(7 minutes ago, 1 file, 19+ 22-) 13https://github.com/crawl/crawl/commit/d68fa41eda39 06:15:56 <03w​heals> this isn't the bug i had noticed, by the way 06:17:35 <03w​heals> that one was the letter for the wielded weapon sometimes disappearing, and that happened in 0.25 if i'm not mistaken 06:17:42 <03w​heals> but i have no idea what could have been causing that 06:26:24 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1197-gd68fa41eda (34) 11:17:53 Unstable branch on underhound.eu updated to: 0.26-a0-1197-gd68fa41eda (34) 11:23:32 03PleasingFungus02 07[lrd_cleanup] * 0.26-a0-1193-gbb2e4d0: Refactor further 10(35 seconds ago, 1 file, 60+ 45-) 13https://github.com/crawl/crawl/commit/bb2e4d0a5c1b 11:29:49 wheals that probably should be conditional, though it won't matter for performance any more; it probably still has subtle timing issues by not being conditional though 11:40:32 Vault generates on Zot:1 that is inaccessible 13https://crawl.develz.org/mantis/view.php?id=12426 by robotcentaur 11:50:55 hm I guess `*` on webtiles does not have a visual indicator, did it ever? 11:51:30 maybe not 11:51:50 seems unfortunate 11:54:18 wheals: re moving the map cursor in X, I *hate* that it stays centered now (it's a pretty recent change) 11:54:34 so I'd be happy if that part went away 12:02:56 <03w​heals> looking through the commit log, that doesn't seem to be an intentional change, so i'm not sure what happened there 12:18:41 I think it was part of widgetification, though yeah I'm not sure if it was intentional 12:21:43 <06a​dvil> lol if (mod & TILES_MOD_ALT && keysym.sym >= 128) ret -= 3000; // ??? 12:28:15 Unstable branch on crawl.akrasiac.org updated to: 0.26-a0-1197-gd68fa41 (34) 12:51:30 03amcnicky02 {ebering} 07* 0.26-a0-1198-g58195e7: Two new altar vaults 10(4 months ago, 1 file, 68+ 0-) 13https://github.com/crawl/crawl/commit/58195e7017f9 12:51:30 03amcnicky02 {ebering} 07* 0.26-a0-1199-g2f95e4c: New simple and small arrival vaults 10(4 months ago, 2 files, 195+ 0-) 13https://github.com/crawl/crawl/commit/2f95e4c8fc2d 12:51:30 03amcnicky02 {ebering} 07* 0.26-a0-1200-gda768c6: New mini vaults 10(4 months ago, 2 files, 60+ 0-) 13https://github.com/crawl/crawl/commit/da768c6ff308 13:02:17 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1200-gda768c6ff3 (34) 13:08:05 <12e​bering> latest github issue is... strange 13:13:26 03advil02 07* 0.26-a0-1201-gb0746d5: Fix macro menu handling of unprintable keycodes 10(24 minutes ago, 9 files, 237+ 24-) 13https://github.com/crawl/crawl/commit/b0746d5dc15c 13:13:26 03advil02 07* 0.26-a0-1202-g4dcb31f: Re-conditionalize quiver redraw (wheals) 10(45 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/4dcb31f9f65c 13:24:28 <03w​heals> ha, i made a local commit that credited you for it 13:28:06 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1202-g4dcb31f9f6 (34) 13:30:52 03ebering02 {GitHub} 07https://github.com/crawl/crawl/pull/1660 * 0.26-a0-1188-g5d9d9c0: Update crawl-ref/source/dat/des/altar/overflow.des 10(5 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/5d9d9c07b8d9 13:40:57 03paul02 {ebering} 07* 0.26-a0-1203-g3ff7017: Add a flashy Wu Jian overflow altar vault 10(19 hours ago, 1 file, 48+ 0-) 13https://github.com/crawl/crawl/commit/3ff7017067c8 13:47:13 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1203-g3ff7017067 (34) 14:13:58 03advil02 07* 0.26-a0-1204-g6fff606: Transparency fixes for a kennysheep vault (12426) 10(3 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/6fff60642338 14:17:06 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1204-g6fff606423 (34) 14:39:36 03advil02 07* 0.26-a0-1205-g4083c21: Mark an ossuary entrance as transparent 10(67 seconds ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/4083c211ab22 14:47:04 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-1205-g4083c211ab (34) 16:51:38 tempest (L25 GrFi) ASSERT(!invalid_monster(&mons)) in 'mon-death.cc' at line 1469 failed. (Vaults:5) 17:07:46 !crashlog 17:07:48 23285. tempest, XL25 GrFi, T:55698 (milestone): http://crawl.akrasiac.org/rawdata/tempest/crash-tempest-20201228-215131.txt 18:14:54 <10P​leasingFungus> of course it’s a lost soul 18:23:03 Unstable branch on underhound.eu updated to: 0.26-a0-1205-g4083c211ab (34) 20:23:17 Stable (0.25) branch on underhound.eu updated to: 0.25.1-9-gc5326a611f 21:13:25 -!- amalloy_ is now known as amalloy