00:15:56 Yermak: I noticed this issue with Chrome as well, I believe 00:16:16 CPO suffers from it since I set travel_delay = 20 by default 00:20:43 I've been tracking live games on CPO for the past few months, if anyone is interested in the data https://i.imgur.com/6bxHwLT.png 00:21:08 thats the 50th percentile of all measurements and the maximum measurement for each day (there's a measurement every 5mins) 00:23:45 advil: |amethyst is the only one who can do that right now, and he said he'll take a look later this week 00:24:16 it's probably not too hard to add the sources but I'm not too familiar with those scripts nor postgres 00:44:59 hey guys. can't find anything in mailing list or mantis tracker or forums; about my keyboard input problem. upgraded to 0.22 DCSS, now each key input happens twice. even in the menus, movement, etc. 00:45:08 not sure what to do here, i dont have a config file, new player 00:46:10 oni-on-ion: what OS? 01:07:22 alexjurkiewicz: linux X11 01:07:37 debian (i did apt-get install crawl, which updated from i think 0.21 which worked fine) 01:09:06 tournament writeup: http://crawl.develz.org/wordpress/0-22-summer-tournament-results 01:33:50 interesting that winrate went up, but percentage of players who were winners didn't change as much 01:33:58 based on eyeballing the graphs at least 01:34:44 oni-on-ion: sorry, no idea. I recall similar issues in the past being caused by weird interactions with SDL, did you compile yourself? Maybe try the included SDL if you were using an external version 03:11:54 Unstable branch on crawl.beRotato.org updated to: 0.23-a0-139-ga22e90c (34) 03:48:01 aidanh: I had a look at the screenshot, the icons seem fine to me 03:48:50 the rune one is the only one that might be too small but you could try replacing with the gossamer rune, which is wider 03:49:03 the serpentine rune is also large 06:49:34 Oklob plant way autoexcludes safe tiles behind the crystal walls 13https://crawl.develz.org/mantis/view.php?id=11658 by hayenne 08:15:47 hey guys, did you kill the show_gold_turn option for good? 08:19:05 Buggy potion of experience 13https://crawl.develz.org/mantis/view.php?id=11659 by Yermak 08:23:06 Wow, hayenne, I thought it was broken for many versions. But your question inspired Me to do look through options_guide. And I found show_game_time option, which actually works! 08:24:34 Oh, btw, could we add the cost of last action even if player has "show_game_time = false"? 08:29:51 I am primarily interested in showing gold on the main screen, I think time shows perfectly well already by default in AUTs 08:30:36 could not find anything relevant in the options guide about gold 08:34:05 show_gold_turns never showed gold 08:34:19 But there was something about gold, wait a second 08:34:31 It certainly did, several years ago 08:35:07 https://i.imgur.com/JlvZ0QB.png 08:35:49 I am just unsure whether the option was called exactly show_gold_turns though 08:36:26 the hud used to show gold but that wasn't set with an option 08:37:18 I remember it was not shown by default and only appeared when I set an option to true in the config file 08:37:30 I might be mistaken of course 08:37:35 that is not the case 08:37:36 https://github.com/crawl/crawl/commit/cc4efd4d51a2afb41bb7741c9391f6a292ca4d44 08:37:47 or, if it were it stopped being the case for a time 08:37:50 and then this was done 08:38:46 I see. There is no way to bring it back then? 08:38:50 No, it never did. 08:39:07 Gold was showed previously, yes. And then it was replaced with noise bar. 08:39:28 there's no way to bring it back presently 08:40:09 alright, no worries 08:40:09 I was thinking of adding an option to replace that HUD slot with a user definable lua hook 08:40:09 Yes, looks like it, I thought an option was introduced along with the noise bar, but the only option there replaces noise bar with equipment bar. 08:40:17 since ghols would like to have chunks in inventory displayed &c 08:57:19 I think user definable huds would be a good thing, but it would be extremely painful to do with the current hud code. aidanh may already have some thoughts about that 08:57:39 what was added with the noise bar is showing gold for piety for gozag 08:57:58 the thought was, everyone else can just hit $ 08:58:49 another peicemeal option like the equip bar one for gold might be ok, but adding a lot of piecemeal options over the long run for hud configuration has a code cost 09:29:05 advil: clua.call_fun("c_user_hud") at the place where the noise or equip bar is written out wouldn't be extremely painful I don't think? at least I had this thought when I added elemental colour support to the equip bar 09:29:49 one of the tricks with modifying the hud is getting it to look ok in all 3 build targets 09:30:04 that by itself would be inert on webtiles, since the hud is done in javascript for webtiles 09:30:12 (also an issue with the equip bar) 09:30:26 yeah I remember dealing with that for the xom mood meter 09:30:52 I think aidanh does have his eyes on rewriting the hud in a much more general way 09:31:28 another issue is that all the spacing in the hud is done more or less manually, it's not like there are widgets that size automatically 09:31:56 yeah, in my quick and dirty version there would be something to trim or pad out 09:32:13 and it would be in the lua doc for the hook that the string returned was expected to conform 09:34:05 it's worth considering 09:34:32 if it's just text that can fill in that spot with the custom value, it would be doable to send that to webtiles 09:35:42 I also would want to check performance, it probably shouldn't be an issue but the hud gets redrawn a *lot* 09:35:57 mmm thats something I hadn't considered 09:36:40 it's probably completely fine, I'm just not 100% sure that it will be 09:38:03 if it were like, doing the whole hud in lua, then I'd be worried, but one call seems reasonable 09:39:14 "Proportion of players using webtiles: 95.39%" 09:39:21 rip console 09:39:30 gonna make a console only division for csdc :P 09:39:33 thanks for doing the tournament post gammafunk 09:39:47 he's not here I guess 09:40:17 anyway speaking of this particular spot on the hud thoughts on pr 805? 09:43:20 i was thinking of redoing the hud as basically just a bunch of text widgets in a grid 09:44:11 805 seems reasonable, I haven't ever used the equip bar though so I have no intuitions about what this would look like 09:45:08 without the animation it will look exactly like the equip bar except the glyphs for unrands will be that unrand's glyph colour and not white 09:45:19 well, and some sort of colour bar widget too, and possibly status tiles at some point 09:46:39 I don't really know what the equip bar looks like in practice either (I've seen a few screenshots) 09:47:20 there's no reason you couldn't expose hooks for lua to modify the hud, especially if they do so from the ready() callback 09:47:38 oh, doing it from ready might be a good way 09:47:39 that'd eliminate the risk of performance problems 09:47:59 ebering I've been planning on doing a PR pass after we get 0.22.1 out so if no one's merged it by then I can look at 805 as well 09:48:07 ok cool 09:48:54 I've got a few other small ones up. I know gammafunk wants to look at unrands more generally. The vault in 827 needs more thorough revision than my pr it's pretty whack 09:49:26 let me know if things need rebasing 09:49:35 !tell CanOfWorms thanks for the suggestions, I'll try those out 09:49:35 aidanh: OK, I'll let canofworms know. 10:06:33 %git 597973d3700ed 10:06:33 07|amethyst02 * 0.21-a0-243-g597973d: Better handle Qazlal, scarf, and Cloud Mage cloud immunity. 10(12 months ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/597973d3700e 10:11:47 heh, I was basically just trying to figure out where demonic guardian cloud immunity was handled, and it is in (only) one of the two overloaded versions of actor_cloud_immune, both of which are also distinct (though they call) actor::cloud_immune and monster::cloud_immune 10:12:07 *distinct from 10:12:22 !source actor_cloud_immune 10:12:23 1/2. https://github.com/crawl/crawl/blob/master/crawl-ref/source/cloud.cc#L849 10:13:33 %git 42870f9503 10:13:33 07MarvinPA02 * 0.17-a0-1785-g42870f9: Give Demonic Guardians Fedhas-style protection from player ranged attacks 10(3 years, 1 month ago, 6 files, 52+ 43-) 13https://github.com/crawl/crawl/commit/42870f950378 10:13:54 there we go, I should have tried capitalization in the log 10:37:14 in travel.cc I think _userdef_run_startrunning() is called in the wrong place 10:37:35 because the hook isn't called for rests even though it is supposed to be 10:45:19 alexjurkiewicz: thanks, but i've mentioned i installed with debian package manager (apt-get) but i can try compiling myself and see if that helps. 13:05:40 Unstable branch on crawl.akrasiac.org updated to: 0.23-a0-139-ga22e90c (34) 15:33:35 @??flying skull 15:33:35 flying skull (00z) | Spd: 15 | HD: 7 | HP: 16-24 | AC/EV: 10/17 | Dam: 14 | 07undead, evil, fly, unbreathing | Res: 06magic(20), 05fire, 02cold, 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | Vul: 08holy | XP: 227 | Sz: tiny | Int: animal. 15:41:50 Here is one more thing that need to be stripped of cycling: spell library. 15:45:09 -!- aidanh_ is now known as aidanh 16:16:13 -!- Yermak_ is now known as Yermak 18:41:48 -!- tuh47864 is now known as ebering 21:01:53 03advil02 07[ghost_fixes] * 0.23-a0-132-gc537a1f: Don't use the full minor tag versioning for bones files 10(6 minutes ago, 4 files, 49+ 8-) 13https://github.com/crawl/crawl/commit/c537a1fbddba 21:06:39 03advil02 07[ghost_fixes] * 0.23-a0-132-g71fb172: Don't use the full minor tag versioning for bones files 10(11 minutes ago, 3 files, 48+ 8-) 13https://github.com/crawl/crawl/commit/71fb17221afc 21:14:13 %git 1e3a2e4e2f35f03 21:14:13 07Aidan Holm02 * 0.23-a0-33-g1e3a2e4: Remove most remaining CRT control code, take two (NormalPerson7) 10(4 weeks ago, 16 files, 15+ 94-) 13https://github.com/crawl/crawl/commit/1e3a2e4e2f35 22:11:07 03advil02 07* 0.23-a0-140-g7f38390: Fix ?/ at the main menu 10(2 minutes ago, 2 files, 59+ 16-) 13https://github.com/crawl/crawl/commit/7f38390aa58c 23:10:28 Unstable branch on crawl.jorgrun.rocks updated to: 0.23-a0-140-g7f38390aa5 (34) 23:29:31 03advil02 07* 0.23-a0-141-g456867d: Fix incorrect .. in some text popups on hidpi displays 10(6 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/456867d837b6