01:34:36 Unstable branch on crawl.develz.org updated to: 0.27-a0-1101-ge311f74bc8 (34) 01:55:35 Windows builds of master branch on crawl.develz.org updated to: 0.27-a0-1101-ge311f74bc8 02:18:45 Unstable branch on cbro.berotato.org updated to: 0.27-a0-1101-ge311f74bc8 (34) 02:53:49 Monster database of master branch on crawl.develz.org updated to: 0.27-a0-1101-ge311f74bc8 03:31:30 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4135-g7666618ddd 05:40:17 New branch created: pull/1931 (1 commit) 13https://github.com/crawl/crawl/pull/1931 05:40:17 03sdynet02 07https://github.com/crawl/crawl/pull/1931 * 0.27-a0-1102-g638a06e: lower Necromutation to level 7 10(7 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/638a06e9c235 10:12:28 03advil02 07* 0.27-a0-1102-g38810cc: fix: handle tab at weapon select menu 10(2 minutes ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/38810cc1a418 10:17:12 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1102-g38810cc1a4 (34) 10:31:08 03advil02 07* 0.27-a0-1103-g910b67f: fix: save head count across fsim rounds 10(8 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/910b67f9770a 10:35:16 hm I guess that still doesn't fix fsimming against one-headed hydras 10:35:37 fsim must not repair instant death? 10:38:31 not entirely sure why these unwinds aren't restoring the hydra 10:43:35 maybe it's as simple as indirect triggers of monster_die can lead to crashes? But if so, I would expect a lot more fsim cases to crash 10:46:55 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1103-g910b67f977 (34) 11:38:18 03advil02 07* 0.27-a0-1104-gbc3fc77: fix: disable decapitation during fsim 10(28 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/bc3fc7707e05 11:38:18 03advil02 07* 0.27-a0-1105-g946c659: fix: disable cleaving during fsim 10(3 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/946c659c871a 11:47:08 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1105-g946c659c87 (34) 13:07:05 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-1105-g946c659 (34) 13:13:10 Anyone know how I can access either of the links provided so I can debug this? It didn't put a crash log in the morgue file so it's jus thtose two links to go on; the save link asks for credentials and IDK how to navigate to the other one. 13:13:11 https://www.reddit.com/r/BcadrenCrawl/comments/n0i18c/crashing_in_cocytus/ 13:47:09 Bcadren: send me an email so i get your address and i'll send you the save 13:47:09 floraline: You have 1 message. Use !messages to read it. 13:49:54 uhh . . . is your address public somewhere? 13:51:16 webmaster@kelbi.org that's listed on CKO or something else? 13:57:34 sorry yes webmaster is fine 13:58:11 Sent 14:50:50 Suggestion for any mainline dev that wants to bother. you.mutation[], you.innate_mutation[], you.temporary_mutation[], and you.sacrifices[] are all the same length and all store values between 0 and 3. You could union them into a single byte while saving to save 3 * NUM_MUTATIONS bytes per save. ~a kilobyte every two saves. 14:58:44 I don't think you mean a union but also... it's not 1984 anymore 15:00:09 (oh, maybe you do but it's still not 1984) 15:04:48 bitfield? There are several instances of that kind of thing being used in Crawl code. it's all one uint_8; but the first two bits used for x, second for y; etc. (It's not much savings per file; but with the amount of players it adds up). 15:12:13 <10P​leasingFungus> unclear to me it does add up 15:14:45 A save from a character who's just started the game is circa 32K, so you're at most saving 1/64. 15:16:14 <10P​leasingFungus> and note that, if memory serves, a very large part of the space being used on servers is from old trunk builds, ttyrecs, etc - saves are just one type of thing being stored 15:16:14 <10P​leasingFungus> (i might be out of date about ttyrecs specifically) 15:19:12 (curiously, in 0.23 it's about 50K, so there's been quite a significant saving there) 15:20:46 <10P​leasingFungus> i blame food 15:20:56 <10P​leasingFungus> without any attempt to justify it, mind you 15:27:57 I noticed it and thought I'd suggest it; it is probably not worth the trouble (I'm sure morgues; old trunk builds; milestones, etc. are a lot more room; but *shrug* a penny saved is a penny earned? hah) 17:07:40 It looks like vampiric randarts could be found with "vamp", but not "vampiric". Bug? 17:14:49 <03w​heals> try "vampirism" 17:16:51 <03w​heals> ok i tried that myself, never mind 17:18:03 <03w​heals> though the same thing is true of other randart brands, "flame" gets randarts of flaming but "flaming" does not 17:22:26 <03w​heals> i suppose dat/clua/stash.lua line 86 should be changed to append both ego_type and ego_type_terse, though im not sure what knockon effects that could have for other item types 17:24:03 <03w​heals> actually, that would lead to vampirism being appended, but vampiric still would not be 18:22:12 Unstable branch on underhound.eu updated to: 0.27-a0-1105-g946c659c87 (34) 18:23:10 <08n​icolae> would it find randarts of flamingo, though 19:16:42 New branch created: pull/1932 (4 commits) 13https://github.com/crawl/crawl/pull/1932 19:16:42 03Aliscans02 07https://github.com/crawl/crawl/pull/1932 * 0.27-a0-1106-geacc9c3: Split _gift_sif_kiku_gift() into a function for each god. 10(48 minutes ago, 1 file, 48+ 32-) 13https://github.com/crawl/crawl/commit/eacc9c3d9799 19:16:42 03Aliscans02 07https://github.com/crawl/crawl/pull/1932 * 0.27-a0-1107-g9eb47b7: Simplify _give_sif_gift(). 10(48 minutes ago, 1 file, 17+ 18-) 13https://github.com/crawl/crawl/commit/9eb47b7c0466 19:16:42 03Aliscans02 07https://github.com/crawl/crawl/pull/1932 * 0.27-a0-1108-gafc8674: Simplify _give_kiku_gift(). 10(48 minutes ago, 1 file, 22+ 33-) 13https://github.com/crawl/crawl/commit/afc8674432e9 19:16:42 03Aliscans02 07https://github.com/crawl/crawl/pull/1932 * 0.27-a0-1109-g44554be: Let a Kikubaaqudgha-worshipping wizard create endless gifts. 10(47 minutes ago, 1 file, 5+ 5-) 13https://github.com/crawl/crawl/commit/44554be17495 22:12:02 -!- tiobot is now known as Guest15633 22:59:54 New branch created: pull/1933 (1 commit) 13https://github.com/crawl/crawl/pull/1933 22:59:54 03hellmonk02 07https://github.com/crawl/crawl/pull/1933 * 0.27-a0-1082-g9a00fc6: Slime themed ice cave. 10(4 minutes ago, 1 file, 77+ 0-) 13https://github.com/crawl/crawl/commit/9a00fc685402 23:47:07 Zeld (L8 OpCj) ERROR in 'mon-util.cc' at line 1999: bogus mc (no monster data): invalid monster_type 1000 (1000) (D (Sprint))