01:27:09 -!- Kramin42 is now known as Kramin 01:47:18 -!- amalloy_ is now known as amalloy 02:11:49 nice, just encountered an interesting felid interaction 02:12:18 I immolated a pack of monsters, triggered the immolation which killed them and myself 02:12:37 but in the process of dying I got enough experience to reach xl 6, which raised my hp to 1 somehow 02:12:51 then the explosion killed me again and I dropped back to level 5 02:12:57 but I got my free stat bonus! 02:15:39 https://i.imgur.com/SPA02jC.png 02:16:08 https://i.imgur.com/3L6Xepn.png 02:16:17 I also still have my +2 ac mutation amusingly enough 02:16:24 -!- yesno_ is now known as yesno 02:49:36 alexjurkiewicz: I flubbed the git diff before; turns out there's a bunch of other changes that need to be merged, including client.js 02:53:48 I'll try to merge the branches locally, then I can send you a patch or push the merged branch or something 03:31:27 -!- amalloy is now known as amalloy_ 09:56:24 !source ability.cc 1335 09:56:24 https://github.com/crawl/crawl/blob/master/crawl-ref/source/ability.cc#L1335 09:56:41 This should be datified into the Ability struct 12:37:46 advil: by the way, does the CHANCE roll not work for ghost vaults that place in vaults? 12:38:25 IIRC that's right, but I might not have known how to do it correctly 12:39:52 maybe we'd need to adapt the vaults layout 12:49:50 hm did tabbing with a polearm always show the "attack whom?" prompt? 12:52:30 that sounds like a bug 12:54:44 manashoes: zero ac costs mana to move in los of enemies spells cost less 13:00:07 could you make it so that if line pass has only target, like in a hallway, it autotargets that spot? 13:00:40 its dumb to go select the only available spot manually 13:09:22 -!- yesno_ is now known as yesno 13:16:09 -!- amalloy_ is now known as amalloy 13:17:36 %git 695b0fe 13:17:36 07MarvinPA02 * 0.17-a0-1431-g695b0fe: Don't allow using Vitalisation or Potion Petition while starving 10(2 years, 11 months ago, 1 file, 0+ 2-) 13https://github.com/crawl/crawl/commit/695b0fea962c 13:17:54 I guess this isn't really the culprit 13:18:49 it's removing porridge from PP, but it seems incorrect that a Gozag player who runs out of rations and then becomes starving gets screwed; call merchant should be allowed while starving 13:19:59 does call merchant even cost hunger? 13:20:08 none of gozag's abilities cost hunger 13:20:20 in fact there are a whole bunch that don't cost hunger but are nevertheless not permitted while starving 13:20:43 probably makes sense to change that, although I bet hungerless spells are the same way 13:20:58 most abilities in general are not permitted while starving 13:21:20 even hungerless. i don't really understand why this is, but it's been brought up before and nobody seems excited to change the default 13:21:30 yeah there's a short exception list in the source that I linked 13:33:09 New branch created: pull/775 (2 commits) 13https://github.com/crawl/crawl/pull/775 13:33:09 03ebering02 07https://github.com/crawl/crawl/pull/775 * 0.22-a0-457-gaf683e1: Datify ability hunger checks 10(3 hours ago, 1 file, 24+ 50-) 13https://github.com/crawl/crawl/commit/af683e1eadf0 13:33:09 03ebering02 07https://github.com/crawl/crawl/pull/775 * 0.22-a0-458-g3209104: Allow Call Merchant while Starving 10(11 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/32091047430c 13:36:41 -!- neizenel is now known as nikheizen 14:05:48 03Aidan Holm02 07[webtiles-changes] * 0.22-a0-600-gedba8dc: Merge branch 'master' into webtiles-changes 10(2 hours ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/edba8dc7026a 14:08:48 New branch created: ui-overhaul-wtc (261 commits) 13https://github.com/crawl/crawl/tree/ui-overhaul-wtc 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-701-gb2665bd: Load Webtiles server config from a JSON file. 10(4 years, 2 months ago, 13 files, 324+ 249-) 13https://github.com/crawl/crawl/commit/b2665bdd2e27 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-702-g024d1d0: Reload Webtiles server config on SIGUSR1. 10(4 years, 2 months ago, 1 file, 5+ 0-) 13https://github.com/crawl/crawl/commit/024d1d0d71c5 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-703-g9a0633e: Webtiles: Refactor login cookie handling. 10(4 years, 2 months ago, 5 files, 84+ 74-) 13https://github.com/crawl/crawl/commit/9a0633e1034a 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-704-ge69da8d: Save Webtiles login tokens in the user database. 10(4 years, 2 months ago, 2 files, 87+ 32-) 13https://github.com/crawl/crawl/commit/e69da8d0101c 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-705-gb8f6b12: Webtiles: Implement login sessions. 10(4 years, 2 months ago, 3 files, 78+ 30-) 13https://github.com/crawl/crawl/commit/b8f6b12facf4 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-706-g82bc674: Fix a Webtiles error message. 10(4 years, 2 months ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/82bc674c1535 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-707-g84de97e: Simplify the Webtiles client.html template a bit. 10(4 years, 2 months ago, 3 files, 20+ 28-) 13https://github.com/crawl/crawl/commit/84de97ef2e0b 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-708-gbc93eed: Webtiles: Reload the page when starting a game or watching somebody. 10(4 years, 2 months ago, 6 files, 85+ 119-) 13https://github.com/crawl/crawl/commit/bc93eede0954 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-709-g2107e95: Only reload the page when going back to the lobby. 10(4 years, 2 months ago, 2 files, 34+ 17-) 13https://github.com/crawl/crawl/commit/2107e9508362 14:09:09 03edlothiol02 07[ui-overhaul-wtc] * 0.15-a0-710-g5a710a3: Some initial Webtiles template cleanup. 10(4 years, 2 months ago, 3 files, 117+ 111-) 13https://github.com/crawl/crawl/commit/5a710a3ee3a3 14:09:09 ... and 251 more commits 14:10:27 only 251? pfff, I have 300 commits waiting in a local branch....you'll see... 14:10:45 bring it 14:11:07 -!- pikaro_ is now known as pikaro 14:12:48 that doesn't look right though; that branch is based off webtiles-changes with ~100 commits, not 251 14:13:30 yeah, not sure what that's about 14:13:53 You just merged your ui-overhaul branch into webtiles-changes to make that branch, I assume? 14:14:07 I guess after merging master into the latter 14:14:42 -!- eb__ is now known as ebarrett 14:14:51 yup, exactly 14:15:10 gotta game those commit count metrics 14:16:04 -!- ebarrett is now known as eb 14:17:35 we're trying to encourage edlothiol to return to working on the project by raising his commit count 14:18:43 !tell alexjurkiewicz I've updated the webtiles-changes branch and rebased my branch onto it; the new branch is at ui-overhaul-wlc 14:18:43 aidanh: OK, I'll let alexjurkiewicz know. 15:12:09 New branch created: pull/776 (1 commit) 13https://github.com/crawl/crawl/pull/776 15:12:09 03Nikolai Lavsky02 07https://github.com/crawl/crawl/pull/776 * 0.22-a0-457-g49d386f: Fix Injury Bond description 10(11 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/49d386fb4453 16:05:51 03advil02 07* 0.22-a0-457-g461d14e: Don't allow crawl.process_keys or crawl.do_commands with pending input 10(16 minutes ago, 1 file, 11+ 0-) 13https://github.com/crawl/crawl/commit/461d14e83c15 16:16:51 The build has errored. (ui-overhaul-wtc - 624d4f3 #9721 : Aidan Holm): https://travis-ci.org/crawl/crawl/builds/389370654 17:09:54 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-457-g461d14e83c (34) 17:50:56 03advil02 07* 0.22-a0-458-gb446440: Fix (un)woken_rest.rc 10(71 seconds ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/b446440d2e2b 17:56:42 hi all, long time no chat 17:57:22 gammafunk: is there any documentation about the structure of the data sent back and forth on webtiles? i didn't really notice anything in the repo 17:57:32 i was hoping to hijack some of it for some selenium work 18:07:48 !tell napkin how is the captcha holding up? 18:07:49 espais: OK, I'll let napkin know. 18:08:08 hey espais :) how's it going? 18:08:08 Napkin: You have 14 messages. Use !messages to read them. 18:08:45 well, haven't got much complaints from the guys, and down to 1 mailer-daemon message per 2 weeks - so i'd say it's not bad :) 18:09:21 going well! that's good to hear :) 18:09:38 this past school year was crazy...didn't have much time to do any of the dev work i wanted to 18:09:59 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-458-gb446440d2e (34) 18:16:51 The build has errored. (master - 461d14e #9723 : advil): https://travis-ci.org/crawl/crawl/builds/389415671 18:18:07 LaularuKyrumo (L13 SpHu) ASSERT(!invalid_monster(&mons)) in 'mon-death.cc' at line 1907 failed. (Orc:2) 18:18:21 !crashlog 18:18:30 19528. LaularuKyrumo, XL13 SpHu, T:12672 (milestone): http://crawl.akrasiac.org/rawdata/LaularuKyrumo/crash-LaularuKyrumo-20180607-221806.txt 18:20:29 some sort of ballisto thing 18:21:13 Unstable branch on underhound.eu updated to: 0.22-a0-458-gb446440d2e (34) 19:09:06 The build has errored. (master - b446440 #9724 : advil): https://travis-ci.org/crawl/crawl/builds/389455462 19:34:08 sophia (L15 GrFi) ASSERT(m) in 'mon-util.cc' at line 1978 failed. (Zot (ZotDef)) 20:03:33 -!- amalloy is now known as amalloy_ 23:08:29 -!- amalloy_ is now known as amalloy 23:56:12 alexjurkiewicz: don't think any help is needed, but I'll have some time hopefully tomorrow evening to work on that; some admins have already either confirmed they have or can install the package or are coincidentally upgrading their server, so that's a good start 23:59:49 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-458-gb446440 (34)