02:12:06 Windows builds of master branch on crawl.develz.org updated to: 0.25-a0-713-g4845790874 02:45:05 Monster database of master branch on crawl.develz.org updated to: 0.25-a0-651-g8c222c7a2b 03:11:56 Unstable branch on crawl.beRotato.org updated to: 0.25-a0-713-g4845790 (34) 03:31:00 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-2999-g24818c1c7b 03:32:38 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.22.1-2563-g89cf89ca2f 03:57:40 New branch created: makefile-tidy (5 commits) 13https://github.com/crawl/crawl/tree/makefile-tidy 03:57:41 03Aidan Holm02 07[makefile-tidy] * 0.25-a0-712-gbcb5d71: Use includes relative to source directory 10(7 days ago, 57 files, 95+ 96-) 13https://github.com/crawl/crawl/commit/bcb5d71aacc0 03:57:41 03Aidan Holm02 07[makefile-tidy] * 0.25-a0-713-g3a886af: Remove unused platform detection code 10(4 days ago, 1 file, 0+ 4-) 13https://github.com/crawl/crawl/commit/3a886afd602b 03:57:41 03Aidan Holm02 07[makefile-tidy] * 0.25-a0-714-g240ec22: Detect -rdynamic support automatically 10(4 days ago, 1 file, 6+ 11-) 13https://github.com/crawl/crawl/commit/240ec223777c 03:57:41 03Aidan Holm02 07[makefile-tidy] * 0.25-a0-715-ge671dfe: Refactor LUA_PACKAGE/BUILD_LUA handling 10(4 days ago, 1 file, 5+ 7-) 13https://github.com/crawl/crawl/commit/e671dfedc3be 03:57:41 03Aidan Holm02 07[makefile-tidy] * 0.25-a0-716-g62a8d15: Don't use ncurses CFLAGS on tiles builds 10(4 days ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/62a8d155204f 04:46:00 The build passed. (makefile-tidy - 62a8d15 #12962 : Aidan Holm): https://travis-ci.org/crawl/crawl/builds/671171497 12:27:17 03Nikolai Lavsky02 {Aidan Holm} 07* 0.25-a0-714-g0fc42ec: Allow autotravel to shafts (12196) 10(2 weeks ago, 1 file, 5+ 1-) 13https://github.com/crawl/crawl/commit/0fc42ec24443 12:33:03 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-714-g0fc42ec244 (34) 12:45:28 03Aidan Holm02 07* 0.25-a0-715-gcbee7f0: Use includes relative to source directory 10(7 days ago, 57 files, 95+ 96-) 13https://github.com/crawl/crawl/commit/cbee7f0cb1de 12:45:28 03Aidan Holm02 07* 0.25-a0-716-g3121348: Remove unused platform detection code 10(4 days ago, 1 file, 0+ 4-) 13https://github.com/crawl/crawl/commit/31213489bf7b 12:45:28 03Aidan Holm02 07* 0.25-a0-717-g79a3701: Detect -rdynamic support automatically 10(4 days ago, 1 file, 6+ 11-) 13https://github.com/crawl/crawl/commit/79a37018c411 12:45:28 03Aidan Holm02 07* 0.25-a0-718-g143fc31: Refactor LUA_PACKAGE/BUILD_LUA handling 10(4 days ago, 1 file, 5+ 7-) 13https://github.com/crawl/crawl/commit/143fc3197822 12:45:28 03Aidan Holm02 07* 0.25-a0-719-gde951dc: Don't use ncurses CFLAGS on tiles builds 10(4 days ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/de951dce62c6 13:03:30 Unstable branch on crawl.kelbi.org updated to: 0.25-a0-719-gde951dce62 (34) 13:08:48 Unstable branch on crawl.akrasiac.org updated to: 0.25-a0-719-gde951dc (34) 13:53:17 does anyone know, is the stuff in https://github.com/crawl/dgamelaunch-config/tree/master/chroot/data manually generated? 13:58:43 afaict it is? 14:03:24 manual, yep 14:04:25 it could probably be autogenerated with yet another layer of template gunk, or alleviated with patches to dgamelaunch to add certain variables 14:08:32 in the sense that it's in the category of things done in 30s once every six months it probably doesn't urgently need to be automated 14:08:38 but it wasn't mentioned at all in the install guide 14:09:06 (of course it's also in the category of things that is extremely dumb to have to do manually) 14:12:13 also, it's something that does not stand in the way of updates and incremental improvements; servers won't crash or fail to build 14:24:08 a 14:24:09 er 14:24:34 aidanh: https://github.com/crawl/dgamelaunch-config/blob/master/chroot/sbin/install-stable.sh#L79 gets an unbound variable error and it's not immediately obvious to me what the fix is 14:24:45 (where is that variable supposed to be coming from?) 14:25:24 maybe it should be VERSION in the first instance? 14:26:14 i.e. "${VERSION//0./}"? 14:29:26 I think that might be it (though then I got another error immediately after, but that may be more about a bug in the guide) 14:53:38 Has mainline fixed this bug? I just got it reported in my fork and I'm like 90% sure it's a mainline bug and not mine. If new Iskerun's Mystic Blast is cast during tornado there's an assert failure in the knockback code since both IMB and Tornado tried to move the creature on the same turn. coord_def newpos = oldpos; 14:53:54 sorry this line: 14:55:21 Why not... try it in vanilla? 15:03:59 bh: there's a comment from you in the chei wrath code; I could do some git blaming to get more precise archaeology 15:04:14 bh: but perhaps you know why *spell miscasts* were used in chei wrath 15:41:45 ebering: lots of god wraths historically used spell miscasts just as a source of random vague bad things, i'd assume just because of that 15:42:12 i guess chei's is a little weirder because it's not tied to a school maybe 15:42:50 yeah 15:44:31 i guess thematically it's just supposed to be like, space-time being messed with in weird ways 16:09:47 I'm currently looking at miscasts and trying to understand the actual scope of miscast reform 16:09:55 the use off miscasts for random vague bad things has made this 16:10:01 expansive 16:16:55 -!- aidanh_ is now known as aidanh 16:18:06 heh yeah, that's definitely a good project 16:18:06 i think the number of places that use miscasts randomly has shrunk a bit over the years but it's still pretty substantial 16:21:09 I found r-i's old miscast reform commit and I feel like if they were around we'd be clashing with my take on the project 16:21:20 they seemed to be in favor of many different, flavorful miscast effects 16:21:34 which is hard for a player to reason about 16:39:53 -!- Tiobot is now known as Guest81445 16:40:26 ok I've finally found the time to write up my thoughts in advance of implementing them 16:40:29 https://github.com/crawl/crawl/wiki/Miscast-Simplification 16:43:53 I'd appreciate input on how to fill in the summoning TODO 17:12:36 well, I now am in the dubious club of people who have actually run through the infamous "setting up dgamelaunch" instructions (in my case in docker) 17:13:56 aidanh you may want to double check the various fixes I committed to https://github.com/crawl/dgamelaunch-config, it wasn't working as-is (but now should be) 17:16:35 well, "as-is" is maybe strong, there are still various uncommitted things I did that are not bugfixes but I may commit as more sane defaults 17:16:57 Oooh, I'm in a dubious club! 18:16:30 seeding error report https://www.reddit.com/r/dcss/comments/fvktyc/seeded_game_diverging_in_024/ 18:22:47 Unstable branch on underhound.eu updated to: 0.25-a0-719-gde951dce62 (34) 23:08:46 New branch created: miscast-simplification (4 commits) 13https://github.com/crawl/crawl/tree/miscast-simplification 23:08:46 03ebering02 07[miscast-simplification] * 0.25-a0-720-g4e4d767: Adjust Trog wrath 10(4 hours ago, 1 file, 19+ 13-) 13https://github.com/crawl/crawl/commit/4e4d767bd58c 23:08:46 03ebering02 07[miscast-simplification] * 0.25-a0-721-g9d4e3d5: Adjust Lugonu wrath 10(2 hours ago, 1 file, 6+ 11-) 13https://github.com/crawl/crawl/commit/9d4e3d51808a 23:08:46 03ebering02 07[miscast-simplification] * 0.25-a0-722-g2230578: Adjust Cheibriados wrath 10(2 hours ago, 1 file, 9+ 16-) 13https://github.com/crawl/crawl/commit/223057894080 23:08:46 03ebering02 07[miscast-simplification] * 0.25-a0-723-g57056ca: Adjust Fedhas wrath 10(4 minutes ago, 3 files, 23+ 12-) 13https://github.com/crawl/crawl/commit/57056ca09b1a 23:09:08 the project begins 23:10:28 now 23:10:34 let's see how much ebering has ruined crawl 23:12:57 ebering: that stuff about the player shadow in the fedhas wrath commit looks like it belongs elsewhere? 23:13:48 you'd think that but it was triggering an ASSERT in player.cc when casting PRIMAL WAVE 23:13:52 also typo here: "* or thorn volly" 23:14:32 oh, right, to describe the pusher I guess 23:14:32 yep 23:14:36 could be split out to its own commit, but nbd; as long as it's not a borked rebase or something 23:19:47 New branch created: pull/1341 (4 commits) 13https://github.com/crawl/crawl/pull/1341 23:19:47 Branch pull/1341 updated to be equal with miscast-simplification: 13https://github.com/crawl/crawl/pull/1341 23:24:26 you could also give blinkitis as well as teleitis for disto unwield 23:24:42 savage 23:24:50 like the temp mut? 23:25:39 suggesting the mutation be temporary is a 23:25:41 distortion 23:25:43 of my idea 23:27:40 !flip alexjurkiewicz 23:27:40 (╯°□°)╯︵ zɔᴉʍǝᴉʞɹnɾxǝlɐ 23:27:54 wow my terminal does not render that very well at all 23:46:58 03Alex Jurkiewicz02 07https://github.com/crawl/crawl/pull/1253 * 0.25-a0-735-g3fc004d: Fix syntax for Python 2 10(16 hours ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/3fc004d4f04c 23:47:10 aidanh: advil: do you want me to rebase my PR to squash the review comment stuff now? 23:53:10 The build passed. (miscast-simplification - 57056ca #12965 : Edgar A. Bering IV): https://travis-ci.org/crawl/crawl/builds/671453839