01:16:23 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-282-gdd34a7d (34) 02:24:56 Unstable branch on crawl.develz.org updated to: 0.22-a0-282-gdd34a7d (34) 02:58:27 Windows builds of master branch on crawl.develz.org updated to: 0.22-a0-282-gdd34a7d 03:17:49 Unstable branch on crawl.beRotato.org updated to: 0.22-a0-282-gdd34a7d (34) 03:53:41 Monster database of master branch on crawl.develz.org updated to: 0.22-a0-282-gdd34a7d 04:55:30 I'm attempting to publish a forked version of crawl. It runs fine locally from within the project folders, but when i cut it down to just - dat, docs, settings, crawl.exe, license - it crashes on startup. It still runs so long as I leave the contrib folder with it, but not without. Am i missing something simple or obvious? Any other insight? 05:53:22 dlls? 05:54:01 * geekosaur has no idea 06:28:59 I tried again with a console version and it worked okay. This leads me to believe it's related to one of two things: 06:34:57 1) The player doll tile that was added throws some warnings ( https://pastebin.com/hkJrWPG9 ) on compile, but it runs fine locally, but maybe it's causing it. Tried to google, unsure how to solve. 06:39:52 or 2) Windows compiling has been disrupted for me on a couple occasions, related to sdl2, always point at SDL_xinput. advil gave me a workaround a few weeks ago ( https://pastebin.com/1yU5g6QK ) but it seems to make some of those submodules dirty and i'm not sure if locally changing those files is enough, or if i have to commit those changes... or even how to do so, since the git rules/flow for submodules is a bit strange and curr 07:16:45 Berserked ranged enemies will try to get range on the player. 13https://crawl.develz.org/mantis/view.php?id=11417 by NormalPerson7 07:45:04 AFAIK those png warnings are harmless and refer to problems with the source tile pngs that don't exist in the player.png atlas 07:45:57 which is why there are only warnings at build time 07:49:04 as for the contrib/, fonts are stored in there, so it might be that 11:30:04 !tell Realzy the xinput issues should be fixed if you update to the current sdl2 contrib (happened in master at 17e5181afb10e1dfc87cc9) 11:30:05 advil: OK, I'll let realzy know. 11:42:16 New branch created: pull/722 (1 commit) 13https://github.com/crawl/crawl/pull/722 11:42:16 03dplusplus02 07https://github.com/crawl/crawl/pull/722 * 0.22-a0-79-g9a6c51a: fix help; "stick" tag is not available in current version 10(15 minutes ago, 1 file, 2+ 3-) 13https://github.com/crawl/crawl/commit/9a6c51ae3a69 13:15:52 Unstable branch on crawl.akrasiac.org updated to: 0.22-a0-282-gdd34a7d (34) 14:51:04 03advil02 07[tileschat-mute] * 0.22-a0-161-g49372c1: Rework mutelist saving to use a server-side sqlite db 10(3 minutes ago, 7 files, 85+ 36-) 13https://github.com/crawl/crawl/commit/49372c1f8f2a 19:18:17 Unstable branch on underhound.eu updated to: 0.22-a0-282-gdd34a7dfb5 (34) 19:39:04 hi, can i ask something "weird"?) 19:40:29 yes 19:40:43 if i am playing living char, i am perma flying via boots over deep water\lava and got malmutated till talons (lvl 3 restricts boots) will i die immideatly? 19:42:21 in the most recent version no, you will get drained really bad until you get back over land though 19:42:50 so i will stay with my previous lvl 2, right? 19:43:23 you will still get the mutation 19:43:43 excatly lvl 3? 19:45:02 if you would get level 3 talons over deep water/lava it will remove the boots, you will enter "emergency flight" and get drained each turn until you get above terrain you can land in 19:45:48 ok, thx, nice option, i was afraid of that death))) 21:24:23 03advil02 07* 0.22-a0-283-g1871b15: Try updating sdl2 contrib again for xinput errors 10(76 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/1871b151c701 21:26:13 I think I'm doing something wrong 21:28:18 that looks the same as the first commit, which apparently did nothing 21:30:16 well, it seems to have worked this time 21:30:26 advil: did it get reverted somehow? 21:30:50 maybe by accident? I think the only ones who would have reverted it would be you or me 21:31:26 aha 21:31:29 %git 17e5181afb10e1dfc8 21:31:29 07advil02 * 0.22-a0-230-g17e5181: Update sdl2 contrib (maybe fixing XINPUT errors on msys2) 10(4 weeks ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/17e5181afb10 21:31:32 er 21:31:33 %git d1b754485ab9ba3113f1e40faf3840415e5c8db1 21:31:33 07|amethyst02 * 0.22-a0-233-gd1b7544: Remove Trog spellbook autopickup special-case. 10(4 weeks ago, 2 files, 1+ 9-) 13https://github.com/crawl/crawl/commit/d1b754485ab9 21:31:33 nope 21:31:35 yes 21:31:40 !balme3 |amethyst 21:31:45 haha oops 21:31:45 !blame2 |amethyst 21:31:46 |||aaammmeeettthhhyyysssttt 21:32:02 I pasted the wrong commit, but yeah what wheals just posted 21:32:20 how did you find that? 21:32:37 i vaguely remembered seeing a commit that touched contrib for no apparent reason 21:32:40 I made a git patch and looked through it, but probably you could git log 21:32:40 ahh log works on the contrib directory 21:32:44 yes 21:32:49 yeah, then i did that 21:32:55 I was trying to look in the web interface and couldn't spot a way 21:32:57 but yeah I just took your initial commit and made a patch relative to it and searched 21:33:03 you can there too 21:33:04 https://github.com/crawl/crawl/commits/master/crawl-ref/source/contrib/ 21:33:16 nice 21:33:17 i think you might have to enter the URL manually, though 21:33:20 welp, mystery solved 21:33:37 ah, no, there is a History button on https://github.com/crawl/crawl/tree/master/crawl-ref/source/contrib 21:33:49 Realzy: I don't know if you were following this but the commit that's supposed to fix the xinput stuff got accidentally reverted, that's why you were having problems (hopefully) 21:34:06 one day, far in the future 21:34:12 msys compilation will Actually Work 21:34:35 Realzy: you should be able to reset your last three commits, update master, and then do submodule update 21:34:50 let's not go crazy here, gamma 21:34:54 heh 21:35:14 okay, great =) 21:35:14 a tmons can dream, wheals 21:35:20 hm, I guess my windows image has probably expired 21:44:20 I upgraded 8.1 to 10 for free when they offered that 21:44:39 I wish aws had windows hosting options, then maybe I could just have an instance I started when I wanted to mess with windows 21:44:53 maybe they do now 21:45:01 ms has a new image that expires in another 2 months 21:45:07 just have to set everything up again 21:45:24 that's no fun 21:45:58 very little about crawl dev on windows is fun, as far as I can tell 21:47:52 you may be right... 21:48:35 I was vaguely thinking about one day picking up a surface pro on my research budget 21:49:31 so far that's seemed a bit too frivolous though 22:09:47 Unstable branch on crawl.jorgrun.rocks updated to: 0.22-a0-283-g1871b151c7 (34) 22:17:06 The build was fixed. (master - 1871b15 #9416 : advil): https://travis-ci.org/crawl/crawl/builds/354886760 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-304-g8c7b167: species: s/species-data.py/species-gen.py/ 10(4 hours ago, 3 files, 258+ 258-) 13https://github.com/crawl/crawl/commit/8c7b167b0511 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-305-g2e0f470: species: generate aptitudes.h 10(2 hours ago, 6 files, 269+ 1579-) 13https://github.com/crawl/crawl/commit/2e0f470bce66 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-306-g15c114c: species: Add aptitudes 10(48 minutes ago, 35 files, 733+ 0-) 13https://github.com/crawl/crawl/commit/15c114ca1a7e 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-307-gecbc565: Only run species-gen.py once 10(40 minutes ago, 1 file, 7+ 1-) 13https://github.com/crawl/crawl/commit/ecbc565e454f 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-308-g462d3c2: species: Load new game species screen order from yaml 10(3 minutes ago, 5 files, 85+ 53-) 13https://github.com/crawl/crawl/commit/462d3c238b05 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-309-gfa77a64: species: Set species ordering 10(3 minutes ago, 36 files, 53+ 0-) 13https://github.com/crawl/crawl/commit/fa77a646a78d 22:17:39 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-310-ge5222a3: species: fix build 10(37 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/e5222a3394af 22:22:57 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-311-gf135132: species: Doc updates 10(2 minutes ago, 1 file, 5+ 10-) 13https://github.com/crawl/crawl/commit/f13513239598 23:16:03 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-312-g9583dd9: species: convert schema docs to a table 10(29 minutes ago, 1 file, 27+ 35-) 13https://github.com/crawl/crawl/commit/9583dd9d0dd0 23:16:03 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-313-g663f22c: species: make short_name optional 10(27 minutes ago, 19 files, 2+ 19-) 13https://github.com/crawl/crawl/commit/663f22c501fa 23:16:03 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-314-g0033da4: species: Unify species YAML parsing 10(5 minutes ago, 1 file, 41+ 32-) 13https://github.com/crawl/crawl/commit/0033da4172f7 23:53:13 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-315-g70e6039: species: Use HT_WATER if species can swim 10(6 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/70e6039a6756 23:53:13 03alexjurkiewicz02 07https://github.com/crawl/crawl/pull/721 * 0.22-a0-316-g084cacd: species: fix a syntax error? 10(3 minutes ago, 1 file, 1+ 4-) 13https://github.com/crawl/crawl/commit/084cacd6dd02