00:46:10 Monster database of master branch on crawl.develz.org updated to: 0.30-a0-808-g6e0788376e 01:36:16 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4884-gcf1f1e11f7 04:22:46 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4884-gcf1f1e11f7 09:10:57 <06a​dvil> does anyone know if there's a way to fix up a wizmode travel cache when you first travel using wizmode commands? (e.g. if I &~ to temple, and then go map floors so that the travel cache should have a path, I still can't reliably get temple to show in G unless I am inside it) 09:12:28 No (I mean, and it vexes me too) 09:55:22 03advil02 07* 0.30-a0-809-g093205a2af: fix: (quick fix) disable a bad android build line 10(3 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/093205a2af95 10:04:48 <06a​dvil> floraline, @TZer0 , @Namanix : heads up that you may need to do some manual fixes on your crawl repos to get trunk to build again. Old repos use "git://" urls for submodules even if the main repo was changed, and it seems that currently, an ssh pull without authentication simply freezes. The recommended solution is to: (i) manually edit ".git/config" to change all submodule urls to https, (ii) "git submodule sync", and then (iii) "git 10:04:48 submodule update" 10:05:02 <06a​dvil> (I'm afraid we don't know any more automated solution) 10:06:41 floraline_ ^ 10:07:37 <06a​dvil> is that /names thing something one of us wrote? might be good to have it escape underscores 😄 10:09:51 there's a git command to change the urls but I don't recall it and it's slipped out of my command history. that said, sed on the config file is probably faster for many submodules 10:10:03 <10P​leasingFungus> iirc it’s a @gammafunk special 10:10:43 <06a​dvil> ah nice 10:11:03 Unstable branch on crawl.develz.org updated to: 0.30-a0-809-g093205a2af (34) 10:23:19 <03T​Zer0> @advil Done. 10:23:49 <06a​dvil> thanks, so quick! 11:08:29 arthad (L11 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 11:09:22 arthad (L11 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 11:09:52 arthad (L11 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 12:16:58 <06a​dvil> does anyone know if there's a deep reason why local tiles two column inv mode has such weird scrolling behavior? (no left/right arrow keys, up/down moves in L-R top-bottom order) 12:17:12 <06a​dvil> possibly no one uses this mode, it's off by default 12:23:47 <10P​leasingFungus> that’d be my bet 12:26:53 <05k​ate> %git fb95710a5e 12:26:54 <04C​erebot> advil * 0.30-a0-549-gfb95710a5e: fix: don't try to acquire staves under sac hand (Monkooky) (9 weeks ago, 3 files, 48+ 2-) https://github.com/crawl/crawl/commit/fb95710a5e7f 12:27:36 <05k​ate> this looks like it's the cause of that crash (for felids getting a trove that tries to place an acquired weapon, i guess previously it would've just failed to generate that item?) 12:28:11 <05k​ate> so maybe just needs to bail out earlier if all weapon skills are useless? 12:28:49 <06a​dvil> you know, probably the current scrolling behavior I'm wondering about is 100% just an unplanned side effect of the highlight stuff that I and only I implemented 13:35:31 arthad (L16 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 13:38:39 03kate-02 07* 0.30-a0-810-gaadfcccb73: Let monsters get bonus AC/EV from artefacts 10(23 hours ago, 1 file, 6+ 0-) 13https://github.com/crawl/crawl/commit/aadfcccb734b 13:38:39 03kate-02 07* 0.30-a0-811-ga136d5a445: Convert the staff of Dispater into an orb 10(2 days ago, 10 files, 35+ 28-) 13https://github.com/crawl/crawl/commit/a136d5a44576 13:38:39 03kate-02 07* 0.30-a0-812-g95585c18e7: Fix a crash when entering some troves as a Felid 10(63 minutes ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/95585c18e7f6 14:05:09 <08n​lavsky> We'll need a giant humanoid robot with an orb to replace the giant robot with a staff: 14:05:09 <08n​lavsky> https://cdn.discordapp.com/attachments/747522859361894521/1079509449011646515/dispater.png 14:28:59 03PleasingFungus02 07* 0.30-a0-813-gf0a3970a7c: Tweak Labrys scaling (elliptic) 10(52 minutes ago, 3 files, 4+ 3-) 13https://github.com/crawl/crawl/commit/f0a3970a7cb2 14:28:59 03PleasingFungus02 07* 0.30-a0-814-gd57b28dfd0: Fix? a "faith bug? (elliptic, acrobat) 10(31 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/d57b28dfd02a 14:38:17 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 14:39:28 <06a​dvil> lol 14:39:55 <06a​dvil> my immediate guess is that there was somewhere else, another separate handle warning check with the correct oper, but that I removed while refactoring 14:40:21 <06a​dvil> (guess about "how this code ever worked" that is) 14:41:03 <10P​leasingFungus> sounds right 14:41:27 <06a​dvil> is that bug triggered only on swap? 14:41:36 <06a​dvil> because I think the code that you fixed is only for swapping 14:41:59 <06a​dvil> i.e. is the warning correct on just removal 14:42:31 <08n​lavsky> putting on faith printed a warning, removing it also prompted. only swapping had no confirmation 14:42:56 <06a​dvil> maybe previously the warning code was called on swap, and now it isn't? 14:43:05 <06a​dvil> by warning I mean prompt 14:43:39 <10P​leasingFungus> sounds possible 16:31:37 <09g​ammafunk> Actually not! A pr from the original repo that wasn't merged since the bridge is maintenence only. I could move my fork over to official project so others could patch though (it runs on cdo so others could likewise update it) 16:34:08 <10P​leasingFungus> i see, thanks! 16:36:20 <10P​leasingFungus> status: enjoying comments: // it's just special case after special case with these descs || feat == DNGN_ENTER_ZIGGURAT) // augh this is technically a gate 17:17:40 03PleasingFungus02 07* 0.30-a0-815-gb642276a43: Remove logic for the Ziggurat rune lock 10(43 minutes ago, 2 files, 32+ 37-) 13https://github.com/crawl/crawl/commit/b642276a4373 17:17:40 03PleasingFungus02 07* 0.30-a0-816-gc65c45c1d4: Move the Vaults rune lock inside (hellmonk) 10(10 minutes ago, 9 files, 96+ 64-) 13https://github.com/crawl/crawl/commit/c65c45c1d4c4 17:19:51 <10P​leasingFungus> @nicolae a friend in a different online community just wanted to pass along a LOL to 'the contributor who created The Neck Hole' 17:43:51 <08n​icolae> tell them thank you 18:04:08 <09g​ammafunk> Dang vaults first reborn 18:05:18 <10P​leasingFungus> dubious tbh 18:42:08 <09g​ammafunk> Imma play NaHW to relive the glory days of the NAWz WR high score with silver rune first in like 4k turns was it 18:43:19 <09g​ammafunk> !lm omegafunk rune=silver min=turns x=urune 18:43:22 <04C​erebot> 40. 2015-05-14 03:34:28 gammafunk the Convoker (L13 DESu of Sif Muna) found a silver rune of Zot on turn 8678. (Vaults:5) 18:49:00 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 18:51:07 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 18:51:28 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 18:52:00 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 18:55:33 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 18:56:05 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 18:56:39 arthad (L17 FeSu) ASSERT(result != OBJ_RANDOM) in 'acquire.cc' at line 542 failed. (Trove) 21:24:18 <06a​dvil> haha two for two! 21:24:47 <06a​dvil> I do remember that commit being a bit of a slog around then 21:26:10 03advil02 07* 0.30-a0-817-g1094a8e747: refactor: convert the travel prompt to a menu 10(10 hours ago, 8 files, 434+ 147-) 13https://github.com/crawl/crawl/commit/1094a8e747f3 21:26:10 03advil02 07* 0.30-a0-818-gab95473dd1: fix: improve hover behavior for local tiles multicolumn 10(6 hours ago, 5 files, 79+ 16-) 13https://github.com/crawl/crawl/commit/ab95473dd1f3 21:26:10 03advil02 07* 0.30-a0-819-g11f347f362: feat: a console multicolumn menu implementation 10(3 hours ago, 7 files, 118+ 67-) 13https://github.com/crawl/crawl/commit/11f347f3629a 21:26:10 03advil02 07* 0.30-a0-820-gf0e381c690: feat: a grid layout mode for menus 10(40 minutes ago, 3 files, 59+ 4-) 13https://github.com/crawl/crawl/commit/f0e381c690cd 21:26:10 03advil02 07* 0.30-a0-821-g01416c3e00: fix: prevent a display bug in multicolumn multiline tiles menus 10(13 minutes ago, 1 file, 23+ 10-) 13https://github.com/crawl/crawl/commit/01416c3e00a9 21:29:08 <06a​dvil> why yes, I did just write ~700 lines of code so that &~ works as a popup in console 21:29:16 <06a​dvil> (it does other stuff too) 21:30:33 <06a​dvil> haha oops, failed to test on plain console I guess 21:32:16 <10P​leasingFungus> 👑 21:32:22 <10P​leasingFungus> you dropped this, 21:34:33 03advil02 07* 0.30-a0-822-g112adfe841: fix: unbreak plain console builds 10(59 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/112adfe8414a 21:36:10 <06a​dvil> :thonk: 21:36:11 <06a​dvil> https://cdn.discordapp.com/attachments/747522859361894521/1079622952368218213/Screen_Shot_2023-02-26_at_11.35.01_PM.png 21:37:02 <10P​leasingFungus> lol 21:37:07 <06a​dvil> man, those android caches after I enabled full caching are at 3GB and growing 21:37:27 <06a​dvil> we might need to ... not do that 21:38:10 <06a​dvil> it doesn't really look like it even cut the time very much 21:56:34 03advil02 07* 0.30-a0-823-geb93a13fce: fix: improve some type assumptions 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/eb93a13fce7c 23:34:45 Unstable branch on crawl.develz.org updated to: 0.30-a0-823-geb93a13fce (34) 23:56:50 Windows builds of master branch on crawl.develz.org updated to: 0.30-a0-823-geb93a13fce