00:53:21 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4753-g3cc4eb4eda 03:22:03 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4753-g3cc4eb4eda 07:25:41 03gammafunk02 07* 0.29-a0-974-gafa891f487: fix: Correct grammar (Solitudinal) 10(27 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/afa891f487db 07:36:50 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-974-gafa891f487 (34) 08:13:52 03advil02 07* 0.29-a0-975-gc1b7fc97e0: fix: a few more CK_NUMPAD_ENTER bindings 10(10 minutes ago, 3 files, 7+ 2-) 13https://github.com/crawl/crawl/commit/c1b7fc97e05b 08:22:06 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-975-gc1b7fc97e0 (34) 10:39:13 03advil02 07* 0.29-a0-976-g2d25de79ac: feat: readable keycodes for some non-ascii keys 10(3 minutes ago, 6 files, 176+ 51-) 13https://github.com/crawl/crawl/commit/2d25de79ac18 11:06:26 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-976-g2d25de79ac (34) 11:48:31 -!- indigaz3 is now known as indigaz 13:44:59 <06a​dvil> hm, does it actually make sense that fe can't toss things (e.g. no damage throw)? 13:50:10 <03w​heals> we need to examine funny cat videos to be sure 13:51:35 they don't throw things, but they can bat them pretty far 🙂 14:54:53 03advil02 07* 0.29-a0-977-g7483850d73: feat: generalize `F` to fire any targeted item 10(3 minutes ago, 9 files, 81+ 35-) 13https://github.com/crawl/crawl/commit/7483850d73c6 14:56:01 <06a​dvil> well, I left it as is, but it seems to me like there's not any gameplay point accomplished by making tossing line up with whether the species/form can throw 14:59:58 <06a​dvil> does anyone know if there's any reason to have generated .macro files be backwards compatible? 15:00:42 <06a​dvil> I'm sure I've broken that before in terms of keycodes, but I was considering having them write out user-readable keycodes if there are any, which would really break it (I think leading to a parse error on old versions) 15:13:34 04Build failed for 08master @ 7483850d 06https://github.com/crawl/crawl/actions/runs/2771034002 15:24:30 Unstable branch on underhound.eu updated to: 0.29-a0-977-g7483850d73 (34) 15:54:53 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-977-g7483850d73 (34) 15:54:56 <06a​dvil> hm, that failure is actually a seed divergence 15:56:34 03advil02 07* 0.29-a0-978-g572474d683: fix: maybe fix a gcc warning 10(24 seconds ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/572474d683a9 16:07:15 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-978-g572474d683 (34) 17:09:46 <09g​ammafunk> I see nicolae shops in that seed divergence 17:09:50 <09g​ammafunk> so I know who I'm blaming 17:11:03 <09g​ammafunk> hrm, if you see a divergence like that, do you start examining the level that came prior? 17:36:52 <06a​dvil> The first thing I check these days is whether it’s a test artifact (some global state not getting reset), which this one might be; regular level gen for that seed looked ok 17:38:26 <06a​dvil> If it were the level itself being unstable the debugging technique is essentially to read logs & find the exact point of divergence, which could be on the prev level, more likely on the level with divergence 19:28:04 <08n​icolae> what the 19:28:17 <08n​icolae> i don't think any of my shops do seed divergence! 19:50:31 <06a​dvil> I want to blame nicolae but so far i cannot 19:50:44 <06a​dvil> anyone know what the reason is for the restriction of glyphs to both CP437 and WGL4? 19:52:33 <06a​dvil> would really like to add ≃ as a glyph for shallow water but I guess that is against the rules 19:53:08 <06a​dvil> or maybe ∼ 19:53:11 <06a​dvil> ` 19:53:21 <06a​dvil> hm, could I just use tilde 20:06:00 <10P​leasingFungus> tragic 20:11:05 <06a​dvil> in fact, I think I have to blame gammafunk 20:11:19 07gammafunk02 * 0.28-a0-598-g17de5e62ec: feat: Simplify Vaults branch ghost vaults 10(10 months ago, 3 files, 344+ 696-) 13https://github.com/crawl/crawl/commit/17de5e62ec54 20:11:19 %git 17de5e62ec54ace58c25 20:11:24 it's something to do with these changes 20:12:37 the salient fact about this seed is that the regular version of `ebering_ghost_disaster_area` places on Orc 1, then the vaults version places later, which adds in the passable mask -- that mask persists until the vault is reloaded 20:12:48 on a binary restart 20:14:00 so some of the details of placement behave differently on the second time because of this, leading to a veto (it's looking inside the vault to check for accessibility issues on round 2, not round 1) 20:14:46 e.g. `_dgn_square_is_passable` returns true the second time it tries to build the level, but not the first 20:15:02 (for some impassable but masked squares in that vault) 20:17:23 <06a​dvil> I wonder if a simple fix would be to ignore MMT_PASSABLE outside vaults, it's only used there afaik? 20:17:29 Idea: allow sorting the shopping list (from $) by distance from current location. 20:17:48 Often I do all my shopping at the same time but I don't want to zip around back and forth 20:18:08 currently it's only sorted by price 20:21:09 <10P​leasingFungus> ctrl-f might do what you want 20:22:03 is there a tag for "on my shopping list"? 20:22:25 There's {in_shop} but that's all items in shops 20:26:38 <06a​dvil> well, ok, my overall theory is sound but maybe it's not the passability issue specifically, something about the vault gets changed when it places that affects path checking 20:28:01 huh, when in a Bazaar, things on your shopping list in the Bazaar show up first 21:17:25 <09g​ammafunk> wow, interesting. If by outside vaults you mean Vaults the branch, there's already: 21:17:41 <09g​ammafunk> %git 2170ac5abdc97a3037632a062b52ec97db12e1e3 21:17:45 <04C​erebot> advil * 0.27-a0-1582-g2170ac5abd: fix: limit `passable` tag masking to Vaults (1 year ago, 2 files, 16+ 5-) https://github.com/crawl/crawl/commit/2170ac5abdc9 21:18:59 <09g​ammafunk> and yeah, passable is only relevant to the vaults in the Vaults branch 21:19:37 <09g​ammafunk> %git 44785f12d51f6b0c48bcedae9c4db49fc87904ea 21:19:37 <04C​erebot> Peter Hurst {gammafunk} * 0.26-a0-673-g44785f12d5: Add a tag to set vaults as passable (3 years, 4 months ago, 3 files, 19+ 3-) https://github.com/crawl/crawl/commit/44785f12d51f 21:56:27 03PleasingFungus02 07* 0.29-a0-979-g5bf4a2a1db: Simplify Drain Life logic 10(23 hours ago, 1 file, 0+ 4-) 13https://github.com/crawl/crawl/commit/5bf4a2a1db00 21:56:27 03PleasingFungus02 07* 0.29-a0-980-g733a6eaeeb: Simplify LOS attack effect logic 10(10 hours ago, 1 file, 34+ 127-) 13https://github.com/crawl/crawl/commit/733a6eaeeb0b 21:56:27 03PleasingFungus02 07* 0.29-a0-981-g9e354a60c6: Make Refrigeration and Ramparts check AC and do more damage 10(10 hours ago, 4 files, 25+ 18-) 13https://github.com/crawl/crawl/commit/9e354a60c687 21:56:27 03PleasingFungus02 07* 0.29-a0-982-gaed3a0c8d8: Experimental: redesign Ozocubu's Refrigeration 10(2 hours ago, 6 files, 74+ 12-) 13https://github.com/crawl/crawl/commit/aed3a0c8d8a1 22:26:10 Unstable branch on crawl.kelbi.org updated to: 0.29-a0-982-gaed3a0c8d8 (34) 22:34:55 Unstable branch on crawl.develz.org updated to: 0.29-a0-982-gaed3a0c8d8 (34) 22:56:42 Windows builds of master branch on crawl.develz.org updated to: 0.29-a0-982-gaed3a0c8d8 23:53:13 Unstable branch on cbro.berotato.org updated to: 0.29-a0-982-gaed3a0c8d8 (34) 23:54:17 Monster database of master branch on crawl.develz.org updated to: 0.29-a0-982-gaed3a0c8d8