00:10:54 Unstable branch on crawl.jorgrun.rocks updated to: 0.21-a0-106-gea7d1d1 (34) 00:20:19 so, the crawl install instructions for msysgit say to go to this link to get the proper version with g++ and make: http://msysgit.github.io/#contribute 00:20:49 but that redirects to https://git-for-windows.github.io/ 00:21:01 which looks like the git client for windows 00:21:16 searching the goog for msysgit leads me here: https://github.com/msysgit/msysgit/wiki/InstallMSysGit 00:21:49 which warns: It is easy to see the difference: the installers for Git have the prefix Git-, the msysGit installers have the prefix msysGit- 00:22:15 and below that, when I click "download the net installer" the link is: http://msysgit.github.io/#download-msysgit 00:22:33 but that brings me right back to the git-for-windows link, where the download link has the prefix git- 00:22:37 which I was warned against 00:22:57 anyone using msysgit for windows? 00:23:45 hm. more digging shows: Git for Windows used to be developed using the development environment called "msysGit", but roughly coinciding with Git 2.1, msysGit was superseded by a new development environment: the Git for Windows SDK. 00:24:09 so my question is, anyone know if the Git for Windows SDK will work just as good as msysgit for crawl dev? 00:28:47 johnstein: msysgit hasn't been recommended for crawl for some time 00:28:55 msys2 is what the instructions recommend 00:31:52 I would say you probably don't want to use the git for windows SDK; I believe that SDK was designed for doing work on Git for Windows itself 00:32:12 it happened to make a proper build environment with a recent GCC, so we recommended that for a while 00:32:26 ooh I think I see what happened 00:32:31 I got this link the other day: Eximium> [16:20:02] @johnstein in the https://github.com/guyht/crawl/blob/master/crawl-ref/INSTALL.txt list 00:32:35 but now that msys2 is working (modulo the recent SDL thing), there should be no reason to use that 00:32:45 I just realize that it's not the official crawl/crawl repo 00:32:46 ??install 00:32:47 install[1/1]: See the following for installation and compilation: https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.txt 00:32:56 yeah probably old install instructions 00:32:57 yea, that's my root problem. thanks 00:40:32 -!- Mayoi is now known as erkin 01:22:27 -!- eviltwin_b is now known as geekosaur 01:22:28 -!- TAS-2012v is now known as TAS_2012v 01:27:49 -!- amalloy_ is now known as amalloy 01:49:41 nice. making crawl now 01:50:59 great, there goes the neighborhood 01:52:31 so how does one use msys to efficiently navigate code? i.e. you find a function call and you want to jump to the actual function in it's source file? 01:53:14 03Alex Jurkiewicz02 {gammafunk} 07* 0.21-a0-107-gadd5d48: Upgrade mask of the dragon guarded vault 10(3 days ago, 1 file, 32+ 17-) 13https://github.com/crawl/crawl/commit/add5d4855400 01:53:14 03gammafunk02 07* 0.21-a0-108-g6bb111b: Some tweaks to a guarded unrand vault 10(41 minutes ago, 1 file, 11+ 11-) 13https://github.com/crawl/crawl/commit/6bb111b638ee 01:53:14 03gammafunk02 07* 0.21-a0-109-g7e8db50: Add some tags to guarded unrand vaults 10(15 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/7e8db508bd98 01:54:50 checkers: merged, but I did make some changes (mostly adding some real loot) 01:55:23 that vault is pretty nasty, so it's good to motivate players to make a bad decision 01:57:01 In file included from src/haptic/windows/SDL_syshaptic.c:34:0: 01:57:01 src/haptic/windows/../../joystick/windows/SDL_dxjoystick_c.h:69:3: error: conflicting types for 'XINPUT_GAMEPAD_EX' 01:57:01 } XINPUT_GAMEPAD_EX; 01:57:09 when building sdl2 02:00:17 supposedly this is a workaround: https://stackoverflow.com/questions/42560435/is-the-current-version-of-mingw64-incompatible-with-the-sdl-libraries-compiler 02:01:41 what's the right way to handle that in my dev environment? 02:01:43 yeah we might need to patch our sdl repo if that doesn't get fixed soon 02:02:09 fork the crawl/sdl2 repo, fix it in my fork, then just be on the watch for an update? 02:02:24 (and point my sdl2 submodule to my fork) 02:10:32 Unstable branch on crawl.jorgrun.rocks updated to: 0.21-a0-109-g7e8db50 (34) 02:28:33 -!- n1k is now known as n1 02:31:13 this compiles a lot slower than on the server 02:33:45 yes, it's going to be a lot slower 02:34:14 you may not be doing a parallel compile 02:34:23 oh 02:36:55 The build has errored. (master - 7e8db50 #8508 : gammafunk): https://travis-ci.org/crawl/crawl/builds/250638150 02:51:11 -!- Adeon_ is now known as Adeon 02:52:36 travis, you lie 02:53:49 https://youtu.be/qgce06Yw2ro?t=13s 03:01:11 an hour later, it's done compiling... but it works 03:15:44 -!- Bammboobies is now known as Bammboo 03:32:06 -!- Mayoi is now known as erkin 04:43:10 st_: http://i.imgur.com/bP2jDpS.jpg 04:43:36 uh, wrong window 05:21:00 03kenranunderscore02 07https://github.com/crawl/crawl/pull/562 * 0.21-a0-90-ge26e2ef: Fix some old bazaar vaults 10(10 days ago, 3 files, 84+ 102-) 13https://github.com/crawl/crawl/commit/e26e2effcdb7 05:32:02 -!- amalloy is now known as amalloy_ 10:20:14 03kenranunderscore02 {advil} 07* 0.21-a0-110-g8e1637b: Stop diagonal running when encountering doors 10(9 days ago, 2 files, 27+ 0-) 13https://github.com/crawl/crawl/commit/8e1637b81cdc 11:09:34 Unstable branch on crawl.jorgrun.rocks updated to: 0.21-a0-110-g8e1637b (34) 15:26:41 -!- amalloy_ is now known as amalloy 17:56:55 -!- Menche_ is now known as Menche 18:16:18 Unstable branch on underhound.eu updated to: 0.21-a0-110-g8e1637b (34) 18:31:00 gammafunk: i dont see your loot changes 18:31:18 ah separate commit 18:40:14 checkers: yeah, after actually entering it, I realized very few people would be tempted by the hat alone 18:40:44 the mask isn't even all that good, and will be good even less often by Zot 18:40:53 thematically, the dragons have hoarded other loot 18:41:03 perhaps that is 2Tolkien 18:41:32 !lg * kmap~~mask 18:41:33 1. Findleman the Conqueror (L26 MiFi of Okawaru), blasted by a red draconian stormcaller (divine providence) on Zot:4 (chequers_guarded_unrand_mask_of_the_dragon) on 2017-06-03 03:24:20, with 603546 points after 64955 turns and 2:52:53. 18:41:46 checkers: looks like you did get someone though 18:41:59 that would be the old version of the vault 18:42:05 !lg * kmap~~mak -tv:<2 18:42:06 yep just the one 18:42:07 2220. VonBacon, XL5 OpAs, T:2433 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 18:42:08 er 18:42:11 !lg * kmap~~mask -tv:<2 18:42:13 1. Findleman, XL26 MiFi, T:64955 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 18:42:23 even if the vault is dangerous, kills won't be too frequent 18:42:37 it won't place that often since it's a minivault, and it's harder to kill players in Zot 18:42:44 teleport delay might help you a bit at least 18:43:03 !lg * kmap~~mak -tv:<2:cancel 18:43:04 2220. VonBacon, XL5 OpAs, T:2433 cancel requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 18:43:08 yeah they won't all get as many kills as the shield of ignorance 18:44:00 !lg * kmap~~unrand s=kmap 18:44:00 624 games for * (kmap~~unrand): 134x minmay_guarded_unrand_chilly_death, 72x minmay_guarded_unrand_resistance, 63x minmay_guarded_unrand_staff_of_olgreb, 57x minmay_guarded_unrand_flaming_death, 56x minmay_guarded_unrand_finisher, 46x minmay_guarded_unrand_variability, 34x minmay_guarded_unrand_guard, 23x minmay_guarded_unrand_snakebite, 19x minmay_guarded_unrand_wrath_of_trog, 17x minmay_guarded_... 18:44:05 wonder what slowed them 18:44:05 rip chilly death 18:44:17 death cob usually 18:44:52 qaz wrath lol 18:44:56 hrm 18:44:58 yeah 18:45:01 I see 18:45:11 oh, or are draconian stormcallers qaz worshippers now 18:45:16 yes 18:45:31 !lg * kmap~~unrand s=kmap recentish 18:45:32 555 games for * (kmap~~unrand recentish): 134x minmay_guarded_unrand_chilly_death, 72x minmay_guarded_unrand_resistance, 63x minmay_guarded_unrand_staff_of_olgreb, 56x minmay_guarded_unrand_finisher, 46x minmay_guarded_unrand_variability, 34x minmay_guarded_unrand_guard, 23x minmay_guarded_unrand_snakebite, 19x minmay_guarded_unrand_flaming_death, 19x minmay_guarded_unrand_wrath_of_trog, 17x minma... 18:45:37 !lg * kmap~~unrand s=kmap recent 18:45:38 392 games for * (kmap~~unrand recent): 81x minmay_guarded_unrand_chilly_death, 57x minmay_guarded_unrand_resistance, 46x minmay_guarded_unrand_staff_of_olgreb, 40x minmay_guarded_unrand_finisher, 37x minmay_guarded_unrand_variability, 20x minmay_guarded_unrand_guard, 20x minmay_guarded_unrand_snakebite, 15x minmay_guarded_unrand_wrath_of_trog, 11x minmay_guarded_unrand_prune, 11x minmay_guarded_un... 18:45:45 hrm, didn't chilly death get removed 18:45:47 !vault minmay_guarded_unrand_chilly_death 18:45:48 Can't find minmay_guarded_unrand_chilly_death. 18:45:56 !vault minmay_guarded_unrand_resistance 18:45:56 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/variable/mini_monsters.des#L6362 18:45:57 I thought that was back in 0.19 18:46:21 !gitgrep 1 [Cc]hilly [Dd]eath 18:46:21 %git HEAD^{/[Cc]hilly [Dd]eath} 18:46:21 07MarvinPA02 * 0.20-a0-719-g0c7a0cf: Remove the Flaming/Chilly Death unrands 10(5 months ago, 2 files, 4+ 77-) 13https://github.com/crawl/crawl/commit/0c7a0cf0f336 18:46:28 oh ok, 0.20 18:46:34 !lg * kmap~~unrand s=kmap current 18:46:35 59 games for * (kmap~~unrand current): 12x minmay_guarded_unrand_finisher, 8x minmay_guarded_unrand_staff_of_olgreb, 7x minmay_guarded_unrand_guard, 6x minmay_guarded_unrand_variability, 6x minmay_guarded_unrand_resistance, 5x brannock_guarded_unrand_thermic_engine, 5x minmay_guarded_unrand_snakebite, 2x minmay_guarded_unrand_skullcrusher, 2x minmay_guarded_unrand_prune, 2x minmay_guarded_unrand_s... 18:48:00 !vault brannock_guarded_unrand_thermic_engine 18:48:01 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/variable/mini_monsters.des#L6456 18:48:30 nice 20:05:13 -!- amalloy is now known as amalloy_ 21:51:11 anyone know if I have to do any configuration of ccache for msys2 after installing it? 21:53:14 you would have to configure your path 21:53:44 `which gcc' will show you where gcc is getting called from 21:54:00 if you don't put the right dir at the front of your path, ccache won't get called 21:54:18 I recall the ccache path being a bit odd on msys2 21:57:28 ty. 22:28:18 -!- amalloy_ is now known as amalloy