01:13:30 Is all combos except the last two being won 8 times coincidence or the limit wasn't raised to 9 as planned? 01:13:48 nem combos* 01:14:12 <12e​bering> points are awareded for all 9 01:14:16 <12e​bering> the display is bugged 01:14:28 <12e​bering> I pushed a fix, waiting on someone with cdo access to refresh 01:14:40 Err, so is there a chance to finish them? 01:14:53 <12e​bering> well, you should check sequell 01:15:02 <12e​bering> or use the search feature on the nemelex choice score page 01:15:03 I see, thx 01:15:11 <12e​bering> until the push is fixed yeah 01:15:39 <12e​bering> fix is pushed 01:15:55 <12e​bering> @advil do you have cdo access? 01:34:39 Unstable branch on crawl.develz.org updated to: 0.28-a0-71-g84acfa7270 (34) 01:56:12 Windows builds of master branch on crawl.develz.org updated to: 0.28-a0-71-g84acfa7270 01:58:51 nice, someone fixed the numpad bindings for targetting issues with "." - thanks! 02:00:54 0.27 seems like a fun build.. the difficulty in early/mid game is increased a bit it seems like, but there is more exciting loot possible earlier.. 02:16:58 Unstable branch on cbro.berotato.org updated to: 0.28-a0-71-g84acfa7270 (34) 02:54:00 Monster database of master branch on crawl.develz.org updated to: 0.28-a0-71-g84acfa7270 03:30:52 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4217-g7c68dc2372 03:36:08 <09g​ammafunk> pulled the fix and restarted taildb 06:24:50 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4217-g7c68dc2372 06:59:09 -!- rt is now known as robin 07:46:09 I'm surprised how few monsters quicksilver dragon snake ending has. 09:18:00 Yermak: That was something hellmonk did intentionally, because so many of the Snake endings have such a high monster count 09:18:21 He wanted there to be an ending about fighting a strong boss but with few monsters overall 11:27:53 I really like it - very stabber friendly. 11:50:41 Recently potions specific to portals have been made known. But Wucad Mu lab still has unknown !exp. 12:21:59 03gammafunk02 07* 0.28-a0-72-g77753f3aa7: feat: Don't use trees in a Swamp transporter vault 10(16 minutes ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/77753f3aa732 12:21:59 03gammafunk02 07* 0.28-a0-73-g16105a9d8c: fix: Identify a guaranteed vault potion (Yermak) 10(9 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/16105a9d8cf6 12:27:08 Tentacle segments are stuck forever after corruption was used. 13https://crawl.develz.org/mantis/view.php?id=12620 by Yermak 12:31:34 03PleasingFungus02 07* 0.28-a0-74-g42140f4989: Fix transform wieldability display bug (sanka) 10(82 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/42140f4989e7 12:32:12 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-73-g16105a9d8c (34) 12:34:48 how's that yacc warning? https://github.com/crawl/crawl/issues/2031 12:35:34 here's some suggestions. https://www.mail-archive.com/bison-patches@gnu.org/msg05668.html 12:43:29 i assume the first line of util/Makefile triggers it. 12:47:23 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-74-g42140f4989 (34) 12:53:12 bison -Wno-yacc indeed silenced the warning. try it. :) 12:53:32 remove -y 12:59:47 <12e​bering> jv84: we're currently running the release tournament, warnings from yacc are very low priority. for something like this a pull request is a much better way to get things fixed 13:07:22 Unstable branch on crawl.akrasiac.org updated to: 0.28-a0-74-g42140f4 (34) 13:47:21 I have a github question. Actually I have lots of them (I had a health crisis and have forgotten most of what I learned this spring), but this will do for now. 13:47:50 I made a pull request a week ago, the one for replacing Mephitic Cloud with Corpse Rot in Book of Vapours. 13:49:05 This was committed into 0.27, but on my guthub.com/mainiacjoe/crawl it is still listed as a commit, and says that my fork is 3 commits ahead of crawl:master 13:50:36 When I click, "contribute" and then "create pull request" to see which commits are ahead, I see this Book of Vapours one, and then two instances of "Merge branch 'crawl:master' into master" 13:51:25 How do I convince my fork that the Book of Vapours commit has already been turned into a pull request and already been committed to crawl:master? 13:52:35 <12e​bering> I do not know how to do this with github web tools 13:52:48 <12e​bering> do you ahve your local desktop set up to pull from the main crawl repo? 13:53:01 <12e​bering> as well as push to your github fork? 13:53:01 NB I wrote this commit simply by editing the https://github.com/mainiacjoe/crawl/blob/master/crawl-ref/source/book-data.h file on Github 13:53:42 I'm sorry ebering, I'm back at square one with Git. Looking back at my notes, I understand some, but not all 13:54:21 And previously, when I thoguht I understood, then I tried to do stuff and made a big rat's nest of commits and being out of sync 13:54:37 <12e​bering> ok; if you don't have any changes you want to keep and don't have a local set up that will be upset the best thing to do is just obliterate your repository and start with a fresh copy of crawl 13:54:46 I can do that. 13:54:55 <12e​bering> "best" meaning: there's probably a more "elegant" way to recover, but there's no point in doing it if nothing is lost 13:55:06 Agreed 13:56:23 <12e​bering> for future changes: create a branch in your repo for the topic of the change you want to make, one branch per PR (here's how to do it in the web ui: https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/managing-branches), then commit changes in the branch, then open the pull request from the branch 13:56:33 I also made some branches, "overflows" and "wrathtrog" I think. These are done, should I delete them? I'm not sure whether they "belong" to crawl/crawl or to mainiacjoe/crawl 13:57:06 <12e​bering> they're merged, so they can be safely deleted 13:57:12 OK 13:57:48 <10P​leasingFungus> mainiacjoe: thanks for that fix, btw! it was a good change 13:58:06 <12e​bering> to keep the master of your fork syncrhonized with crawl master, follow these instructions: https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork 13:58:32 <12e​bering> if you never make a commit to MainiacJoe/crawl:master this will always do a "fast-forward" and track the changes to crawl/crawl:master 13:58:56 <12e​bering> (nb for other readers, this is a new feature of the github web ui in the past couple months!! yay!!!) 14:00:53 Thanks PleasingFungus. I enjoy data crunching and when I expanded the spreadsheet for spell frequency in books to include start spells, I noticed that discrepancy. TBH I was afraid to make the commit because I wondered whether I'd just be told, "We did that intentionally" But devs are human I guess and can overlook things 14:02:34 I've searched for "trog" and "overflow" on both https://github.com/mainiacjoe/crawl/branches/all?query=trog and .../crawl/crawl/... and get no hits/ Not for "overflow" either. 14:02:54 <12e​bering> don't worry 14:03:24 <12e​bering> branches are pointers to chains of commits. when those pull requests are merged in one way or another the chain of commits becomes a part of the crawl/crawl repo 14:03:32 OK, I won't worry about those branches 14:03:43 <12e​bering> even if the branch name which is a pointer changes or is lost 14:04:41 So is it best practice to have different branches for different projects? For instance, I have quite a few vault ideas, and also some minor code enchancements, and also some new item ideas. Should I make branches for each of these? 14:04:52 <12e​bering> yes 14:05:10 One thing I recall being confusing was, if I have more than one pull request under review, how do I keep them straight? 14:06:06 <10P​leasingFungus> what do you mean? 14:07:05 Well recently, I had that Wrath of Trog change that was under review (thank you again for finishing that, I was out of commission). And I also had the overflows vaults that you'd asked me to make changes with. 14:07:47 When I would try to sync my offline repo (using Linux git command line) it would (as I recall) refuse to do anything because of conflicts. 14:07:53 I didn't know how to fix these. 14:08:34 That's why to do the Book of Vapours I avoided my offline repo and just edited the file directly on github.com 14:08:35 <12e​bering> if you have a branch per project, your offline repo should also have a branch per project that sync separately 14:08:49 <12e​bering> without seeing the error messages I can't tell what's gone wrong exactly though 14:08:52 Yes, I did have a separate branch offline also 14:09:36 but what I think I need to do is find again a "git for true newbies" that teaches more basic things than https://crawl.develz.org/wiki/doku.php?id=dcss:help:git 14:09:47 And then revisit this after the tourney 14:10:34 MainiacJoe: Have you read https://git-scm.com/book/en/v2 ? I found it helpful once I was getting lost with just cargo-culting stuff. 14:11:52 @Pinkbeast I have not, and that looks like an excellent resource. Thank you! 14:11:54 <12e​bering> that workflow is for people with the ability to commit to the crawl/crawl repository 14:12:02 <12e​bering> following it is not recommended 14:12:14 <12e​bering> (and in general things on the old doku wiki are, well, old, and might be out of date) 14:13:14 OK. I'm an educator by trade, so if I can distill "How to contribute code" into a lesson plan as it were, I'll feel confident I know what to do 14:16:33 03advil02 07* 0.28-a0-75-g15dc114455: feat: keycode help for macro mappings 10(2 minutes ago, 8 files, 130+ 11-) 13https://github.com/crawl/crawl/commit/15dc11445532 14:44:37 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-75-g15dc114455 (34) 14:46:30 <09h​ellmonk> did the base poisoning of poisonous vapors get buffed when it stopped being a cloud 14:46:57 <09h​ellmonk> I'm sometimes getting maximum stacks on dudes at max power 14:47:15 <09h​ellmonk> which admittedly makes pvap + ignite poison a very funny way to snipe monsters in vaults 14:53:53 <10P​leasingFungus> ‘boom. headshot’ 15:22:13 RBrandon (L10 DgSu) ERROR in 'tileweb.cc' at line 229: Socket write error: Resource temporarily unavailable (D:11) 15:22:17 rednaxela (L4 GhNe) ERROR in 'tileweb.cc' at line 229: Socket write error: Resource temporarily unavailable (D:1) 15:31:21 <09g​ammafunk> uh oh 15:32:47 whatever it was went away, it seems 15:41:14 <12Z​ureaL> CPU usage looks ok 15:41:14 <12Z​ureaL> https://cdn.discordapp.com/attachments/747522859361894521/871477694796296213/unknown.png 16:14:46 <05k​ate> at max power it can apply more stacks now, yeah, iirc it's usually 2 stacks at max power and very occasionally 3 16:15:33 <05k​ate> it loses out on the direct damage that the cloud used to deal though, so i think it's weaker at low power but a bit stronger at high power 18:24:15 Unstable branch on underhound.eu updated to: 0.28-a0-75-g15dc114455 (34) 18:34:02 03kate-02 07* 0.28-a0-76-g1dcfd26496: Fix spelling in a description 10(4 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/1dcfd2649647 18:47:25 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-76-g1dcfd26496 (34) 19:11:52 03kate-02 07* 0.28-a0-77-g616f7b5f32: Fix Summon Lightning Spire not having a targeter 10(2 minutes ago, 2 files, 2+ 1-) 13https://github.com/crawl/crawl/commit/616f7b5f32e0 19:17:26 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-77-g616f7b5f32 (34) 19:36:28 New branch created: propped_up (3 commits) 13https://github.com/crawl/crawl/tree/propped_up 19:36:28 03PleasingFungus02 07[propped_up] * 0.28-a0-75-g9d2dc7e724: Remove separate acc/damage plusses 10(3 hours ago, 1 file, 0+ 3-) 13https://github.com/crawl/crawl/commit/9d2dc7e72435 19:36:28 03PleasingFungus02 07[propped_up] * 0.28-a0-76-gafaba1d7ff: Constify almost all string literal props 10(6 hours ago, 71 files, 572+ 484-) 13https://github.com/crawl/crawl/commit/afaba1d7ffb8 19:36:28 03PleasingFungus02 07[propped_up] * 0.28-a0-77-gae6532cc72: Remove nonexistent prop references 10(44 seconds ago, 1 file, 0+ 6-) 13https://github.com/crawl/crawl/commit/ae6532cc72c1 19:44:07 03PleasingFungus02 07* 0.28-a0-78-g53beef7077: Fix Tukima's description (rockygr) 10(50 seconds ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/53beef7077e9 19:47:01 Unstable branch on crawl.kelbi.org updated to: 0.28-a0-78-g53beef7077 (34) 19:51:56 04Build failed for 08propped_up @ ae6532cc 06https://github.com/crawl/crawl/actions/runs/1088374000 20:12:19 03PleasingFungus02 07[propped_up] * 0.28-a0-78-g67996e37dd: Fix 10(13 seconds ago, 1 file, 6+ 6-) 13https://github.com/crawl/crawl/commit/67996e37dd36