01:34:27 Unstable branch on crawl.develz.org updated to: 0.28-a0-21-gf74fda84f9 (34) 01:54:51 Windows builds of master branch on crawl.develz.org updated to: 0.28-a0-21-gf74fda84f9 02:27:08 Unstable branch on cbro.berotato.org updated to: 0.28-a0-21-gf74fda84f9 (34) 02:53:50 Monster database of master branch on crawl.develz.org updated to: 0.28-a0-21-gf74fda84f9 03:13:26 Stable (0.27) branch on cbro.berotato.org updated to: 0.27-b1-16-g6517624069 03:14:27 I can't find the commit, but do you guys remember the complaints about webtiles stacking up animations for spectators? If you started to watch someone, then switched tabs, then returned, you had to rewatch all the animations happened while webtiles tab wasn't in focus. I'm afraid something similar started to happen, but this time without tab switching. If you watch someone playing fast and then decide to leave the game by pressing 03:14:27 'Esc', you don't leave immediately, but only after all animations are played. Sometimes it takes up to ~10 seconds for me. (It may have been happening before in the past but only took maybe a couple of seconds.) 03:31:11 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4217-g7c68dc2372 03:31:56 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-617-g4b524a92c8 04:17:51 -!- allbery_b is now known as geekosaur 08:44:30 <03w​heals> @advil do you know if there's a reason for the duplication between _special_keys_to_string and keycode_to_name? currently ?? says -265: game menu because it uses the former, but it looks like it can be entirely replaced by the latter and then it will show F1 instead 09:40:15 03CanOfWorms02 {GitHub} 07* 0.28-a0-22-g9d592f0669: Differentiate hydra tiles from plant tiles 10(3 seconds ago, 5 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/9d592f0669e4 09:47:10 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-22-g9d592f0669 (34) 10:47:57 <06a​dvil> @wheals they both do somewhat different things, and _special_keys_to_string doesn't handle as much (I think) 10:48:13 <06a​dvil> iirc I didn't find the static one when I wrote keycode_to_name 10:48:37 <06a​dvil> I wouldn't wholesale replace them without looking at other help key rendering 10:50:31 <06a​dvil> maybe it's just a matter of how ctrl is rendered 10:51:33 <03w​heals> that seems to be the only change, also _special_keys_to_string is used only in ?? so the effects will be localized at least 10:53:34 <03w​heals> ...never mind, it is used in a few more places 10:56:44 -!- allbery_b is now known as geekosaur 11:02:12 <03w​heals> the one potential problem i can see is that it might break a lua script that relies on the format of get_command 11:27:13 <03w​heals> did you have a particular preference for rendering it as ^ rather than ctrl-? i'm currently leaning toward standardizing it as the latter 11:28:11 I can actually see an argument against: confusion with * 11:29:21 <03w​heals> to be fair, * does the same thing 11:29:36 but does standalone ^ ? 11:29:41 <03w​heals> but i'm not actually sure how widespread the knowledge that ^ is shorthand for ctrl is (outside of mac users, i suppose) 11:39:49 <06a​dvil> The reason I used ^ is because that is what gets parsed for ctrl in bindkey (and I think other) options 11:40:05 <06a​dvil> plus the one I wrote is used to render keys for menus, so shorter is better 11:41:32 <06a​dvil> tbh in this stage of the cycle, I was going to just add the F keys to the enum for the other one and do nothing more 11:42:08 <03w​heals> oh yeah, i 100% agree that's what should be done on the 0.27 branch 11:42:16 <06a​dvil> since this is a matter of just getting one key to work in help 11:43:00 <03w​heals> but i have a commit written for master branch that merges them 11:45:07 03wheals02 07* 0.28-a0-23-gaa6b198bf9: Allow +/- as inputs in the macro menu on Webtiles (Spaninq) 10(42 minutes ago, 2 files, 3+ 0-) 13https://github.com/crawl/crawl/commit/aa6b198bf923 11:45:38 03wheals02 07[stone_soup-0.27] * 0.27-b1-17-g68ea57a29c: Allow +/- as inputs in the macro menu on Webtiles (Spaninq) 10(43 minutes ago, 2 files, 3+ 0-) 13https://github.com/crawl/crawl/commit/68ea57a29c34 11:47:10 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-23-gaa6b198bf9 (34) 12:07:30 <03w​heals> found another good bug in trunk: \ : staves (wield and e0oke) 12:11:08 -!- Yermak_ is now known as Yermak 12:17:43 <09h​ellmonk> e 12:18:17 <09h​ellmonk> 🅱️oke 12:32:16 03wheals02 07* 0.28-a0-24-g643d97a57c: Standardize conversion of keycodes to text 10(68 minutes ago, 2 files, 34+ 84-) 13https://github.com/crawl/crawl/commit/643d97a57c66 12:32:16 03wheals02 07* 0.28-a0-25-g17765e0794: Change some false claims about staves 10(14 minutes ago, 2 files, 5+ 6-) 13https://github.com/crawl/crawl/commit/17765e079436 12:32:16 03wheals02 07* 0.28-a0-26-ge5760e785a: Remove CMD_FORCE_EVOKE_WIELDED 10(11 minutes ago, 2 files, 0+ 2-) 13https://github.com/crawl/crawl/commit/e5760e785a0a 12:34:46 <12e​bering> @wormsofcan other missing icon tiles: one for word of chaos (ds ability) 12:36:12 03wheals02 07[stone_soup-0.27] * 0.27-b1-18-g4d96da1a43: Correctly display function keys in the ?? menu 10(2 minutes ago, 1 file, 13+ 0-) 13https://github.com/crawl/crawl/commit/4d96da1a4306 12:36:12 03wheals02 07[stone_soup-0.27] * 0.27-b1-19-ga852017f24: Change some false claims about staves 10(18 minutes ago, 2 files, 5+ 6-) 13https://github.com/crawl/crawl/commit/a852017f249f 12:36:16 <12e​bering> there is a github submission for storm form, which I'd like to use (the bottom center one looks nice) but it's not cut in a separate file 12:36:32 <12e​bering> also player doll for storm form is currently a placeholder 12:36:48 <08w​ormsofcan> pf said he already has a storm form tile 12:36:52 <08w​ormsofcan> for the spell 12:36:57 <08w​ormsofcan> doll tile will be made though 12:38:30 <12e​bering> ah, PF merged one of the ones from the github issue and didn't close the ticket or mention it or make a comment 12:43:07 <12e​bering> @wormsofcan the blinkbolt you sent is square and not an octagon like the other ability icons for 'a' 12:43:19 <08w​ormsofcan> oh oops 12:43:37 <12e​bering> I can probably muddle through fixing it but it might be quicker for you 12:43:42 <08w​ormsofcan> yeah I'll do a quick fix 12:43:48 <12e​bering> ❤️ 12:46:36 <10P​leasingFungus> that's called 'humble devving' 12:46:42 <10P​leasingFungus> ...or something 12:46:57 <08w​ormsofcan> https://cdn.discordapp.com/attachments/747522859361894521/869259509992939600/blinkbolt.png 13:00:28 03ebering02 07* 0.28-a0-27-g84096a565d: tile: Shatter the Chains ability icon (CanOfWorms) 10(35 minutes ago, 3 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/84096a565df5 13:00:28 03ebering02 07* 0.28-a0-28-g95c66c932c: tile: blinkbolt ability icon (CanOfWorms) 10(16 minutes ago, 3 files, 3+ 0-) 13https://github.com/crawl/crawl/commit/95c66c932c3b 13:01:10 <09g​ammafunk> thx for the tiles worms 13:01:28 <09g​ammafunk> we'll also need a 0.27 tournament footer if you have time to make that one @wormsofcan 13:01:43 03ebering02 07[stone_soup-0.27] * 0.27-b1-20-g3a99509eb7: tile: Shatter the Chains ability icon (CanOfWorms) 10(36 minutes ago, 3 files, 3+ 3-) 13https://github.com/crawl/crawl/commit/3a99509eb704 13:01:43 03ebering02 07[stone_soup-0.27] * 0.27-b1-21-gba3e17fd10: tile: blinkbolt ability icon (CanOfWorms) 10(17 minutes ago, 3 files, 3+ 0-) 13https://github.com/crawl/crawl/commit/ba3e17fd1011 13:01:48 <10P​leasingFungus> wow, now you want him to serve you hand and footer?? 13:01:55 <09g​ammafunk> he owes me BIG because I first showed him how to use git 13:02:08 <12e​bering> ty for the tiles worms 13:02:11 <08w​ormsofcan> give them an inch and they'll ask for a footer 13:02:57 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-26-ge5760e785a (34) 13:03:41 <09g​ammafunk> @wormsofcan btw I guess I finally did mostly address the cloud generator issues we discussed a long time ago. Moved them all to fixed shortcut locations that have a chance to generate, removed the totally random ones, and left a few non-shortcut fixed ones in maps where it made sense (like the end of the demon one) 13:03:46 <09g​ammafunk> not sure if you saw that change 13:03:53 <09g​ammafunk> in ice caves, that is 13:04:05 <08w​ormsofcan> nice 13:04:19 <08w​ormsofcan> is this finally the end of dead ice cave reapers 13:07:12 <09h​ellmonk> Yet another reaper buff 13:09:51 <09g​ammafunk> yes, I went the route of giving them rC+++ by giving them robe of rC and ring of rC (either cold prot or ice), so they can survive the clouds now 13:10:08 <09g​ammafunk> in that cave, at least; the others where they appear don't have cloud generators 13:24:37 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-28-g95c66c932c (34) 13:29:25 Unstable branch on crawl.akrasiac.org updated to: 0.28-a0-28-g95c66c9 (34) 14:07:44 <12Z​ureaL> is anyone else having a problem with 0.27 and RC files showing up blank first time a player tries to edit their rc file? 14:21:17 <12Z​ureaL> I may have figured it out. I thought it was looking for the file named dgl-default.crawl-0.27.rc, but instead it's looking for init.txt in the dgldir/crawl-0.27-settings folder 14:40:27 <09g​ammafunk> aha 14:42:12 <09g​ammafunk> yeah @ZureaL when I saw that behavior, it reminded me that we had run into this issue before, although perhaps those cases were permissions issue and not the pathing issue you're having in particular. Did you encode that dgl-default.crawl-0.27.rc path yourself somewhere, or do we have some aspect of the dgl scripts misconfigured by default 14:43:22 <12Z​ureaL> the dgl script is looking for init.txt in the directory I mention above, it's not looking for that dgl-default... file...I don't know if my RC file is "misconfigured" or it's just always been that way when we adopted some of this from the original CBRO 14:44:00 simcity (L27 OpCj) Crash caused by signal #6: Aborted (D:15) 14:44:08 <12Z​ureaL> rut ro 14:45:21 <12Z​ureaL> ` ifnxcp "%rdata/crawl-0.27-settings/init.txt" "%rrcfiles/crawl-0.27/%n.rc", 14:45:59 <12Z​ureaL> I think that's the right line? 14:52:54 <09g​ammafunk> looks correct, at least, would have to look deeper into it 15:34:22 Stable (0.27) branch on crawl.kelbi.org updated to: 0.27-b1-21-gba3e17fd10 16:11:18 is storm form missing from the changelog? 16:17:42 <10P​leasingFungus> oh 16:17:51 <10P​leasingFungus> probably 17:28:01 03gammafunk02 07* 0.28-a0-29-g0adfcbbeba: fix: monsters targeting of invis players (dilly) 10(5 hours ago, 2 files, 12+ 6-) 13https://github.com/crawl/crawl/commit/0adfcbbeba02 17:28:26 03gammafunk02 07[stone_soup-0.27] * 0.27-b1-22-gd4ad985e13: fix: monsters targeting of invis players (dilly) 10(5 hours ago, 2 files, 12+ 6-) 13https://github.com/crawl/crawl/commit/d4ad985e13da 17:32:19 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-29-g0adfcbbeba (34) 17:55:51 -!- allbery_b is now known as geekosaur 18:11:58 <09g​ammafunk> wow, is it really, big omission 18:12:20 <09g​ammafunk> @advil btw, are you going to have time to set up CAO 0.27 branch, or should I try to do that? 18:16:09 <06a​dvil> if you will get to it soon feel free 18:16:21 <06a​dvil> I probably could do it some time before the end of the week 18:23:16 Unstable branch on underhound.eu updated to: 0.28-a0-29-g0adfcbbeba (34) 19:15:14 <09g​ammafunk> ok, maybe I can do tomorrow 19:59:50 -!- Yermak_ is now known as Yermak 22:30:57 03kate-02 07* 0.28-a0-30-g84e2d79d80: Move a volcano entry out of flame cloud range 10(62 seconds ago, 1 file, 7+ 7-) 13https://github.com/crawl/crawl/commit/84e2d79d8019 22:47:08 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-30-g84e2d79d80 (34) 22:52:39 <09g​ammafunk> @ZureaL looks liked seeded 0.27 doesn't work properly; I'm getting sent back to lobby when I click on it, and I think someone trying it from ssh might be getting some strange things happening https://cdn.discordapp.com/attachments/205316046230388737/869410609794527242/unknown.png 22:52:48 <09g​ammafunk> !lg gorgoleon x=src 22:52:49 <04C​erebot> 1260. [src=cbr2] Gorgoleon the Nimble (L14 HaHu of Okawaru), engulfed by a fire crab's flame on Lair:6 (cheibrodos_lair_end_hotspot) on 2021-07-25 06:41:53, with 43712 points after 21043 turns and 1:18:53. 22:59:38 <12Z​ureaL> looks like I didn't create the directory for 27-seeded...standby 23:01:09 <12Z​ureaL> for inprogress...I need to add that to my new version directory building script 23:01:19 <12Z​ureaL> should be good to go now 23:04:05 <12Z​ureaL> I'm able to start a 27-seeded game 23:06:27 <09g​ammafunk> nice, thanks! 23:06:51 <12Z​ureaL> Thanks for pointing it out