00:06:42 -!- yesno_ is now known as yesno 00:12:25 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.22-a0-422-g9628fc8 (34) 01:25:06 Unstable branch on crawl.develz.org updated to: 0.22-a0-422-g9628fc8 (34) 01:27:15 ziggurnaut (L16 DEWz) Crash caused by signal #15: Terminated (Snake:3) 01:57:37 Windows builds of master branch on crawl.develz.org updated to: 0.22-a0-422-g9628fc8 02:53:59 Monster database of master branch on crawl.develz.org updated to: 0.22-a0-422-g9628fc8 03:16:13 Unstable branch on crawl.beRotato.org updated to: 0.22-a0-422-g9628fc8 (34) 04:14:53 -!- amalloy is now known as amalloy_ 06:09:06 Mouse hover lags on species selection screen 13https://crawl.develz.org/mantis/view.php?id=11473 by Vort 13:12:26 Unstable branch on crawl.akrasiac.org updated to: 0.22-a0-422-g9628fc8 (34) 13:32:01 -!- amalloy_ is now known as amalloy 15:26:58 -!- TAS-2012v is now known as TAS_2012v 17:22:13 -!- Euph0ria is now known as TabMasher 18:11:32 -!- wHATEver is now known as Guest98776 18:12:25 -!- eb__ is now known as eb 18:58:08 -!- amalloy is now known as amalloy_ 19:19:10 I haven't dug in to crawl's testing apparatus 19:19:21 would it be appropriate to modify the abyss stress tests for my abyss pr? 19:19:24 !pr 757 19:19:24 https://github.com/crawl/crawl/pull/757 20:50:06 trying to make a build for my first time and when I get to the contribs solution it isn't finding any of the projects (I understand it needs to build them first time) but I don't get an option to build the solution 21:23:11 Vilhien: have you run $ git submodule init 21:23:15 to initialize the contribs 21:24:57 hm. fr for crawl contrib docs on the github page (I'll look at docs/develop tomorrow) to instruct the use of git clone --recursive 21:25:04 which automatically clones submodules also 21:25:23 Hrm.. I think I just went about it the wrong way then.. I went directly to the git hub roots and copied the source online 21:25:42 Vilhien: you should clone the project using git 21:26:19 I suppose you could download the sources and install the dependencies on your system yourself 21:27:27 but that is more work, and also if you want to contribute you'll need git to create pull requests or patch sets 21:29:10 So should I scrap what I have, and what should I do first? 21:31:37 if you download source tarballs, you also have to download all the submodule tarballs and unpack them in the correct places 21:31:45 which is why git is preferred for this 21:32:21 because there's a lot of submodules you need on windows or os x (linux you can usually skip them and install from package manager per the INSTALL doc) 21:36:48 I had cloned it from git, and followed the instructions, the part that didn't seem to work was once it got to contribs, opening that solution couldn't find any of the projects as, they haven't been built yet I read. I then started just cloning the contents of those folders 21:37:08 What is the step you mentioned ebering about running $ git submodule init 21:37:39 that's what you do after cloning from git, to get the submodules 21:37:57 or clone the main module with --recursive so it sets up the submodules for you 21:39:48 I can't seem to find that "$ git submodule init" where or how do I do that step 21:41:38 the $ is a shell prompt, not part of the command 21:45:41 not sure if init works without the flag prefix: I used to use git submodule --init 21:46:02 seems like it does 21:46:50 oh and it was git submodule update --init 21:46:56 I'm not sure if there's a difference 21:46:59 there is 21:47:02 I started from scratch and got to the same spot, opened contribs and all the projects show blank. Where do I run the prompt to get them to build 21:47:18 but not muchg of one 21:55:10 hrm.. 22:05:30 Vilhien: have you looked at https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.txt ? 22:14:30 yeah I was following the instructions under windows msvc 22:15:17 I got strawberry, ran the gen-all and when I get to the contribs step it can't find any of the projects, it shows them empty on the right 22:15:46 ah, well, msvc isn't really maintained so I'm not sure if that will work at all 22:15:52 but the git instructions are earlier in the file 22:16:22 ooooooh thanks, I really appreciate it I'll look backwards a bit 22:16:26 on windows the only build process we currently support is MSYS2, though if someone were to fix msvc that would be great 22:16:47 every so often someone updates the msvc project, but msvc gets updated so often that it's usually out of date and won't work 22:16:57 and there's almost nobody among the devs who uses msvc 22:17:13 I'm more than happy to trouble shoot, I'm trying to run a sound config someone committed I saw earlier and I've only been messing with c++ for about a year now 22:17:48 let me see if I can find the part about running the submodules 22:20:34 Once you have Git installed, you just need to do: git clone git://gitorious.org/crawl/crawl.git 22:20:56 Like actually having Git installed.. not just migrating github 22:21:13 guh, why is there still ... 22:24:55 oopsie 22:25:18 Vilhien: correct url is https://github.com/crawl/crawl.git 22:25:40 hrm, I don't see that url 22:25:49 Vilhien: are you looking at an old version of INSTALL.txt? 22:26:06 because that's a very old URL 22:26:12 not sure, but I can restart with that new link 22:26:19 thanks again for all of your time guys 22:27:21 hm yeah anything that mentions gitorious in the official repo is badly out of date & needs to be updated 22:34:08 Once you have Git installed, you just need to do: git clone https://github.com/crawl/crawl.git 22:34:28 Right instructions now I assume 22:34:28 8) 22:35:59 Whoooooa nelly thats a lot of options for git 22:41:53 thanks again 22:42:26 running mingw64 now and its cloning the submodules juuuust fine 22:43:54 back in a bit, my display drivers acting up 22:44:30 -!- eb___ is now known as eb_ 23:03:46 installing visual studio 2012 express, found an iso link through some googling, but the install link no longer exists 23:04:16 in the instructions that is, the link for 2012 install is gone from miscrosofts page 23:12:30 once I've got the submodules built in git, where the heck did it build it by default? 23:13:13 I open git, it finds crawl says its there. Is there a default directory git drops into? 23:14:28 aha it threw it into my program files 23:15:05 nooope that was not it..