00:13:46 Unstable branch on cbro.berotato.org updated to: 0.33-a0-520-g0c05a917f8 (34) 00:55:12 Monster database of master branch on crawl.develz.org updated to: 0.33-a0-520-g0c05a917f8 02:24:30 sleeves (L27 VSRe) Crash caused by signal #6: Aborted (Pan) 04:32:48 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5249-g4a8afe7061 10:47:43 shadizar (L2 DjCj) ASSERT(you.hp) in 'player.cc' at line 3909 failed. (D:1) 12:57:47 New branch created: pull/4158 (1 commit) 13https://github.com/crawl/crawl/pull/4158 12:57:48 03Bennett Novak02 07https://github.com/crawl/crawl/pull/4158 * 0.33-a0-521-g41a925a122: fix: Yred keeps bound hydra heads 10(27 minutes ago, 2 files, 20+ 2-) 13https://github.com/crawl/crawl/commit/41a925a12208 12:57:49 possumpal (L2 MDFw) ASSERT(range >= 0) in 'beam.cc' at line 747 failed. (beam 'rocky spike', source 'player', item 'none'; has range -1) (D:1) 13:02:04 03Bennett Novak02 07https://github.com/crawl/crawl/pull/4158 * 0.33-a0-521-g99ffddde3f: fix: Yred keeps bound hydra heads 10(31 minutes ago, 2 files, 20+ 2-) 13https://github.com/crawl/crawl/commit/99ffddde3f90 13:06:33 <09g​ammafunk> testing with discord comment 13:07:12 <12g​e0ff> yay, it works! 13:07:17 <09g​ammafunk> yeah 13:07:24 <09g​ammafunk> no idea why that happened though 13:07:34 <09g​ammafunk> oh 13:07:40 <09g​ammafunk> were messages just not getting relayed 13:07:50 <09g​ammafunk> is that all it was, like they just weren't being sent freenode-side 13:08:08 <09g​ammafunk> right, that would happen from time to time with this bot from what I've seen 13:08:17 <09g​ammafunk> probably need to try that other bot that geekosaur recommended 13:08:35 <09g​ammafunk> it was just strange because messages from irc were being seen by the botessa and being relayed in discord 13:08:49 <09g​ammafunk> but apparently it wasn't actually relaying to the irc side properly somehow 13:17:26 <05i​coson> probably very little works freenode side any more 😆 13:33:21 I decided to let that one pass 🙂 13:44:40 03DracoOmega02 07* 0.33-a0-521-g3e022af010: New melee weapon base type: Partisan 10(2 days ago, 14 files, 53+ 19-) 13https://github.com/crawl/crawl/commit/3e022af0102b 13:44:40 03regret-index02 {DracoOmega} 07* 0.33-a0-522-g67a601c709: Vault review: partisan distribution edition 10(19 hours ago, 31 files, 143+ 124-) 13https://github.com/crawl/crawl/commit/67a601c709f7 13:44:40 03DracoOmega02 07* 0.33-a0-523-gbaccc4ca43: Experimentally adjust Alchemist level 1/2 spells 10(26 hours ago, 18 files, 164+ 82-) 13https://github.com/crawl/crawl/commit/baccc4ca43df 13:44:40 03DracoOmega02 07* 0.33-a0-524-gf97d59c571: Remove rPois from endoplasms 10(26 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/f97d59c571ef 13:44:40 03DracoOmega02 07* 0.33-a0-525-gc082a88ec8: Don't weaken monsters with no attacks 10(9 minutes ago, 2 files, 7+ 0-) 13https://github.com/crawl/crawl/commit/c082a88ec866 13:59:03 04Build failed for 08master @ c082a88e 06https://github.com/crawl/crawl/actions/runs/12167972967 13:59:40 <04d​racoomega> Oh, oops, vault spellbooks 14:03:50 03DracoOmega02 07* 0.33-a0-526-ga90abc6ff1: Fix custom books shop for new spells 10(67 seconds ago, 1 file, 6+ 6-) 13https://github.com/crawl/crawl/commit/a90abc6ff16e 14:26:10 03Bennett Novak02 07https://github.com/crawl/crawl/pull/4158 * 0.33-a0-522-g8a4099217e: fix: typo 10(64 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/8a4099217e16 15:13:00 03DracoOmega02 07* 0.33-a0-527-gae92cfba07: Fix randart staves getting verbose descriptons in dumps (Ge0FF) 10(4 minutes ago, 1 file, 11+ 5-) 13https://github.com/crawl/crawl/commit/ae92cfba07c5 15:49:46 <09h​ellmonk> gone are the days of just letting venom mages get solo killed by an ooze smh 15:58:23 but hey, they have more targets now thanks to freezing 16:29:16 <04d​racoomega> Oh, interesting update to https://github.com/crawl/crawl/issues/4152 16:31:14 <03i​mplojin> kudos to this arch package maintainer for finding that gcc -O0 thing in our makefile 16:32:18 <04d​racoomega> Yes 16:32:22 <04d​racoomega> I certainly never would have 16:32:45 <03i​mplojin> i noticed one of our crashlogs was using -O0 but i didn't even think to look into it 16:32:46 <04d​racoomega> (The makefile is completely arcane to me in general, even outside of platform-specific issues) 16:33:37 <04d​racoomega> (So if someone with more confidence on fixing the makefile bug than me could do so, that would be great ^^; ) 16:38:48 Unstable branch on underhound.eu updated to: 0.33-a0-527-gae92cfba07 (34) 16:43:35 -O0 should obly be used with g++ 4.2, supposedly. but I'd be interested in seeing what Arch's g++ produces from `g++ --version` 16:43:50 we couldn't be up to 14.2, could we? 16:43:59 <03i​mplojin> yes, it is 16:44:12 <03i​mplojin> > gcc --version > gcc (GCC) 14.2.1 20240910 16:44:18 oh, crap,, yes, I see Ubuntu is 13.2.0 16:44:25 the pattern overmatches 16:44:53 ifneq (,$(shell $(GXX) --version|grep 'g++.*4\.2\.')) 16:45:03 <03i​mplojin> the grep pattern in the makefile is overly broad 16:45:55 possibly put `[ (]` before the 4 16:46:16 or [^0-9] at least 16:50:19 incoming 16:50:41 further work would be to sort out what else is using what optimization flags 16:50:46 New branch created: pull/4159 (1 commit) 13https://github.com/crawl/crawl/pull/4159 16:50:47 03geekosaur02 07https://github.com/crawl/crawl/pull/4159 * 0.33-a0-528-g21fb913f43: restrict old g++ check 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/21fb913f4314 16:51:07 since the comments suggest CFOPTIMIZE and CFOPTIMIZE_L (the former being passed to contribs as well) should be the only ones 16:52:37 those are the only occurrences of -O 16:54:28 so I'm not sure how we can have a conflict unless either some of the -f options don't work with -O0 or gcc/g++ LTO doesn't work with -O0 (or Arch's build stuffs optimization flags in weird places, I guess) 16:55:54 <03i​mplojin> the arch package is passing its own custom set of flags when building 16:56:08 yes, I saw, that's why I tossed that in 16:56:13 <03i​mplojin> https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commits/main 16:56:19 well, saw earlier discussion 16:59:20 tbh I think they bought that one by not working with the Makefile 16:59:54 I used to maintain local builds of a lot of packages for a university; that "let's just assume they follow our standards" is a good way to get bad builds 17:00:12 <03i​mplojin> yes, i'd tend to agree, i was just worried prior to looking at this that it could have been on our end somehow 17:00:53 even granting that crawl's Makefile is a crawling horror 17:02:00 (I still want to do a joke fork of crawl whose monsters are various infamous parts of the code) 17:04:22 oh dammit, I typoed the branch name 17:04:25 oh well 17:35:26 03DracoOmega02 07* 0.33-a0-528-gafdce70f48: Fix the game thinking Mercury Arrow could hit 1 past its range (pisaster) 10(35 seconds ago, 1 file, 0+ 5-) 13https://github.com/crawl/crawl/commit/afdce70f48ff 18:42:46 Azoth (L4 MDFw) ASSERT(range >= 0) in 'beam.cc' at line 747 failed. (beam 'rocky spike', source 'player', item 'none'; has range -1) (D:4) 18:43:01 Azoth (L4 MDFw) ASSERT(range >= 0) in 'beam.cc' at line 747 failed. (beam 'rocky spike', source 'player', item 'none'; has range -1) (D:4) 21:24:40 03regret-index02 07* 0.33-a0-529-g988c20a3a5: Remove an unused enum 10(64 minutes ago, 1 file, 0+ 7-) 13https://github.com/crawl/crawl/commit/988c20a3a536 21:24:40 03regret-index02 07* 0.33-a0-530-g7ba2e51c61: Prevent Xom bazaar trips in Sprint 10(38 minutes ago, 1 file, 19+ 8-) 13https://github.com/crawl/crawl/commit/7ba2e51c6193 21:24:40 03regret-index02 07* 0.33-a0-531-g7ca0e80452: Further Forgecraft tiles (Sastreii) 10(9 minutes ago, 5 files, 1+ 1-) 13https://github.com/crawl/crawl/commit/7ca0e8045270 21:24:40 03regret-index02 07* 0.33-a0-532-g34712576ec: Tweak Call of Chaos's target checks 10(71 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/34712576ec44 22:04:52 -!- daethoven5 is now known as daethoven 23:35:21 Unstable branch on crawl.develz.org updated to: 0.33-a0-532-g34712576ec (34) 23:58:02 <03w​heals> Googling suggests that g++ 4.2 doesn't even support c++11 so i think we can remove that check entirely 23:58:12 Windows builds of master branch on crawl.develz.org updated to: 0.33-a0-532-g34712576ec