01:35:28 Unstable branch on crawl.develz.org updated to: 0.27-a0-1081-ge8a0a9c698 (34) 01:55:31 Windows builds of master branch on crawl.develz.org updated to: 0.27-a0-1081-ge8a0a9c698 02:53:49 Monster database of master branch on crawl.develz.org updated to: 0.27-a0-1081-ge8a0a9c698 02:54:29 Unstable branch on cbro.berotato.org updated to: 0.27-a0-1081-ge8a0a9c698 (34) 03:30:50 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4135-g7666618ddd 09:06:04 Hailstorm doesn't damage enemies covered in fog (not seen). 13https://crawl.develz.org/mantis/view.php?id=12574 by Yermak 13:06:16 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-1081-ge8a0a9c (34) 13:38:29 03advil02 07* 0.27-a0-1082-g8197cba: fix: correctly handle hand names ending in `e` (celly00) 10(86 seconds ago, 1 file, 6+ 1-) 13https://github.com/crawl/crawl/commit/8197cbaaf9bd 13:47:04 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1082-g8197cbaaf9 (34) 15:35:40 Certain prompt happens after Rolling Charge, not before as it probably should. 13https://crawl.develz.org/mantis/view.php?id=12575 by Yermak 17:21:46 New branch created: pull/1928 (2 commits) 13https://github.com/crawl/crawl/pull/1928 17:21:46 03mgdelmonte02 07https://github.com/crawl/crawl/pull/1928 * 0.27-a0-1063-g610f8b4: adding is_excluded to is_safe_square 10(19 hours ago, 1 file, 5+ 0-) 13https://github.com/crawl/crawl/commit/610f8b4d4f51 17:21:46 03mgdelmonte02 07https://github.com/crawl/crawl/pull/1928 * 0.27-a0-1064-g127d767: added travel.is_excluded 10(9 minutes ago, 1 file, 21+ 1-) 13https://github.com/crawl/crawl/commit/127d767536a1 17:55:42 03kate-02 07* 0.27-a0-1083-gcf8293e: Fix pluralisation of pieces from Xom's chessboard 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/cf8293e1eb57 18:02:16 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1083-gcf8293e1eb (34) 18:23:39 Unstable branch on underhound.eu updated to: 0.27-a0-1083-gcf8293e1eb (34) 20:40:15 New branch created: pull/1929 (1 commit) 13https://github.com/crawl/crawl/pull/1929 20:40:15 03hellmonk02 07https://github.com/crawl/crawl/pull/1929 * 0.27-a0-1082-gc8edbf8: New volcano map with a smoke/steam theme. 10(5 minutes ago, 1 file, 57+ 0-) 13https://github.com/crawl/crawl/commit/c8edbf8fdfde 22:09:03 03kate-02 07* 0.27-a0-1084-g78b3836: Refactor disease to be a standard duration 10(30 hours ago, 20 files, 47+ 85-) 13https://github.com/crawl/crawl/commit/78b3836a5fc6 22:10:33 <10P​leasingFungus> vaguely wonder about whether it should be rethemed 22:10:53 <10P​leasingFungus> feels weird that curing can’t... well, cure disease 22:11:20 <10P​leasingFungus> not entirely sure what the theme would be 22:11:24 <05k​ate> possibly, it's not like the list of things that can be cured by curing really makes any particular sense either way though 22:15:36 <09g​ammafunk> ??Potion of curing 22:15:36 <04C​erebot> potion of curing[1/1]: Common potion that restores 5-11 health and cures sickness, poison, and confusion. Compare with {potion of heal wounds}. 22:15:36 <09g​ammafunk> now I have to rewrite this AGAIN 22:16:18 !learn edit potion_of_curing s/sickness, // 22:16:18 potion of curing[1/1]: Common potion that restores 5-11 health and cures poison, and confusion. Compare with {potion of heal wounds}. 22:16:31 !learn edit potion_of_curing s/, / / 22:16:31 potion of curing[1/1]: Common potion that restores 5-11 health and cures poison and confusion. Compare with {potion of heal wounds}. 22:16:53 vaguely wonder why sickness was listed first 22:29:12 Does anyone here happen to know why Crawl would be saving macro.txt in a hidden folder in my home directory, instead of somewhere more discoverable like /crawl-ref/settings/? 22:30:48 I ran into an unrelated autofight pathing bug, and I wanted to wipe out my macros to ensure nothing was interfering with ===hit_closest, and it took some effort to even find where the game was saving its macros att 22:33:26 <09g​ammafunk> it uses the historical unixy convention of ~/.crawl 22:33:41 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1084-g78b3836a5f (34) 22:33:45 <09g​ammafunk> the url you're giving is actually a repository url 22:34:15 <09g​ammafunk> er, the dir, sorry 22:35:03 <09g​ammafunk> and yeah I think the default build will search ~/.crawl for a number of things preferentially first 22:36:01 I see 22:40:27 maybe this is me being unfamiliar with traditional unix conventions, but it seems strange to me that crawl is saving that file out by its lonesome in ~/.crawl/, when the rest of the settings seem to default to /crawl-ref/settings/ and the saves go to /crawl-ref/source/saves/ 22:43:30 crawl-ref/settings is systemwide settings, not per-user, and likewise on a multiuser system, it will be installed in a way where users can't meddle with savefiles 22:45:35 <09g​ammafunk> implojin, it depends on the settings you provide during make 22:46:00 If I understand correctly, you're saying it's setup this way for reasons of user file permissions on webservers? 22:46:04 <09g​ammafunk> you can define paths yourself with arguments to make, which is exactly the various server installation sets do 22:46:05 I guess that make sense 22:46:15 I'm just using make TILES=y -j32 22:46:48 Not webservers, but a conventional multiuser system where players have ordinary shell accounts. 22:46:51 <09g​ammafunk> no, the "hidden home dir" thing is pure unix convention; many unix programs use this behaviour, although for modern desktops, it's actually more common to use a freedesktop.org shared directory like .local 22:47:16 <09g​ammafunk> but we still use ~/.crawl, since crawl predates more recent desktop standards 22:47:32 <09g​ammafunk> keep in mind you're doing a local build; most users are not performing a local build 22:48:54 <09g​ammafunk> most local users are using either 1) a windows install (which uses a central Program Files directory and a special dir in the home directory for "volatile" data like saves, analogous to unix or 2) a linux package, which won't even have a notion of a source tree settings dir 22:49:43 Ok, I think I understand. Thanks folks. :) 22:49:49 <09g​ammafunk> and will put those system-wide files elsewhere on the system, outside of your home dir; then they'll still preferentially load from ~/.crawl for RC files (and of course saves and macros go there)