00:00:48 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.24-a0-114-g5d539f0 (34) 00:02:15 that could still lead to annoying cpu hits but they'd be much rarer if they're not frontloaded 00:04:03 I might also try to figure out if there are ways to reduce the vetoes, too 00:04:52 the generation on demand sounds cool 00:05:30 I wonder how many places in the game these "shortcuts" are available. The obvious one is varying depth for entry stairs 00:05:53 but more broadly the post-3-rune game can be tackled in all sorts of ways 00:09:11 yeah, there's no way to make it perfect 00:09:21 one idea I've had is to always generate two levels at a time 00:09:24 so you get ahead 00:09:50 anyways, things to play with for 0.24 00:13:46 i guess if you want to play seeded, it's not *that* bad to wait 20secs for full generation at the start 00:14:21 only bad for servers, and that can be worked around 01:27:53 Unstable branch on crawl.develz.org updated to: 0.24-a0-114-g5d539f0 (34) 01:59:57 Windows builds of master branch on crawl.develz.org updated to: 0.24-a0-114-g5d539f0 02:29:09 seeded generation is an awesome idea! glad you implemented it! 02:59:02 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-114-g5d539f0 03:16:51 -!- amalloy is now known as amalloy_ 03:30:56 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-1718-g3e42c2ff6c 03:55:43 -!- amalloy_ is now known as amalloy 04:11:33 -!- amalloy is now known as amalloy_ 05:05:29 Beogh's Extra pane shows wrong items when followers are on another floor 13https://crawl.develz.org/mantis/view.php?id=11881 by Ge0ff 09:31:05 hm, 11881 is in retrospect extremely obvious, and also kind of hard to solve 09:31:32 since their item isn't loaded in that case 09:42:48 the dumb fix would be to just not show the items for offlevel orcs 09:58:06 Saint Roka (large rock) 09:58:06 fr 10:12:59 03advil02 07* 0.24-a0-115-gd155597: Don't try to describe off-level orc gifts (11881) 10(4 minutes ago, 1 file, 6+ 1-) 13https://github.com/crawl/crawl/commit/d1555973324e 10:17:31 Unstable branch on crawl.kelbi.org updated to: 0.24-a0-115-gd155597332 (34) 11:50:15 til that tavern posts with thanks still have the link to the post in the source 12:06:09 Unstable branch on crawl.akrasiac.org updated to: 0.24-a0-115-gd155597 (34) 12:44:14 -!- amalloy_ is now known as amalloy 12:56:07 -!- Tiobot is now known as Guest58866 14:09:33 =nemelex OpAK 14:09:35 Defined keyword: nchoice => GhVM|TeEn|VpCj|VpAE|CeAE|DDIE|DEMo|FeWr|HaEE|GnHu|KoAK|FoSk|DDFE|OpAK 14:17:41 -!- MarvinPA_ is now known as MarvinPA 15:24:17 -!- aidanh_ is now known as aidanh 16:10:56 So. 16:39:48 Hey! 16:40:22 I feel like I'm really, really close to cracking this bug: https://crawl.develz.org/mantis/view.php?id=11833 16:41:12 but help from someone that understands how the display works would really help a lot. 16:41:48 hey, that would be a great bugfix. can you explain the problem? 16:42:32 In particular, modifying vlos1 (that's the variable that keeps track of the top left corner of your LOS, if I understand it correctly) 16:42:40 in viewport coordinates. 16:42:55 in grid coordinates it's glos1 16:43:03 fixes the problem. but I don't know why. 16:44:29 Well, it doesn't fix the problem, it crashes the game, unless you expand ENV_SHOW_DIAMETER from (ENV_SHOW_OFFSET * 2 + 1) to (ENV_SHOW_OFFSET *2 + 2) 16:44:38 So, from 17 to 18 16:45:45 It makes sense that vlos1 is involved given that the bug is present only in the top and left of the screen, not the bottom or right of the screen. vlos1 is the top left corner. 16:46:06 Let me make a diff real quick so I can show what I'm talking about. 17:04:01 here 17:04:12 https://pastebin.com/NqdfKEHE 17:06:54 changing just vlos1 crashes the game, changing only ENV_SHOW_DIAMETER doesn't fix the issue. 17:18:08 I don't know this code well enough that anything jumps out at me, but I guess from that I would want to know why the bug is tiles-only, since that code isn't tiles-specific 17:18:36 Yes, the bug is tiles only. 17:19:20 I'm not sure if the bug happens in webtiles as well. As far as I know, offline tiles has the bug. 17:22:49 did ebering actually comment on that bug and say "i can't reproduce this in console" when there are multiple screenshots of tiles showing the bug 17:31:29 switch__: since you can obviously see that the answer to that question is yes, you can't really be asking it as a question. what is the statement you intended to make? 17:36:27 is there a flag to compile a debug build? 17:37:34 Nasst: make debug-lite is usually a good compromise for me. if you want a lot of debugging info, make debug works 17:37:54 thanks! 17:38:19 it just seemed bizarre. but my own behavior clearly indicates i'm salty about something, so i'll drop the topic and try to untilt. that salt could be attributed to my investigating this particular bug and, in my opinion, making it pretty clear how to reproduce it, but could also be due to other things. 17:43:12 I'm not sure why one would be upset about the information that the bug is tiles-only? 17:44:21 it was more the comment afterward, indicating that there is somehow not enough information to reproduce the bug, despite the attempt at reproduction clearly ignoring that the report (and other people's comments) are on tiles 17:45:02 Nasst fwiw the original report there suggests it happens in webtiles too, not sure if anyone's verified that 17:45:18 switch__: most bug reports are in tiles even though this is not necessary to reproduce them 17:45:29 Thanks! 17:45:52 %git 01d8f91dd35f 17:45:52 07gammafunk02 * 0.23-a0-700-g01d8f91: Increase killer klowns' club enchantment 10(5 weeks ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/01d8f91dd35f 17:46:01 haha well this explains all the +12 clubs 17:46:14 they hit like a truck, too 17:46:38 +amalloy: Dumb question. How do I use the debug build resulting from that compilation? xD 17:46:47 depends what you want to do, i suppose 17:47:10 Any useful documentation? 17:47:14 you can run it under gdb, or you can turn on various diagnostic messages 17:47:31 right. Set stops and such 17:48:43 !klownpie advil 17:48:43 The Killer Klown throws a pie at advil. The Klown pie hits advil! Raspberry! advil feels weakened. advil feels dopey. advil feels clumsy. 18:15:15 https://www.reddit.com/r/dcss/comments/ar1tzb/is_this_a_bug_rune_on_top_of_a_dispersal_trap/ 18:20:09 fun 18:20:38 we should probably just outright prevent trap placement on runes/the orb 18:21:37 I guess one thing that person could do is find a monster with dimensional anchor, unless that only stops teleport 18:21:40 ??dimensional anchor 18:21:41 dimensional anchor[1/1]: Temporarily makes the target -Tele. {the enchantress} likes to use this one. 18:22:14 yeah, so that would work, of course I think only enchantress and shifters (?) have that 18:22:14 @?draconian shifter 18:22:14 yellow draconian shifter (11q) | Spd: 10 | HD: 16 | HP: 78-112 | AC/EV: 9/16 | Dam: 15 | 10weapons, 10items, 10doors, spellcaster, cold-blooded | Res: 06magic(40), 08acid | XP: 1585 | Sp: dimension anchor, blink other, blink range, blink allies encircling, blink away [04emergency] | Sz: Medium | Int: human. 18:24:25 Unstable branch on underhound.eu updated to: 0.24-a0-115-gd155597332 (34) 21:09:14 -!- amalloy is now known as amalloy_ 22:01:28 what is the current winrate for .23?