00:03:32 Unstable branch on crawl.develz.org updated to: 0.11-a0-2098-gd3bace7 (33) 00:18:09 -!- Textmode has quit [Ping timeout: 255 seconds] 00:19:56 Windows builds of master branch on crawl.develz.org updated to: 0.11-a0-2098-gd3bace7 00:36:59 -!- ussdefiant has quit [Remote host closed the connection] 02:06:12 -!- mikee_ has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC] 02:10:09 -!- monqy has quit [Quit: hello] 02:40:00 -!- hangedman has quit [Ping timeout: 245 seconds] 02:56:58 -!- barbs has joined ##crawl-dev 02:58:22 -!- Chousuke has quit [Ping timeout: 245 seconds] 02:58:24 -!- ainsophyao has quit [Ping timeout: 260 seconds] 03:09:56 -!- ToBeFree has joined ##crawl-dev 03:18:30 -!- alefury has joined ##crawl-dev 03:24:45 -!- Mottie has quit [Ping timeout: 252 seconds] 03:41:45 -!- evilmike has quit [Quit: something happened] 04:09:22 03elliptic * r7b7400903bed 10/crawl-ref/source/godabil.cc: Make Divine Vigour raise HP/MP proportionally. 04:14:18 -!- barbs has quit [Ping timeout: 245 seconds] 04:19:07 -!- dtsund has quit [Ping timeout: 240 seconds] 04:52:29 -!- GreatOrbOfEyes has quit [Read error: Connection reset by peer] 05:00:06 OSX builds of master branch on crawl.develz.org updated to: 0.11-a0-2098-gd3bace7 05:13:47 -!- barbs has joined ##crawl-dev 05:35:45 -!- Ragdoll has joined ##crawl-dev 05:40:41 oh no, ely nerfs =( 05:41:45 -!- Patashu has quit [Disconnected by services] 05:41:46 -!- PatashuXantheres has joined ##crawl-dev 06:05:53 -!- edlothiol has joined ##crawl-dev 06:09:51 -!- GreatOrbOfEyes has joined ##crawl-dev 06:10:10 -!- GreatOrbOfEyes is now known as HangedMan 06:24:48 -!- Chousuke has joined ##crawl-dev 06:43:31 -!- st_ has joined ##crawl-dev 06:44:15 -!- ark____ has joined ##crawl-dev 06:48:52 -!- ToBeFree has quit [Read error: Connection reset by peer] 07:16:45 -!- HangedMan has quit [Ping timeout: 260 seconds] 07:19:40 -!- ark____ has quit [Ping timeout: 260 seconds] 07:20:24 -!- ark____ has joined ##crawl-dev 07:22:30 03kilobyte * r3f4b90a9df09 10/crawl-ref/source/spl-other.cc: Don't let Sublimation of Blood work on unknown potions. 07:22:42 03kilobyte * rd6b31b0f7391 10/crawl-ref/source/ (beam.cc spl-util.cc throw.cc): Cap spell and beam ranges at the actual LOS radius rather than LOS_RADIUS. 07:55:50 -!- PatashuXantheres has quit [Ping timeout: 260 seconds] 07:56:22 -!- Patashu has joined ##crawl-dev 08:33:45 -!- Pingas has joined ##crawl-dev 08:41:37 -!- Pingas has quit [Ping timeout: 240 seconds] 08:42:45 -!- Pingas has joined ##crawl-dev 09:28:22 -!- Pingas_ has joined ##crawl-dev 09:31:16 -!- Pingas has quit [Ping timeout: 248 seconds] 09:39:47 -!- barbs has quit [Quit: Leaving] 09:41:37 -!- Grunt has joined ##crawl-dev 09:44:09 -!- ainsophyao has joined ##crawl-dev 10:36:45 -!- Pacra has quit [Ping timeout: 240 seconds] 10:40:35 Unstable branch on crawl.akrasiac.org updated to: 0.11-a0-2101-gd6b31b0 (33) 10:54:08 -!- Patashu has quit [Ping timeout: 244 seconds] 11:10:52 -!- Dixie has joined ##crawl-dev 11:38:15 -!- monqy has joined ##crawl-dev 11:41:29 ens (L27 HuWz) ASSERT(branch != NUM_BRANCHES && depth != -1) in 'travel.cc' at line 2983 failed. (Pan) 11:46:46 -!- ark_ has joined ##crawl-dev 11:48:35 -!- ark____ has quit [Ping timeout: 260 seconds] 11:50:58 -!- MakMorn has quit [Ping timeout: 244 seconds] 12:00:16 -!- Mottie has joined ##crawl-dev 12:02:33 -!- MarvinPA_ has joined ##crawl-dev 12:04:43 -!- MarvinPA has quit [Ping timeout: 245 seconds] 12:04:43 -!- MarvinPA_ is now known as MarvinPA 12:05:51 -!- MakMorn has joined ##crawl-dev 12:07:31 Napkin: CDO games are hanging when they hit a milestone, presumably some sort of lock issue... 12:07:44 damn it 12:08:09 all? or trunk? 12:08:40 all the examples I know of so far are trunk, I can go try in 0.10 12:09:36 seems like just trunk, yeah 12:09:45 XiN's game 12:10:10 Scarecrow (L14 DrCj) (Orc:4) 12:10:16 Elynae (L10 SEFi) (D:9) 12:10:48 killed 12:11:29 a XiN game messed something up? I believe XiN has a lot of weird rcfile settings, hm... 12:11:38 anyway, thanks a lot for fixing it :) 12:17:57 sure, not problem 12:18:08 just annoying to have a game lock up everything 12:18:23 maybe his rcfile might have something interesting 12:21:37 I have no idea what might cause this sort of lock, but http://crawl.develz.org/configs/trunk/XiN.rc does have a fair number of non-default options 12:31:26 hrm, now that's something nasty, as since f66f94d4 all operations are: lk_open(), fprintf(std::string.c_str()), lk_close() 12:33:59 where lk_open() is fopen(), fcntl(F_SETLK); and lk_close() is fcntl(F_SETLK), fclose(); 12:34:03 last time it was also XiN's game, if i remember correctly 12:35:01 /bin/crawl-svn-d943700 -name XiN -rc 12:35:43 that's the last version available with tag 32 for saves 12:36:18 so actually... i should remove all those saves, huh? 12:36:22 233 12:36:52 -!- Pacra has joined ##crawl-dev 12:39:55 wait, so it was a game older than that fix? 12:40:08 you made it sound like that, yeah :) 12:40:24 yeah, d943700 is older 12:41:30 -!- blabber has joined ##crawl-dev 12:41:35 so any of tag 32 games, not having that fix, can potentially block the logfile 12:41:35 the game XiN was playing at the time this happened was http://crawl.develz.org/morgues/trunk/XiN/morgue-XiN-20120602-171950.txt (since ended), unless she started another game first and then switched 12:42:23 should rather be that the old game ended and he started a new one afterwards 12:43:10 the game you just killed was in d943700, right? 12:49:35 I'm confused actually because she couldn't have had two trunk games going at once, no? 12:51:22 not unless zotdef or sprint were involved 12:51:27 oh right 13:09:09 but she could have quit the first old game. even if the process survived, the new game would have been with a new binary 13:59:41 -!- dtsund has joined ##crawl-dev 14:00:31 -!- ToBeFree has joined ##crawl-dev 14:15:05 Apportation and swimming species (https://crawl.develz.org/mantis/view.php?id=5715) by Tiber 14:24:05 -!- ainsophyao has quit [Remote host closed the connection] 14:30:11 -!- ussdefiant has joined ##crawl-dev 15:26:07 -!- dtsund has quit [Ping timeout: 240 seconds] 15:29:16 -!- dtsund has joined ##crawl-dev 15:36:14 -!- MarvinPA_ has joined ##crawl-dev 15:37:57 -!- MarvinPA has quit [Ping timeout: 245 seconds] 15:37:57 -!- MarvinPA_ is now known as MarvinPA 15:47:00 -!- NotEvenARickshaw has quit [Ping timeout: 252 seconds] 16:28:07 -!- Ragdoll has quit [Read error: Connection reset by peer] 17:01:09 -!- Claws has joined ##crawl-dev 17:01:23 -!- Claws is now known as HangedMan 17:03:07 -!- ainsophyao has joined ##crawl-dev 17:13:45 I wonder if making equipment/hands correspond to size for monsters would be a worthwhile fix for using "any weapon" and random equipment picked up and such 17:27:27 -!- blabber has quit [Quit: gn8] 18:05:54 03kilobyte * rd26281446914 10/crawl-ref/source/ (AppHdr.h debug.h food.cc): Make COMPILE_CHECK work both with --std=c++11 and on gcc-4.8. 18:25:52 -!- ark_ has quit [Quit: Leaving] 18:45:08 -!- mikee_ has joined ##crawl-dev 18:47:27 -!- dtsund has quit [Quit: dtsund] 18:56:50 -!- dtsund has joined ##crawl-dev 19:04:41 -!- Textmode has joined ##crawl-dev 19:05:30 -!- Textmode has quit [Remote host closed the connection] 19:06:59 -!- Textmode has joined ##crawl-dev 19:09:58 What's the practical difference between place_followers and place_transiting_monsters? 19:13:50 -!- Patashu has joined ##crawl-dev 19:15:55 -!- Eifeltrampel has quit [Ping timeout: 265 seconds] 19:16:36 -!- Eifeltrampel has joined ##crawl-dev 19:18:34 followers gets to have more things following then monsters chasing? 19:21:48 -!- ToBeFree has quit [Read error: Operation timed out] 19:22:11 -!- Patashu has quit [Disconnected by services] 19:22:12 -!- PatashuXantheres has joined ##crawl-dev 19:23:37 -!- PatashuXantheres is now known as Patashu 19:35:35 -!- heteroy_ has joined ##crawl-dev 19:36:38 -!- heteroy has quit [Ping timeout: 245 seconds] 19:36:38 -!- heteroy_ is now known as heteroy 19:39:53 -!- st_ has quit [Read error: Connection reset by peer] 19:39:56 -!- clouded_ has joined ##crawl-dev 19:50:09 "you convulse!" and other similar messages should be in red (or another color) (https://crawl.develz.org/mantis/view.php?id=5716) by bein 19:50:28 -!- joosa has quit [*.net *.split] 19:50:28 -!- Keskitalo has quit [*.net *.split] 19:50:49 -!- edlothiol has quit [Ping timeout: 272 seconds] 19:54:59 -!- joosa has joined ##crawl-dev 19:55:00 -!- Keskitalo has joined ##crawl-dev 20:21:30 -!- alefury has quit [] 21:00:00 -!- HangedMan has quit [Read error: Connection reset by peer] 21:02:27 -!- evilmike has joined ##crawl-dev 21:06:37 -!- Mottie has quit [Ping timeout: 252 seconds] 21:18:34 -!- ainsophy_ has joined ##crawl-dev 21:20:40 -!- ainsophyao has quit [Ping timeout: 260 seconds] 21:43:06 -!- hangedman has joined ##crawl-dev 22:14:03 -!- clouded_ is now known as st_ 22:17:34 -!- ainsophy_ has quit [Remote host closed the connection] 22:27:02 -!- Textmode has quit [Ping timeout: 255 seconds] 22:28:30 -!- MarvinPA_ has joined ##crawl-dev 22:32:13 -!- Textmode has joined ##crawl-dev 22:32:13 -!- MarvinPA has quit [Ping timeout: 245 seconds] 22:32:14 -!- MarvinPA_ is now known as MarvinPA 22:40:33 -!- Textmode has quit [Ping timeout: 255 seconds] 22:46:29 -!- Thann has joined ##crawl-dev 22:51:11 Hm, I have a question regarding vault submission etiquette, if there's anyone around knowledgeable about such things. 22:51:38 go ahead! 22:51:40 I have a few vaults I previously designed sitting on a Mantis ticket, and I've just finished putting together some more. 22:51:46 yup 22:51:52 Would it make more sense to submit them separately, or attach them to the old ticket/ 22:51:55 ? 22:54:07 Hm either one. 22:54:11 Just pester someone about them regularly :) 22:54:56 Okay. 22:55:08 I think I'll make a new ticket, as they're not really related at all to the last batch. 22:55:14 Thanks! 23:02:54 Two rune vaults (Spider and Snake) (https://crawl.develz.org/mantis/view.php?id=5717) by sgrunt 23:04:40 once I'm done with the current mini-tournament I'm going to go through the backlog of vaults on mantis 23:04:48 so you shouldn't wait too long for those 23:04:53 there's a minitournament? oops 23:05:01 it's just a ##crawl thing 23:05:06 oh 23:05:12 evilmike, by the sounds of it, that won't be too long from now. <_< 23:05:18 * Grunt flees in terror. 23:05:24 roundrobin tournament, teams of 4 players take turns on a character 23:05:28 tends to end badly 23:05:37 Badly? I think you mean hilariously. 23:05:38 :) 23:05:56 ouch 23:06:46 evilmike: the first one had a >50% winrate! 23:06:56 elliptic: that's actually really impressive 23:19:00 the last one seemed to have mainly good characters, and this one average to bad 23:19:06 -!- st_ has quit [Quit: anyway, sleep] 23:27:25 -!- Mottie has joined ##crawl-dev 23:40:29 -!- Pingas_ has quit [Read error: Connection reset by peer] 23:48:15 -!- ark____ has joined ##crawl-dev 23:58:08 -!- Grunt has quit [Quit: leaving]