00:00:14 you mean for the default case? 00:00:29 when default case under 1/5 chance, that is 00:00:34 yes 00:00:35 I'm not really sure 00:00:58 which line? 00:01:36 oh, 5481 00:01:48 well jiyva and lucy are special 00:02:05 beogh onyl applies to one race, so random altars to him would be annoying 00:02:33 right. I'm wondering how nemelex is special 00:02:36 -!- Daekdroom has quit [Quit: Leaving] 00:02:44 Unstable branch on crawl.s-z.org updated to: 0.17-a0-877-ga10078a (34) 00:02:51 perhaps at one time he was considered really good 00:03:05 -!- ldf_ has quit [Read error: Connection reset by peer] 00:03:23 or perhaps it was because he used to require item sac 00:04:43 -!- simmarine has joined ##crawl-dev 00:04:52 that's actually from pre-stone-soup 00:05:44 https://github.com/crawl/crawl-ancient/blob/ancient/source/dungeon.cc#L6423 00:06:34 -!- panicbit has quit [Ping timeout: 272 seconds] 00:06:34 my guess is because all gods used to be in the temple, and nemelex used to have a portable altar 00:06:56 so... that can probably go now 00:07:08 probably! 00:07:18 also 00:07:21 portable altar? wtf 00:07:25 haha 00:07:51 before the pray command? 00:07:51 early crawl had a lot of... interesting concepts 00:07:55 nope, pray existed 00:08:11 nemelex used to gain piety by item sacrifices 00:08:31 right i know about that 00:08:39 and item sacrifices had to happen at an altar, for some reason 00:08:45 ah 00:09:02 not sure if there was an actual reason for that or not 00:09:21 fr rewrite crawl from the ground up 00:09:31 -!- Blazinghand has quit [Read error: Connection reset by peer] 00:09:40 do it 00:09:57 -!- Blazinghand has joined ##crawl-dev 00:10:08 <|amethyst> If you want to rewrite Crawl, you have to understand it fully 00:10:22 <|amethyst> including the historical context that lead to it 00:10:34 <|amethyst> and then, after many decades of study and work, you end up with 00:10:39 <|amethyst> http://en.wikipedia.org/wiki/Pierre_Menard,_Author_of_the_Quixote 00:10:39 but that way lies madness 00:11:27 speaking of madness, 00:11:44 FR: XOM followers should get squarelos 00:11:55 i think that would be a good compromise! 00:12:03 <|amethyst> I suspect that will happen 00:12:04 there was a FR to give xom circlelos as an effect 00:12:09 <|amethyst> oh, you mean only Xom followers 00:12:18 right 00:12:32 <|amethyst> should be Zin followers 00:12:38 heh 00:12:52 -!- lvh has quit [Quit: mov eax, 1; push 0; int 80h] 00:13:41 oh, serious FR: 00:13:47 remove amulet of piety already 00:13:54 *amulet of faith 00:14:25 strategic wearables are dumb 00:16:12 style question: should that check have braces? 00:16:37 do { god = random_god(); } while (condition); 00:16:50 or just do god = random_god(); while (condition); 00:19:00 -!- Siegurt has joined ##crawl-dev 00:19:10 <|amethyst> yeah, always use braces on do-while 00:19:20 <|amethyst> (on their own lines as usual) 00:19:26 is there a random_choose_unweighted? 00:19:42 <|amethyst> I kind of think we should cuddle the "} while" but that's not what it says now 00:19:58 <|amethyst> so that /^ *while/ always means a while loop is starting 00:20:08 ok 00:20:18 <|amethyst> from a fixed list of things or an array? 00:20:48 I have random_choose_weighted(1, SIF_MUNA, 1, VEHUMET) 00:21:16 <|amethyst> random_choose(SIF_MUNA, VEHUMET) but coinflip() ? SIF_MUNA : VEHUMET is just as idiomatic 00:21:39 <|amethyst> well, GOD_SIF_MUNA etc 00:21:48 -!- vale_ has quit [Remote host closed the connection] 00:22:02 cool 00:22:12 wow, this function was three lines above already 00:24:31 according to this function, okawaru is a good god and mahkleb is a magic god 00:26:16 <|amethyst> ? 00:27:01 -!- AlphaQ has quit [Remote host closed the connection] 00:28:02 New branch created: pull/17 (1 commit) 13https://github.com/crawl/crawl/pull/17 00:28:02 03chequers02 07[pull/17] * 0.17-a0-871-g3cc6c7b: Update random altar god distribution. 10(16 hours ago, 1 file, 18+ 15-) 13https://github.com/crawl/crawl/commit/3cc6c7b2ef82 00:28:48 1/5 of xom is a lot 00:28:57 i'd dial it back to at least 1/10 00:28:59 if not 1/20 00:29:05 true 00:29:18 also, is there any reason to forbid lucy/jiyva/beogh in pan/abyss altar spawns? 00:29:38 lucy is forbidden in abyss? 00:29:41 chequers: that thing for vaults was supposed to be some notion of "lawful", not good 00:29:48 it's weird to put only good gods in vaults 00:30:43 not saying the old dist was great, but putting good gods there is worse imo 00:30:49 *only good gods 00:30:50 my rationale for doing "good" instead of "lawful" is that the categorisation is clearer 00:31:14 unless you really dig into the lore the group of good + oka is just arbitrary 00:31:14 that's not a very good reason 00:31:20 evil will also be clearer 00:31:28 not but reason to put only evil gods in vaults either 00:31:38 *but no 00:31:50 that wasn't good + oka either 00:32:37 maybe vaults should just get random distribution -- I feel the other specially handled branches have more obvious connection to their god distribution 00:32:47 -!- ProzacElf has quit [Ping timeout: 256 seconds] 00:33:01 yeah that'd be fine with me. You could do just make a "thematic" list 00:33:07 e.g. gozag would be in it 00:33:10 since "gold" etc 00:33:19 <|amethyst> zin 00:33:21 right 00:33:30 it doesn't need to be some particularly clear delineation, this is just theme/flavour 00:33:58 sif doesn't seem more lawful than trog to me, so I don't think sif works there in particular 00:34:19 lugonu is forbidden for random generation in the abyss because all of those altars are specifically placed 00:34:27 arethere any vaults creatures which are trog followers? 00:34:31 usually just out of sight of the stairs 00:34:35 or something 00:34:44 hah, really? 00:34:46 doy: seriously about the just out of sight of stairs part? 00:35:09 is that really in the code? 00:35:15 or maybe the altars are usually actually within sight of the stairs and i'm thinking of the d:1 abyss exit for abyssal knights 00:35:32 there's something weird like that though 00:37:03 yeah, looks like lugonu altars are usually placed within los 00:37:04 maybe orc should only have beogh too 00:37:52 there are some randomly placed ones too, but they are randomly placed by the special abyss terrain generator rather than by the generic dungeon code 00:38:02 any clues why crypt gets yred/kiku but tomb only gets kiku? 00:38:24 yred followers ran too low on piety to bother making altars in tomb 00:38:42 ha 00:38:45 crypt is more "undead" themed, tomb is more "undead necromancy" themed, i guess 00:38:48 huh, yred definitely makes snse for tomb 00:39:19 in any case, i'm not sure that these restrictions all necessarily have to make sense 00:39:29 speaking of yred and kiku, their wraths are surprisingly tame. not sure if that's a problem with me expecting too much, or them being too weak 00:39:32 difference for difference's sake isn't a bad thing either 00:39:41 for things like this that don't matter a lot 00:40:06 doy: I agree difference is good, but I think players won't notice difference in something subtle like this unless it's very clear 00:40:09 I just did kiku -> chei in lair (wanted a hammer of pain), and it's been painless, no pun intended 00:40:21 eg if vaults altars are oka + good gods, that will appear to just be random 00:40:34 because players don't have the concept of "lawful" gods 00:40:36 rchandra: wrath is scaled based on piety, i believe 00:40:44 so switching in lair is probably not going to hurt much 00:40:53 I was champion of kiku first 00:40:59 got the pain hammer, then took chei 00:41:28 almost done with kiku wrath from lair: 5-8 I think, too 00:41:29 -!- ZChris13 has quit [Remote host closed the connection] 00:42:08 ok, lower xom chance, beogh only in orc, and simplified logic 00:43:13 03chequers02 07[pull/17] * 0.17-a0-871-gf045959: Update random altar god distribution. 10(16 hours ago, 1 file, 11+ 28-) 13https://github.com/crawl/crawl/commit/f045959bf708 00:51:30 also 00:51:33 you changed the logic there 00:51:52 previously, there was a 1/5 chance of any altar being picked, even in other branches 00:52:12 even in branches with restrictions, that is 00:52:44 these altars are all flavor anyway 00:52:50 except jiyva/lucy 00:52:56 yeah 00:53:50 i don't think flavor needs to hammer you over the head to be noticeable 00:55:16 and i think xom being the only god that shows up in unexpected places, beogh being the only god that shows up in orc, etc would do that 00:57:31 -!- kazimuth has quit [Quit: Textual IRC Client: www.textualapp.com] 00:58:10 < doy> you changed the logic there <-- yes :) 00:58:17 -!- jefkin has quit [Ping timeout: 256 seconds] 01:00:17 the implied other half of that sentence would be "and i don't really like it, and even if it's kept in, the commit message should mention it" 01:02:03 sorry, thought the message did, I'll rewrite it 01:02:37 really, i think what i'm actually trying to say is the last two sections of http://tevisthompson.com/saving-zelda/ 01:02:49 in terms of general game design philosophy 01:05:08 -!- omnirizon has quit [Ping timeout: 250 seconds] 01:06:31 -!- aarujn has joined ##crawl-dev 01:10:09 I don't really get what you're trying to tell me with this article. It's like.. a love letter from a gamer to a series he has outgrown, but doesn't want to admit 01:10:45 <|amethyst> distribution of non-jiyva, non-lugonu altars in most of the game is irrelevant for gameplay, barring weapon prayers; so if it's going to be complex, it might as well have it paint a story 01:10:46 it's even hinted at, mentioning the series is "kid-tested, mother-approved", or "For veteran players like myself, though, the profound conservatism at Zelda’s heart feels more patronizing with each repetition" 01:11:14 <|amethyst> re things like "lawful gods" 01:11:21 <|amethyst> that have no mechanical weight 01:12:13 -!- Kalir has quit [Changing host] 01:14:57 <|amethyst> that said, I'd be fine with having the same probabilities nearly everywhere to make the code simpler (Beogh in Orc could be handled with vaults) 01:16:04 <|amethyst> but if the decision is going to be made based on flavour, I'm in favour of richer and more nuanced flavour 01:16:08 -!- vale_ has quit [Read error: Connection reset by peer] 01:16:09 -!- schistosoma has quit [Ping timeout: 244 seconds] 01:16:32 <|amethyst> even if that makes the flavour somewhat less clear 01:16:48 <|amethyst> then again, I also liked Fannar's and Wiglaf's novellas :) 01:17:01 -!- Krakhan has quit [Ping timeout: 250 seconds] 01:17:52 <|amethyst> I could see the argument for hitting the player over the head in terms of making it binary rather than a 5x weight 01:18:57 03chequers02 07[pull/17] * 0.17-a0-871-g2425078: Update random altar god distribution. 10(17 hours ago, 1 file, 11+ 28-) 13https://github.com/crawl/crawl/commit/24250781f78d 01:18:59 <|amethyst> since a 5x weight is easy to confuse with a lucky run 01:19:11 -!- UncertainKitten has quit [Quit: Connection reset by pier.] 01:19:34 is this beogh, which was a 50/50 split, or xom, which I moved from basically random to 1/5 to 1/20? 01:20:18 <|amethyst> I thought doy mentioned a 1/5 chance of picking a random god anyway 01:20:26 I think 1/20 still works for xom since there's no other random altars in specific branches. Currently you wouldn't be any more surprised to see trog than xom 01:20:40 -!- doubtofbuddha has quit [Ping timeout: 272 seconds] 01:20:41 yes, my patch kills that 01:20:55 only xom gets to be unexpected! 01:22:05 <|amethyst> beogh is a little different because you don't really see beogh altars elsewhere 01:22:44 beogh altars are never used either, since any hill orc would convert on d:3 01:22:46 <|amethyst> I think all beogh isn't too bad, but I'd maybe rather see something like 80-20 01:23:13 <|amethyst> so that you learn that some orcs are heretics 01:23:57 yeah ok, I'm not really convinced by vehumet in orc but trog & mahkleb make sense 01:23:59 <|amethyst> getting rid of the 1/5 I do think I like though 01:24:51 <|amethyst> well, there are sorcerors and wizards 01:24:51 <|amethyst> maybe made more sense when vehumet had summoning in eir portfolio 01:24:51 <|amethyst> s/ror/rer/ 01:24:58 maybe I should make some orc minivaults that have a bunch of wizards in a room with a veh altar 01:25:08 <|amethyst> I'd also argue for adding kiku to elf 01:25:31 <|amethyst> DE do necromancy sometimes 01:26:14 god = (coinflip() ? GOD_VEHUMET : GOD_SIF_MUNA); <-- do I need brackets here? 01:26:23 <|amethyst> no 01:27:29 <|amethyst> ? has the same precedence as =, and that precedence level is right-associative 01:27:56 -!- dtsund has quit [Ping timeout: 240 seconds] 01:28:36 <|amethyst> (this is different from C) 01:29:15 ok 01:29:16 <|amethyst> (but the same in this case---the two languages differ on a ? b : c = d; 01:29:18 <|amethyst> ) 01:31:06 03chequers02 07[pull/17] * 0.17-a0-871-g55ca797: Update random altar god distribution. 10(17 hours ago, 1 file, 14+ 29-) 13https://github.com/crawl/crawl/commit/55ca7979b5a5 01:31:54 -!- amalloy is now known as amalloy_ 01:33:24 -!- rophy has quit [Read error: Connection reset by peer] 01:37:42 -!- Pacra has quit [Ping timeout: 276 seconds] 01:40:01 -!- dplusplus has joined ##crawl-dev 01:41:45 -!- scummos__ has quit [Ping timeout: 265 seconds] 01:45:28 -!- Sharkman1231 has quit [Quit: Page closed] 01:48:35 -!- bitcoinbastard has quit [Read error: Connection reset by peer] 01:58:09 -!- simmarine has quit [Quit: Leaving] 01:58:10 -!- amalloy_ is now known as amalloy 02:01:14 -!- schisto has quit [Quit: Leaving] 02:03:57 -!- WalkerBoh has quit [Remote host closed the connection] 02:04:12 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 02:06:07 -!- Wah has quit [Read error: Connection reset by peer] 02:12:33 -!- qoala has quit [Quit: Abscond!] 02:14:49 -!- Yllodra has quit [Ping timeout: 264 seconds] 02:16:04 -!- Siveran has quit [Ping timeout: 265 seconds] 02:21:33 -!- ksagri has quit [Quit: Leaving] 02:21:53 Unstable branch on crawl.beRotato.org updated to: 0.17-a0-877-ga10078a (34) 02:28:53 -!- Athaboros has quit [Ping timeout: 248 seconds] 02:33:47 -!- zxc232 has joined ##crawl-dev 02:33:53 -!- Sose has quit [Quit: Page closed] 02:44:06 -!- filthy has quit [Ping timeout: 265 seconds] 02:46:06 -!- panicbit has quit [Ping timeout: 250 seconds] 02:58:52 -!- Siegurt has quit [Quit: Leaving.] 03:11:53 -!- FuHanchu has quit [Quit: Sayonara, Zetsubou Sensei!] 03:24:16 -!- ussdefiant has quit [Ping timeout: 240 seconds] 03:27:43 -!- iFurril has quit [Ping timeout: 255 seconds] 03:30:43 -!- wat has quit [Ping timeout: 256 seconds] 03:30:59 -!- dustinm`_ has quit [Ping timeout: 265 seconds] 03:31:51 -!- djinni has quit [Ping timeout: 256 seconds] 03:37:08 -!- Mindiell has joined ##crawl-dev 03:37:22 Hi, I'm looking for some infos about using an app through telnet like DCSS 03:37:49 -!- MIC132 has quit [Quit: Leaving] 03:37:57 I know how to do a game using ncurses and all that stuff, but I would like some help about the telnet part. 03:38:02 If someone can guide me <3 03:40:30 well, crawl uses dgamelaunch for that 03:40:50 -!- Patashu has joined ##crawl-dev 03:40:56 you could read up about it, but it's purpose-built for public roguelike servers, pretty much 03:41:42 ok thanks 03:46:27 -!- Blazinghand has quit [Read error: Connection reset by peer] 03:47:54 -!- Kolbur has joined ##crawl-dev 03:48:27 -!- djinni has joined ##crawl-dev 03:50:15 -!- amalloy is now known as amalloy_ 03:50:58 -!- dustinm` has joined ##crawl-dev 04:05:42 -!- bonghitz has quit [Remote host closed the connection] 04:07:24 -!- CcS has quit [Ping timeout: 256 seconds] 04:08:46 Zaba: Finally I used a simple "ForceCommand" in sshd.config 04:08:55 Do you think it can be dangerous ? 04:09:27 well, dgamelaunch runs in a chroot and so on 04:10:47 ok, I just "ForceCommand myprogram", so it should be ok :o) 04:14:16 -!- CacoS has quit [Ping timeout: 240 seconds] 04:21:10 -!- doubtofbuddha has quit [Ping timeout: 272 seconds] 04:27:50 -!- Sorbius has quit [Ping timeout: 244 seconds] 04:38:16 -!- mumra has joined ##crawl-dev 04:47:52 Zaba: doesn't mean it can't do nasty things. 04:48:01 yeah 04:48:08 Also, are you a frog? 04:48:28 Because your nickname is frog (almost) in Polish. 04:48:33 -!- Foamed has quit [Quit: Leaving] 04:48:34 all it needs is a dot over the z. 04:52:06 -!- DEFE has quit [Quit: Page closed] 04:57:20 I'm not 04:57:28 but you are not the first to point that out :P 05:01:25 -!- Orfax has quit [Ping timeout: 248 seconds] 05:05:23 -!- CacoS has quit [Ping timeout: 250 seconds] 05:05:31 Well, I guess there are other (half) Polish people in the world. 05:18:03 -!- jmr has quit [Ping timeout: 276 seconds] 05:23:36 -!- Menche has quit [Ping timeout: 265 seconds] 05:24:01 -!- siepu has quit [Ping timeout: 264 seconds] 05:30:25 -!- bladedpenguin has quit [Ping timeout: 246 seconds] 05:54:30 -!- Basil has quit [Ping timeout: 252 seconds] 05:54:39 -!- honeybadger has quit [Quit: Page closed] 05:56:04 -!- nixor has quit [Ping timeout: 245 seconds] 06:07:40 -!- debo has joined ##crawl-dev 06:10:58 -!- __miek has quit [Ping timeout: 265 seconds] 06:17:35 -!- Lasty has joined ##crawl-dev 06:19:35 -!- Bcadren has quit [Ping timeout: 256 seconds] 06:19:58 -!- ldf_ has joined ##crawl-dev 06:25:31 -!- ly^ has quit [Read error: Connection reset by peer] 06:28:34 -!- nixor has quit [Ping timeout: 245 seconds] 06:37:39 -!- st_ has joined ##crawl-dev 06:46:29 -!- nixor has quit [Ping timeout: 245 seconds] 06:47:45 -!- dpeg has joined ##crawl-dev 06:57:41 -!- Kolbur1 has joined ##crawl-dev 06:58:41 -!- Kolbur has quit [Ping timeout: 256 seconds] 07:00:19 -!- aarujn has quit [Quit: aarujn] 07:03:29 !tell aarujn Hi, sorry for late reply. 07:03:30 dpeg: You have 1 message. Use !messages to read it. 07:03:30 dpeg: OK, I'll let aarujn know. 07:03:33 !messages 07:03:34 (1/1) chequers said (2d 11h 17m 21s ago): how do you feel about making gozag's potion petition more consistent for players? https://github.com/alexjurkiewicz/crawl-ref/commit/6461cd44c4077e509d4ccc40ddf6d27673c5e2d2 07:04:38 -!- Kolbur1 is now known as Kolbur 07:05:58 !seen chequers 07:05:59 I last saw chequers at Thu Apr 30 06:51:57 2015 UTC (5h 14m 1s ago) saying 'really' on ##crawl. 07:06:17 chequers: around? Might be a strange time in your place... 07:08:33 -!- Lasty has quit [Quit: Leaving.] 07:21:01 -!- Xenobreeder has quit [Ping timeout: 246 seconds] 07:25:25 -!- koolguydude has quit [Quit: Page closed] 07:27:56 -!- Patashu has quit [Ping timeout: 240 seconds] 07:32:13 -!- Nobuharu has quit [Ping timeout: 246 seconds] 07:39:01 -!- Pacra has joined ##crawl-dev 07:39:32 -!- clouded_ has joined ##crawl-dev 07:39:32 -!- st_ has quit [Read error: Connection reset by peer] 07:41:45 -!- wheals has joined ##crawl-dev 07:49:26 -!- Pacra has quit [Ping timeout: 250 seconds] 07:51:52 -!- Bcadren has quit [Ping timeout: 255 seconds] 08:01:22 -!- MurderMachine has quit [Quit: Page closed] 08:06:24 -!- Kolbur1 has joined ##crawl-dev 08:07:09 http://pastebin.com/MVK5ZYSS 08:07:18 crawl started doing this again because reasons 08:07:23 -!- siepu has quit [Ping timeout: 250 seconds] 08:07:53 and now it stopped doing it 08:07:55 this is confusing 08:09:02 -!- Kolbur has quit [Ping timeout: 264 seconds] 08:09:31 -!- abixa has quit [Quit: WeeChat 1.1.1] 08:10:19 %git :/[Rr]estore [Oo]ffhand 08:10:19 07|amethyst02 * 0.17-a0-93-gcf0d72b: Restore offhand blade punch (FierceOmelette) 10(6 weeks ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/cf0d72b1d740 08:10:49 huh 08:11:01 %git fa8c127 08:11:02 07|amethyst02 * 0.17-a0-725-gfa8c127: Remove an unused macro (gammafunk) 10(10 days ago, 1 file, 0+ 8-) 13https://github.com/crawl/crawl/commit/fa8c1271ce4b 08:12:11 -!- Kolbur1 is now known as Kolbur 08:13:04 -!- debo has quit [Quit: orb spiders :(] 08:13:56 -!- raikaria has quit [Quit: Page closed] 08:15:28 unfr windows 08:15:34 -!- Brannock has joined ##crawl-dev 08:15:41 -!- doubtofbuddha has quit [Ping timeout: 244 seconds] 08:16:29 %git oubliette 08:16:30 07dpeg02 * 0.17-a0-715-ga3b7590: More randomisation. 10(11 days ago, 1 file, 43+ 8-) 13https://github.com/crawl/crawl/commit/a3b7590887ad 08:16:33 %git oubliette^ 08:16:33 07dpeg02 * 0.17-a0-714-g12bda93: Add an arrival vault featuring some puny monsters attacking the ally. 10(11 days ago, 1 file, 22+ 0-) 13https://github.com/crawl/crawl/commit/12bda935840a 08:16:35 %git oubliette^^ 08:16:35 07dpeg02 * 0.17-a0-713-ge9d4015: Oubliette documentation: ally placement. 10(11 days ago, 1 file, 10+ 4-) 13https://github.com/crawl/crawl/commit/e9d401549045 08:16:39 %git oubliette^^^ 08:16:39 07|amethyst02 * 0.17-a0-712-gf8d5b6a: Bind Oubliette allies in eternal incarceration. 10(11 days ago, 1 file, 3+ 3-) 13https://github.com/crawl/crawl/commit/f8d5b6af8ebc 08:17:15 i was wondering whether the no_stairs tag could be used if we want to bring back the ancient champ vault 08:17:26 i guess it wasn't a great vault anyway 08:24:03 wheals: aha, perhaps... Hard to say which vaults qualify as "great". Maybe none does :) 08:24:24 only kennysheep vaults IMO 08:32:36 -!- Kolbur1 has joined ##crawl-dev 08:35:21 -!- Kolbur2 has joined ##crawl-dev 08:35:21 -!- CacoS has quit [Quit: Bye] 08:35:22 -!- Kolbur has quit [Ping timeout: 250 seconds] 08:37:01 -!- Kolbur1 has quit [Ping timeout: 264 seconds] 08:39:51 -!- Kolbur has joined ##crawl-dev 08:40:37 -!- siepu has quit [Ping timeout: 264 seconds] 08:42:57 -!- Kolbur2 has quit [Ping timeout: 256 seconds] 08:46:38 !greatrace dd elliptic 08:46:41 Unwon deep dwarfs for elliptic: DDCj, DDFE 08:46:54 mm 08:46:59 squaring off the rest of them 08:48:29 my squarelos dude just died but it seemed good to me 08:48:55 wheals: have there been any reservations against squarelos (from devs)? 08:49:09 presumably i would have survived if i decided to do something that wasn't "get tornado by lair:8" :P 08:49:15 did he die squarely? :P 08:49:22 fair and square! 08:49:24 !lg 08:49:25 3472. wheals the Stormcaller (L15 DEAE of Cheibriados), slain by a raven (led by a tengu conjurer) on D:15 on 2015-04-30 13:43:57, with 92435 points after 30476 turns and 1:22:30. 08:49:42 never went that far with chei before 08:49:44 I guess he was a blockhead. 08:50:05 so maybe it should go from branch to trunk? 08:50:19 perhaps 08:50:58 elliptic: i'm not sure if tornado was slightly buggy? sometimes it looked like the clouds started dispersing before they were supposed to, and then gathered again (was in open area) 08:51:04 i saw that you did some refactoring 08:52:37 I for one welcome our new nonEuclidian overlords. 08:52:53 I need to try out the branch 08:53:27 -!- Tuxedo[Qyou] has joined ##crawl-dev 08:53:31 thankfully it's on a cool server for cool people 08:53:41 ?? coolserver 08:53:42 coolserver[1/1]: A server with games tracked by Sequell. 08:54:11 ?? cool[5 08:54:11 cool[5/7]: squarelos 08:55:03 does tornado move stuff around in squares too? 08:55:24 ??squarelos 08:55:24 squarelos[1/8]: Reality of crawl where LOS is square rather than circular. 08:55:31 wheals: which server? 08:55:41 !lm * explbr~~square s=src 08:55:43 579 milestones for * (explbr~~square): 579x cbro 08:55:51 die quadratur des kreises! 08:56:06 Kolbur: indeed! 08:56:12 I should have guessed :D 09:03:29 -!- Alarkh has joined ##crawl-dev 09:03:33 -!- Guest2642 has quit [Read error: Connection reset by peer] 09:03:48 -!- Foamed has quit [Quit: Leaving] 09:04:39 -!- Kolbur has left ##crawl-dev 09:13:55 -!- LexAckson has joined ##crawl-dev 09:15:29 -!- Earlo has quit [Remote host closed the connection] 09:20:58 rectangular tornadoes 09:21:05 the horror 09:28:17 -!- NotKintak has quit [Ping timeout: 256 seconds] 09:30:38 -!- dtsund has joined ##crawl-dev 09:31:05 -!- Kolbur has joined ##crawl-dev 09:40:29 -!- cojito has quit [Quit: Page closed] 09:46:59 -!- Athaboros has quit [Ping timeout: 256 seconds] 09:48:01 -!- BanMido has quit [Ping timeout: 246 seconds] 10:00:39 rect'd 10:06:29 -!- Kolbur1 has joined ##crawl-dev 10:06:40 -!- DrKe has quit [Ping timeout: 256 seconds] 10:07:25 -!- Kolbur has quit [Ping timeout: 250 seconds] 10:07:25 -!- elliptic has quit [Read error: Connection reset by peer] 10:08:09 -!- DrKe has joined ##crawl-dev 10:08:24 -!- debo has joined ##crawl-dev 10:08:27 -!- elliptic has joined ##crawl-dev 10:10:47 -!- Kolbur1 has quit [Read error: Connection reset by peer] 10:10:47 -!- Kalir has quit [Changing host] 10:12:03 -!- Kolbur has joined ##crawl-dev 10:15:46 wheals: do you just mean that the tornado isn't always completely filled in with clouds? that happens with circlenado also 10:15:55 it's just more noticeable with squarenado I think 10:16:01 yeah i doubted it was really a new bug 10:16:14 I'm not sure why it happens 10:16:48 Isn't there a limit to the number of clouds generated per level? I suppose that's probably higher than the number generated by tornado... 10:17:25 Lasty_: yeah, that's not the issue; the tornado always fills up with clouds at the end 10:17:39 it just gets to max radius and is missing a few clouds, then they fill in the next turn 10:18:01 ah, hmm. 10:19:07 -!- LexAckson_ has joined ##crawl-dev 10:19:37 maybe it is actually a feature and only some clouds around the edge fill in because the radius is only 4.8 or something, not 5 10:20:17 i think i noticed that it was happening even in the middle? but only when i was moving 10:20:26 maybe it was an issue due to cheistepping 10:21:32 -!- Zekka has quit [Ping timeout: 272 seconds] 10:22:18 -!- LexAckson has quit [Ping timeout: 265 seconds] 10:27:10 -!- vale_ has quit [Remote host closed the connection] 10:27:19 -!- Siegurt has joined ##crawl-dev 10:30:34 wheals: yeah, I see now... that's really weird, and only seems to happen with cheistepping (and happens with circlenado too) 10:33:10 -!- Athaboros_ has quit [Ping timeout: 252 seconds] 10:38:01 -!- siepu_ has quit [Quit: Leaving] 10:40:43 -!- Sonata is now known as flappity 10:44:43 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 10:53:15 -!- Daekdroom has quit [Quit: Leaving] 10:53:51 -!- Zekka has quit [Ping timeout: 256 seconds] 10:57:45 -!- radinms has quit [] 10:59:12 -!- shnurlf has quit [Quit: Page closed] 10:59:58 -!- bonghitz has quit [Remote host closed the connection] 11:06:20 -!- wheals has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 11:16:12 -!- ussdefiant has joined ##crawl-dev 11:19:14 -!- lessens has quit [Ping timeout: 264 seconds] 11:24:31 -!- Carwin_ has quit [Quit: Page closed] 11:28:04 -!- SurpriseTRex has quit [Quit: Leaving] 11:28:27 -!- Vizer has quit [Ping timeout: 250 seconds] 11:32:17 -!- MarvinPA has joined ##crawl-dev 11:32:54 -!- Orfax has quit [Ping timeout: 264 seconds] 11:34:38 -!- mauris has joined ##crawl-dev 11:37:05 -!- carwin_ has quit [Quit: Page closed] 11:38:38 -!- rophy has quit [Read error: Connection reset by peer] 11:38:38 -!- Frank2368 has quit [Quit: Page closed] 11:40:36 -!- Athaboros_home has quit [Quit: Leaving] 11:40:42 -!- Athaboros has quit [Quit: Leaving...] 11:41:44 -!- ussdefiant has quit [Remote host closed the connection] 11:53:12 &rc qw 11:53:14 http://crawl.berotato.org/crawl/rcfiles/crawl-git/qw.rc 11:56:33 -!- n1k has quit [Ping timeout: 265 seconds] 11:57:47 -!- stubblyhead has quit [Read error: Connection reset by peer] 11:58:31 -!- n1k has joined ##crawl-dev 11:58:33 -!- Kolbur1 has joined ##crawl-dev 11:58:54 -!- n1k is now known as Guest31140 11:59:42 -!- Kolbur has quit [Ping timeout: 272 seconds] 12:04:23 -!- Boldor has quit [Ping timeout: 272 seconds] 12:04:45 -!- stubblyhead has quit [Read error: Connection reset by peer] 12:06:01 Unstable branch on crawl.akrasiac.org updated to: 0.17-a0-877-ga10078a (34) 12:07:03 -!- debo has quit [Read error: No route to host] 12:11:17 -!- debo has joined ##crawl-dev 12:11:59 -!- Orfax has quit [Ping timeout: 272 seconds] 12:12:22 -!- quik has quit [Ping timeout: 272 seconds] 12:12:39 -!- WereVolvo has quit [Ping timeout: 250 seconds] 12:12:56 -!- UncertainKitten has joined ##crawl-dev 12:16:06 -!- amalloy_ is now known as amalloy 12:18:36 -!- dplusplus has quit [Quit: Leaving...] 12:27:21 -!- nixor has quit [Ping timeout: 256 seconds] 12:27:58 -!- Guest31140 has quit [Ping timeout: 265 seconds] 12:28:12 -!- nonethousand has joined ##crawl-dev 12:28:36 -!- nonethousand is now known as Guest80033 12:32:13 -!- simmarine has joined ##crawl-dev 12:33:33 -!- nixor1 has quit [Ping timeout: 276 seconds] 12:38:01 -!- st_ has joined ##crawl-dev 12:38:12 -!- TR_Muscateer has joined ##crawl-dev 12:40:53 -!- yuastnav has quit [Disconnected by services] 12:43:46 -!- doubtofbuddha has quit [Quit: Page closed] 12:45:42 -!- FatShack_ has joined ##crawl-dev 12:46:59 -!- Vizer_ has quit [*.net *.split] 12:46:59 -!- elliptic has quit [*.net *.split] 12:46:59 -!- ystael has quit [*.net *.split] 12:46:59 -!- clouded_ has quit [*.net *.split] 12:47:00 -!- ldf_ has quit [*.net *.split] 12:47:01 -!- soundlust has quit [*.net *.split] 12:47:02 -!- muravey has quit [*.net *.split] 12:47:03 -!- endou_ has quit [*.net *.split] 12:47:03 -!- FatShack has quit [*.net *.split] 12:47:05 -!- WereVolvo has quit [*.net *.split] 12:47:06 -!- Orfax has quit [*.net *.split] 12:47:06 -!- ksagri has quit [*.net *.split] 12:47:08 -!- Cerpin has quit [*.net *.split] 12:47:09 -!- crate has quit [*.net *.split] 12:47:09 -!- Kramell has quit [*.net *.split] 12:47:09 -!- ChongLi has quit [*.net *.split] 12:47:09 -!- MakMorn has quit [*.net *.split] 12:47:09 -!- bd- has quit [*.net *.split] 12:47:10 -!- axujen has quit [*.net *.split] 12:47:11 -!- Smello has quit [*.net *.split] 12:47:11 -!- kunwon1 has quit [*.net *.split] 12:47:11 -!- plathrop has quit [*.net *.split] 12:47:12 -!- Sorbius has quit [*.net *.split] 12:47:14 -!- zero_one_ has quit [*.net *.split] 12:47:15 -!- PsyMar has quit [*.net *.split] 12:47:15 -!- ByronJohnson has quit [*.net *.split] 12:47:17 -!- us17 has quit [*.net *.split] 12:47:18 -!- muravey has joined ##crawl-dev 12:47:18 -!- plathrop_ is now known as plathrop 12:52:30 -!- Zekka has quit [Ping timeout: 252 seconds] 12:53:07 -!- elliptic has joined ##crawl-dev 12:53:56 -!- MakMorn has joined ##crawl-dev 12:54:15 -!- ldf_ has joined ##crawl-dev 12:56:06 -!- kunwon1 has joined ##crawl-dev 12:58:31 -!- Kalir has quit [Quit: CADENZA-CLASS CLOCKWORK KNIGHT--OPERATION TERMINATED] 13:01:45 -!- wheals has joined ##crawl-dev 13:09:22 -!- mumra has quit [Ping timeout: 272 seconds] 13:12:33 -!- ystael_ has quit [Ping timeout: 276 seconds] 13:16:07 -!- Alarkh has quit [Quit: Leaving] 13:17:41 !lg * squarelostest 13:17:43 46. archaeo the Conqueror (L27 OgBe of The Shining One), escaped with the Orb and 15 runes on 2015-04-30 18:15:14, with 14837751 points after 106493 turns and 8:05:08. 13:20:12 -!- Alarkh has joined ##crawl-dev 13:20:28 -!- Sharkman1231_ has quit [Ping timeout: 246 seconds] 13:24:42 -!- LexAckson has joined ##crawl-dev 13:24:42 -!- LexAckson_ has quit [Read error: Connection reset by peer] 13:26:59 03MarvinPA02 07* 0.17-a0-878-g39b1f9a: Add a missing option to options_guide.txt contents 10(70 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/39b1f9ac2101 13:26:59 03MarvinPA02 07* 0.17-a0-879-g081e05d: Adjust messaging on TRJ death 10(58 minutes ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/081e05d3ddeb 13:26:59 03MarvinPA02 07* 0.17-a0-880-ga926ed8: Adjust a Slime entry vault 10(38 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/a926ed8cacfd 13:27:42 -!- SomeStupidGuy has quit [Read error: Connection reset by peer] 13:29:21 -!- LexAckson has quit [Ping timeout: 250 seconds] 13:32:28 -!- bonghitz has quit [Remote host closed the connection] 13:32:53 -!- crate_ is now known as crate 13:34:20 -!- bonghitz has quit [Remote host closed the connection] 13:35:47 -!- orionstein has quit [Quit: ZNC - http://znc.in] 13:37:01 -!- SomeStupidGuy has quit [Ping timeout: 255 seconds] 13:39:24 -!- Basil has joined ##crawl-dev 13:40:09 -!- Doesnt has quit [Ping timeout: 244 seconds] 13:40:09 -!- Doesnty is now known as Doesnt 13:43:22 -!- amalloy is now known as amalloy_ 13:46:16 -!- Boldor has quit [Ping timeout: 265 seconds] 13:49:22 -!- Kolbur has joined ##crawl-dev 13:49:28 -!- Kolbur1 has quit [Read error: Connection reset by peer] 13:51:37 -!- Kolbur1 has joined ##crawl-dev 13:52:02 -!- Kolbur has quit [Read error: Connection reset by peer] 14:03:09 -!- Inferior has quit [Quit: Page closed] 14:05:14 -!- rast has quit [Ping timeout: 256 seconds] 14:06:35 -!- bonghitz has quit [Remote host closed the connection] 14:11:23 -!- Nerem has quit [Ping timeout: 250 seconds] 14:21:45 -!- pythonsnake has quit [Read error: Connection reset by peer] 14:24:52 -!- amalloy_ is now known as amalloy 14:26:45 -!- raikaria has quit [Quit: Page closed] 14:26:52 -!- Guest80033 is now known as n1k 14:26:54 -!- n1k has quit [Changing host] 14:26:54 -!- n1k has joined ##crawl-dev 14:28:11 -!- Siegurt has quit [Quit: Leaving.] 14:29:34 -!- mauris_ has joined ##crawl-dev 14:30:37 -!- TAS-2012v has joined ##crawl-dev 14:30:56 -!- TAS_2012v has quit [Ping timeout: 256 seconds] 14:30:56 -!- TAS-2012v is now known as TAS_2012v 14:31:16 -!- CanOfWorms has joined ##crawl-dev 14:33:25 -!- KurzedMetal has quit [Ping timeout: 256 seconds] 14:33:26 -!- Ragnor has quit [Ping timeout: 256 seconds] 14:33:26 -!- mauris has quit [Ping timeout: 256 seconds] 14:33:26 -!- nimitz has quit [Ping timeout: 256 seconds] 14:33:34 -!- lobf has joined ##crawl-dev 14:43:02 -!- Alarkh has quit [Quit: Leaving] 14:44:29 -!- lobf has quit [Quit: lobf] 14:47:35 -!- Foamed has quit [Quit: Leaving] 14:51:54 -!- HellTiger has quit [Ping timeout: 245 seconds] 14:53:33 -!- doubtofbuddha has quit [Ping timeout: 244 seconds] 14:56:50 -!- kazimuth has quit [Client Quit] 14:57:36 -!- SomeStupidGuy has quit [Ping timeout: 240 seconds] 14:59:12 -!- Bcadren has quit [Ping timeout: 244 seconds] 14:59:24 03MarvinPA02 07* 0.17-a0-881-g58646f4: Add a canned message to melee attack !a prompt 10(2 minutes ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/58646f413746 15:02:57 -!- Zekka has quit [Ping timeout: 250 seconds] 15:06:38 -!- HellTiger_NB has quit [Ping timeout: 264 seconds] 15:07:19 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 15:07:34 -!- travis-ci has joined ##crawl-dev 15:07:35 The build failed. (master - a926ed8 #2492 : Chris Campbell): http://travis-ci.org/crawl/crawl/builds/60739227 15:07:35 -!- travis-ci has left ##crawl-dev 15:08:46 -!- rophy has quit [Read error: Connection reset by peer] 15:11:08 -!- ystael has quit [Quit: Lost terminal] 15:11:53 -!- AFailure has joined ##crawl-dev 15:16:54 I have a question for anyone who has knowledge of playable.cc 15:19:47 -!- wheals_ has joined ##crawl-dev 15:19:53 greensnark: ^ 15:21:30 AFailure: Probably just better to ask the question and then try again later if no one answers. 15:25:43 Alrighty. I wanted to mess around with species/job combos that just should not be, and I've made modifications to the code to eliminate the check altogether. 15:26:40 But playable.cc is a bit over my head when it comes to C++, and I can't seem to eliminate the code related to the check without breaking it. 15:26:57 -!- Siegurt has joined ##crawl-dev 15:27:30 Everything up to that point compiles just fine, with a few warnings about unused functions. 15:27:36 -!- zxc232 has quit [Read error: Connection reset by peer] 15:29:02 have you tried just commenting out the two checks in job_allowed function? 15:29:06 !source job_allowed 15:29:06 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/ng-restr.cc#l394 15:29:23 No, and that sounds much easier than what I've done 15:29:34 lemme try that and see 15:30:03 That file seems to have the actual restrictions, playable.cc only has code to list playable combinations etc. 15:31:26 Actually you probably just want to comment out the second check. 15:36:45 -!- Siegurt has quit [Quit: Leaving.] 15:37:02 Now you mention it, I probably could have it just return CC_UNRESTRICTED 15:37:33 Instead, I started cutting out code and breaking all kinds of things 15:37:43 gonna re-download now... 15:37:59 Thanks for the help folks. 15:39:16 !source art-data.txt 15:39:17 https://github.com/crawl/crawl/blob/master/crawl-ref/source/art-data.txt 15:40:19 -!- SomeStupidGuy has quit [Ping timeout: 255 seconds] 15:40:49 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 15:41:31 AFailure: git is really helpful for reverting your changes (among other things) 15:50:38 -!- Bcadren has quit [Ping timeout: 256 seconds] 15:55:42 03wheals02 07* 0.17-a0-882-ga7f29ea: Remove MUTFLAG_RU. 10(23 minutes ago, 3 files, 38+ 38-) 13https://github.com/crawl/crawl/commit/a7f29ea0be92 15:55:42 03wheals02 07* 0.17-a0-883-gecbea69: Let monsters use the Obsidian Axe (starhawk). 10(2 minutes ago, 3 files, 14+ 2-) 13https://github.com/crawl/crawl/commit/ecbea6964ba2 15:55:55 dpeg: hi 15:55:55 chequers: You have 2 messages. Use !messages to read them. 15:56:47 :D 16:01:05 Zannick: ? 16:01:49 -!- Patashu has joined ##crawl-dev 16:02:06 wheals_: "Let monsters use the Obsidian Axe" 16:02:22 oh, yeah :) 16:02:29 they don't get mesmerised though :P 16:02:37 aw, heh 16:02:47 monsters like killing enough as is 16:02:56 it just prevents hostile ones from summoning friendly demon when they hit you 16:06:36 I must be missing a step in the compile instructions somewhere. I can't seem to find ddraw.h, dsound.h, or dinput.h anywhere in the source folder. 16:07:33 yep, I missed a sto[ 16:07:35 step 16:07:45 forgot to activate the newer GCC. 16:08:24 -!- Lasty has joined ##crawl-dev 16:12:34 -!- SurpriseTRex has quit [Ping timeout: 244 seconds] 16:14:02 -!- Krakhan has quit [Changing host] 16:20:18 Huh, now it's complaining about more missing files. I don't know why it's so insistant on using directsound, I didn't ask for sound. 16:23:39 -!- SomeStupidGuy has quit [Ping timeout: 256 seconds] 16:24:13 -!- carwin_ has quit [Ping timeout: 246 seconds] 16:24:46 -!- kazimuth has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 16:24:47 -!- Patashu has quit [Ping timeout: 256 seconds] 16:24:50 -!- stubblyhead has quit [Read error: Connection reset by peer] 16:25:09 -!- Tux[Qyou] has joined ##crawl-dev 16:26:29 -!- Tuxedo[Qyou] has quit [Ping timeout: 245 seconds] 16:28:20 03|amethyst02 07* 0.17-a0-884-gb660efa: Adjust for MUTFLAG_RU removal. 10(40 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/b660efaca964 16:28:42 oh 16:30:24 clearly add MUTFLAG_END to the enum, then have COMPILE_CHECK(MUTFLAG_END -1 == 1 << MUTFLAG_LAST_EXPONENT) 16:30:39 -!- travis-ci has joined ##crawl-dev 16:30:40 The build failed. (master - 58646f4 #2493 : Chris Campbell): http://travis-ci.org/crawl/crawl/builds/60750539 16:30:40 -!- travis-ci has left ##crawl-dev 16:31:07 18 tests, 18 succeeded, 0 failed 16:31:07 make: *** [test-test] Error 143 16:34:47 -!- SomeStupidGirl has quit [Ping timeout: 244 seconds] 16:39:24 -!- siepu has quit [Read error: Connection reset by peer] 16:44:03 -!- MgDark has quit [Read error: No route to host] 16:45:20 -!- Yllodra has quit [Ping timeout: 272 seconds] 16:51:47 -!- MurderMachine has quit [Quit: Page closed] 16:52:02 AFailure, we determined a couyple days ago that the makefile unconditionally enables sound in msys builds 16:52:27 I don't know that anyone looked into it, there are few devs here with Windows platforms much less experience 16:54:40 -!- Nobuharu has quit [Ping timeout: 246 seconds] 16:55:39 AFailure, you might be able to get it to skip the directsound stuff by commenting out line 197 of the Makefile and editing the next two lines: 16:55:59 DEFINES_L += -D__USE_MINGW_ANSI_STDIO 16:56:18 well, just comment out the second line (EXTRA_LIBS) 16:56:53 if you're building tiles you'd also edit the next EXTRA_LIBS line to omit -lwinmm 17:06:11 @??queen ant perm_ench:haste 17:06:11 queen ant (04a) | Spd: 10-11 | HD: 13 | HP: 56-88 | AC/EV: 14/3 | Dam: 2004(strong poison:47-84) | Res: 06magic(60) | Vul: 09poison | Chunks: 14noxious | XP: 412 | Sz: Large | Int: insect. 17:07:31 still terrible 17:07:34 is it flag day yet? can i send a pull request instead of a mantis ticket, for a small change? 17:07:58 pull request are fine already 17:08:02 requests 17:08:23 all i'm sending is PRs already 17:11:50 is there a command like !bug yet for linking to github issues? if not i'll just add !issue 17:12:11 !cmd !issue .echo https://github.com/crawl/crawl/pull/$* 17:12:12 Defined command: !issue => .echo https://github.com/crawl/crawl/pull/$* 17:12:16 !issue 18 17:12:16 https://github.com/crawl/crawl/pull/18 17:14:01 03wheals02 07* 0.17-a0-885-ga6e3a80: Let spell miscasts cause the dust to glow a weird colour. 10(66 minutes ago, 2 files, 4+ 10-) 13https://github.com/crawl/crawl/commit/a6e3a8012a64 17:14:01 03wheals02 07* 0.17-a0-886-gfae3c28: Shrink loop variables' scope. 10(25 minutes ago, 10 files, 154+ 179-) 13https://github.com/crawl/crawl/commit/fae3c2814e02 17:14:01 03wheals02 07* 0.17-a0-887-g9a4375b: Prompt before casting Swiftness for Chei worshippers. 10(5 minutes ago, 3 files, 9+ 6-) 13https://github.com/crawl/crawl/commit/9a4375b65fc1 17:14:01 03wheals02 07* 0.17-a0-888-g439e22d: Speed up queen ants (dpeg). 10(3 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/439e22d06260 17:14:01 New branch created: pull/18 (1 commit) 13https://github.com/crawl/crawl/pull/18 17:14:01 03amalloy02 07[pull/18] * 0.17-a0-885-g53c91f5: Don't call followers of good gods Hellbinder/Demonologist 10(8 minutes ago, 1 file, 11+ 0-) 13https://github.com/crawl/crawl/commit/53c91f5667ad 17:14:03 whoa we recently broke 49k commits 17:14:07 %git a926ed8cacfda992 17:14:07 07MarvinPA02 * 0.17-a0-880-ga926ed8: Adjust a Slime entry vault 10(4 hours ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/a926ed8cacfd 17:14:35 i guess that was the 49000th 17:15:01 METATRON ENGAGE 17:15:11 !tell |amethyst i'm not sure if i missed something in fae3c28 (especially wary since tags.cc was a big offender), could you look over it? :) 17:15:11 wheals_: OK, I'll let |amethyst know. 17:15:22 -!- wheals_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 17:18:38 -!- stanzill has quit [Changing host] 17:21:25 -!- Zekka has quit [Ping timeout: 264 seconds] 17:21:30 -!- UncertainKitten has quit [Ping timeout: 276 seconds] 17:24:28 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 17:26:30 -!- wheals_ has joined ##crawl-dev 17:27:19 wheals_: I bet you cleanup up some old lines of code with that commit 17:28:01 guys someone go merge #18. calling a Su^TSO "Hellbinder" is a travesty that must be fixed immediately 17:28:52 exorcist? :p 17:29:57 !lg amalloy su 17:29:58 15. Mountebank the Caller (L2 MuSu), slain by a hobgoblin on D:1 on 2015-03-26 07:46:41, with 17 points after 534 turns and 0:07:25. 17:30:01 pff, 15 17:30:18 my Su have not bee very effective 17:30:26 !lg . su s=xl 17:30:26 15 games for amalloy (su): 6x 1, 2x 10, 2x 2, 2x 9, 3, 5, 4 17:30:30 !lg . sk=summoning 17:30:31 1381. gammafunk the Summoner (L7 DESu of Sif Muna), slain by a killer bee (summoned by a shadow trap (triggered by a giant frog)) on D:9 on 2015-04-30 22:19:36, with 928 points after 2811 turns and 0:19:29. 17:30:31 well, I almost got it. 17:30:42 !lg * sk=summoning 17:30:42 77537. gammafunk the Summoner (L7 DESu of Sif Muna), slain by a killer bee (summoned by a shadow trap (triggered by a giant frog)) on D:9 on 2015-04-30 22:19:36, with 928 points after 2811 turns and 0:19:29. 17:30:46 !lg * sk=summoning s=name 17:30:49 77537 games for * (sk=summoning): 1381x gammafunk, 939x Sebi, 824x ew, 672x randart, 563x PolkaDot, 504x Neil, 456x VolteccerJack, 450x Poncheis, 368x Lawman0, 335x nfogravity, 332x Atomjack, 329x heteroy, 303x Akhier, 298x urish, 286x duncan, 280x talkingcatjazzcat, 261x syban, 254x estick, 249x Isvaffel, 249x Kyrris, 224x Shovelmint, 224x timbw, 222x fleugma, 212x Xiberia, 210x Lightli, 210x Chi... 17:30:52 that's right 17:31:08 !lg gammafunk sk=summoning sklvl=27 17:31:09 Unknown field: sklvl 17:31:16 man i can never remember that keyword 17:31:17 I never get 27 summoning 17:31:19 ??lg 17:31:19 listgame[1/5]: !lg command displays info about past games. The manual is available here: https://github.com/greensnark/dcss_sequell/blob/master/docs/listgame.md 17:31:26 everything has more or less compiled, except the executable. It's complaining about ld.exe not being able to find -llua 17:31:36 AFailure: what's your make arguments? 17:31:37 you have to add BUILD_LUA=y 17:31:40 or what are, I should say 17:31:47 !lg * sk=summoning sklev=27 s=god 17:31:48 118 games for * (sk=summoning sklev=27): 66x Sif Muna, 12x Vehumet, 7x The Shining One, 7x Ashenzari, 5x Cheibriados, 4x Gozag, 4x Nemelex Xobeh, 3x, 2x Fedhas, 2x Lugonu, Okawaru, Xom, Jiyva, Kikubaaqudgha, Zin, Makhleb 17:31:51 imo just use NO_PKGCONFIG=y on windows 17:31:52 just TILES=y 17:32:00 AFailure: add NO_PKGCONFIG=y 17:32:19 that's in the INSTALL.txt instructions as well 17:32:46 getting 27 summoning is less a thing compared to conj 17:32:59 you need like 22-24 tops for dcall/summon dragon 17:33:26 and of course even less if you're stopping at xxx, haunt, or just the L7 17:34:02 !lg * sk=summoning sklev>=20 s=god 17:34:03 627 games for * (sk=summoning sklev>=20): 377x Sif Muna, 73x Vehumet, 47x Ashenzari, 15x The Shining One, 14x, 14x Kikubaaqudgha, 13x Cheibriados, 11x Lugonu, 10x Nemelex Xobeh, 8x Xom, 8x Gozag, 7x Makhleb, 6x Jiyva, 5x Okawaru, 5x Ru, 4x Fedhas, 3x Yredelemnul, 2x Qazlal, 2x Dithmenos, 2x Zin, Elyvilon 17:34:19 Singularity does not trigget Makhleb healing 13https://crawl.develz.org/mantis/view.php?id=9692 by Sar 17:34:21 !lg * sk=summoning sklev>=18 s=god 17:34:21 912 games for * (sk=summoning sklev>=18): 567x Sif Muna, 120x Vehumet, 56x Ashenzari, 23x, 18x The Shining One, 16x Kikubaaqudgha, 14x Nemelex Xobeh, 14x Cheibriados, 13x Lugonu, 11x Xom, 10x Gozag, 8x Jiyva, 7x Okawaru, 7x Ru, 7x Makhleb, 5x Fedhas, 4x Zin, 4x Yredelemnul, 3x Qazlal, 3x Dithmenos, Elyvilon, Beogh 17:34:40 even just 18-20 is nearly 50% more games 17:35:38 uh, is it supposed to be possible to have two exits from the dungeon? 17:35:53 didn't it used to be possible? 17:35:58 old save? 17:36:00 yeah it did use to be 17:36:04 that sounds fixable by removing the direct damage from singularity 17:36:05 nope, new char 17:36:07 Lasty: it happens 17:36:26 !bug 9691 17:36:26 https://crawl.develz.org/mantis/view.php?id=9691 17:36:37 -!- Kolbur1 has left ##crawl-dev 17:36:50 well, as long as its reported :p 17:37:12 is it really a Major issue? 17:37:26 seems like it's more "lucky for you!" 17:37:43 "you might be able to save 2 steps!" 17:38:50 yes, i very rarely see two or more < on d:1 even though that isnt supposed to be a thing anymore 17:40:18 i think vaults are supposed to be allowed to place multiple for aesthetics (but possibly only like, one or two or maybe zero actually do so) 17:40:42 but maybe there is some bug where you can sometimes get a second stair outside the vault, i know that happened in the past 17:44:26 I've seen 3 once 17:44:32 I think it was a vault with like 2 exits in it 17:46:18 has there ever been discussion on redoing slime? due to everyone just diving to slime:6 17:46:47 johnstein: I'm not sure that's a bad state of affairs 17:46:56 isn't that the point of slime? 17:47:14 most of the monsters you fight in slime eat items so there's not really any point in leaving loot 17:47:39 sure. but why bother with 5 floors of somewhat trivial monsters? 17:48:08 I don't know if corrosion is trivial 17:48:38 1 on 1 probably 17:49:30 Vine Stalkers have fur 1 as a racial mutation. 13https://crawl.develz.org/mantis/view.php?id=9693 by dck 17:49:31 slime:1-5 has good xp, it's definitely worth doing (and also looks like it manages to kill a decent enough number of people) 17:49:41 I didn't know that 17:49:54 acid blobs are scary 17:49:56 mm good typo 17:50:02 just seemed like a kinda boring 5 floors 17:50:04 i like how nobody noticed this ??? 17:50:18 !lm * recent br.enter=vaults|depths|crypt|elf|slime|zot / lg:br=$noun 17:50:18 i dunno if the xp for slime is really "good" by the time you decide to do slime 17:50:27 -!- travis-ci has joined ##crawl-dev 17:50:28 The build is still failing. (master - ecbea69 #2494 : Shmuale Mark): http://travis-ci.org/crawl/crawl/builds/60757926 17:50:28 -!- travis-ci has left ##crawl-dev 17:50:32 !lm * recent br.enter=vaults|depths|crypt|elf|slime|zot s=br / lg:br=$noun 17:50:33 12594/95435 milestones for * (recent br.enter=vaults|depths|crypt|elf|slime|zot): N=12594/95435 (13.20%) 17:50:41 !lm * recent br.enter=vaults|depths|crypt|elf|slime|zot s=br o=% / lg:br=$noun 17:50:42 12594/95435 milestones for * (recent br.enter=vaults|depths|crypt|elf|slime|zot): 3889/20661x Vaults [18.82%], 3094/22260x Elf [13.90%], 2745/19491x Depths [14.08%], 1402/11381x Slime [12.32%], 1120/11907x Zot [9.41%], 344/9735x Crypt [3.53%] 17:50:43 oh someone mentioned that earlier and i assumed it was fixed already for some reason 17:50:45 vine stalkers have been furry for, like, a month 17:50:50 12594/95435 milestones for * (recent br.enter=vaults|depths|crypt|elf|slime|zot): 3889/20661x Vaults [18.82%], 2745/19491x Depths [14.08%], 3094/22260x Elf [13.90%], 1402/11381x Slime [12.32%], 1120/11907x Zot [9.41%], 344/9735x Crypt [3.53%] 17:51:28 johnstein: a lot better at killing players than crypt 17:51:40 !lg . vs 17:51:41 3. Mountebank the Sensei (L25 VSIE of Elyvilon), escaped with the Orb and 3 runes on 2015-03-21 22:38:38, with 1784860 points after 57113 turns and 8:07:21. 17:51:48 wheals_: missing break statement? 17:51:55 a bunch of those are slime:5 kills from kiting trj summons upstairs, bear in mind 17:52:02 but even without those it's still decent i think 17:52:08 no just copy-paste error 17:52:41 !lm * recent br.enter=vaults|depths|crypt|elf|slime|zot s=br o=% / lg:br=$noun lvl<5 17:52:52 12594/95435 milestones for * (recent br.enter=vaults|depths|crypt|elf|slime|zot): 3889/20661x Vaults [18.82%], 2745/19491x Depths [14.08%], 3094/22260x Elf [13.90%], 1402/11381x Slime [12.32%], 1120/11907x Zot [9.41%], 344/9735x Crypt [3.53%] 17:52:56 So close and yet so far. Back to the linker stage, but this time it dies since libSDL2.a or SDL_systimer.o or SDL_systimer.c is making undefined references all over the place, and SDL_systimer.o had a bad reloc address in .pdata? 17:53:10 hrm 17:53:19 you have golden eyes, shining eyes, slime packs, azure jellies and acid blobs to spice of slime 17:53:22 so you're using NO_PKGCONFIG=y ? 17:53:27 and what does gcc --version give? 17:53:29 yep and tiles 17:53:44 4.8.3 17:54:03 and a wall of text, but version 4.8.3 17:58:28 -!- Smello has quit [Quit: Bye!] 18:01:01 -!- Siegurt has joined ##crawl-dev 18:10:37 -!- debo has quit [Ping timeout: 264 seconds] 18:14:44 -!- Ladykiller69 has quit [Read error: Connection reset by peer] 18:16:26 -!- nicolae- has joined ##crawl-dev 18:20:30 -!- KiT_ has quit [Quit: Page closed] 18:24:36 -!- Pacra has joined ##crawl-dev 18:26:45 -!- tabstorm has joined ##crawl-dev 18:35:41 -!- lessens has quit [Ping timeout: 256 seconds] 18:35:41 -!- lessens_ is now known as lessens 18:39:08 -!- MarvinPA has quit [Quit: Leaving] 18:41:37 -!- debo has joined ##crawl-dev 18:49:14 -!- Bcadren has quit [Ping timeout: 264 seconds] 18:52:46 -!- Zekka has quit [Ping timeout: 272 seconds] 18:53:43 -!- stanzill has quit [Quit: on y dort] 19:04:09 -!- nixor has quit [Ping timeout: 240 seconds] 19:04:31 -!- toenail has quit [Ping timeout: 246 seconds] 19:07:46 -!- travis-ci has joined ##crawl-dev 19:07:47 The build was fixed. (master - b660efa #2495 : Neil Moore): http://travis-ci.org/crawl/crawl/builds/60762530 19:07:47 -!- travis-ci has left ##crawl-dev 19:08:01 -!- carwin has quit [Ping timeout: 246 seconds] 19:12:44 -!- meatpath has quit [Ping timeout: 246 seconds] 19:14:17 -!- kazimuth has quit [Read error: Connection reset by peer] 19:15:38 <|amethyst> AFailure: the second word in .cflags should be a compiler name with an architecture in it 19:15:38 |amethyst: You have 1 message. Use !messages to read it. 19:15:46 <|amethyst> like i586-linux-gnu-g++ 19:15:53 <|amethyst> run that with --version 19:16:37 <|amethyst> if it says something other than 4.8.3 then either the path isn't set up exactly right, or you need to symlink the 4.8 version somewhere into your path 19:17:15 -!- bonghitz has quit [Remote host closed the connection] 19:17:22 -!- Monkaria has quit [Quit: Page closed] 19:17:43 -!- ProzacElf has joined ##crawl-dev 19:20:46 .cflags? 19:21:28 <|amethyst> a file that gets created in the crawl source directory as one of the first steps of the build process 19:22:11 ah 19:22:35 x86_64-w64-mingw32-g++ is the second word then 19:22:45 <|amethyst> so try x86_64-w64-mingw32-g++ --version 19:23:41 4.8.3 is the result, along with some other text 19:23:52 <|amethyst> hm 19:23:59 <|amethyst> that's correct then 19:24:09 <|amethyst> so the problem isn't what I thought it might be 19:24:15 dang 19:24:17 <|amethyst> beyond that I'm clueless with Windows 19:24:44 well, thanks for looking anyways. I'm closer than I was yesterday. 19:25:51 wait a minute, why am I doing this the hard way? 19:26:05 -!- mong has quit [Quit: Page closed] 19:26:42 can't I just compile and run it from a virtual linux install? 19:27:19 <|amethyst> you could even set up a cross-compiler on the Linux vm 19:27:27 <|amethyst> and build the Windows version from there :) 19:27:39 I want to smack myself now. 19:28:26 AFailure: yeah, sorry, I'm not sure what's happening on your system 19:28:35 hrm 19:28:51 AFailure: if you could add V=1 to you make command and rerun make, and upload the output to pastebin 19:28:54 that would be appreciated 19:29:12 so make TILES=y NO_PKGCONFIG=y V=y would work 19:29:18 V just has to have a value 19:33:43 alrighty, lemme just fire the prompt back up 19:35:13 -!- HellTiger has quit [Ping timeout: 255 seconds] 19:37:46 -!- Zooty has quit [Ping timeout: 246 seconds] 19:38:27 -!- tannisoort has quit [Quit: Page closed] 19:40:16 -!- Xeiph has quit [Quit: Page closed] 19:40:35 http://pastebin.com/Wf4KU0AT Here's what it gave me with basic redirection. 19:41:42 you need more than basic redirection 19:42:45 I think cmd.exe supports vaguely unixlike redirects these days: make TILES=y NO_PKGCONFIG=y V=y >make.log 2>&1 19:43:02 http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/redirection.mspx?mfr=true is for XP but should apply to later windows as well and confirms it 19:43:26 uh...I'm in the msys.bat 19:43:39 03PleasingFungus02 07* 0.17-a0-889-ga641384: Changelog through 0.17-a0-888-g439e22d 10(70 seconds ago, 1 file, 14+ 1-) 13https://github.com/crawl/crawl/commit/a64138431f38 19:44:27 gonna try that command, see what happens. 19:45:21 hooray! http://pastebin.com/g3nQbtSs 19:45:30 if it's giving you a unixlike shell then that *will* work 19:46:23 so that looks to me like (a) the missing symbols are likely to be in SDL_systimer.o (b) that file is somehow corrupt 19:46:47 -!- Orfax has quit [Ping timeout: 250 seconds] 19:46:55 I'd try cleaning the SDL2 contrib directory and building again 19:47:24 -!- WalkerBoh has joined ##crawl-dev 19:49:39 <|amethyst> hm 19:49:39 wait, not quite 19:49:50 <|amethyst> I wonder if it's because -lopengl32 is before libSDL2 19:49:51 those symbols are referenced *from* SDL_systimer.o 19:50:47 so it's trying to get them from elsewhere but either the .pdata error is causing it to have issues or it's resolving them to a buggy object / implib 19:50:59 I'm also seeing 19:51:01 or what |amethyst said combined with an ld bug 19:51:07 -!- bonghitz has quit [Client Quit] 19:51:07 need for -lwinmm 19:51:10 do we have this? 19:51:29 that is part of mingw 19:51:38 oh ok 19:52:02 note that I coached AFailure through disabling sound including removing the winmm stuff (but did warn that tiles might sneak another reference in) 19:52:12 -!- wheals_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 19:52:14 ah 19:52:18 (removing form Makefile that is) 19:52:23 perhaps that needs to be undone 19:52:52 was he using the right compilation before? 19:52:56 merge my changessss 19:53:01 wasn't he just not using NO_PKGCONFIG=y ? 19:53:01 they are so gooood 19:53:09 and there are a lot of them 19:53:23 counterpoint: a bunch of them were not good 19:53:37 i fixed all those ones 19:53:49 it's all pure unfiltered goodness 19:53:50 famous last words, dev style 19:54:30 AFailure: I think the makefile modification you did might be the problem here, and that the problem addressed by that makefile change might have been addressed with using NO_PKGCONFIG=y 19:54:35 instead of modifying the makefile 19:54:41 however if you're just using linux, that's easier :) 19:54:57 but in terms of figuring out what's wrong, seems like we might be ok 19:55:00 thing is, those symbols don't look related to sound to me 19:55:16 looks like a system independent way to deal with current time and timers 19:55:53 granted they might indeed come from winmm... 19:56:31 https://msdn.microsoft.com/en-us/library/windows/desktop/dd757624%28v=vs.85%29.aspx 19:56:34 seems they do 19:57:17 anyhow I think this was just a case of essentially not using the contribs, and probably the disabling of of winmm is the source of the linking problem 19:57:38 maybe we should do better about not using sound-related code by default, though 19:58:32 I saw someone posted a bug about most recent windows and opengl causing tiles to not display properly 19:58:47 the tiles displaying as just white, like happens for me on win 8 19:59:03 yet another tiles problem we really need to fix somehow 19:59:17 !issue 18 19:59:18 https://github.com/crawl/crawl/pull/18 19:59:30 does this seem like useful stuff or silly stuff? 19:59:45 -!- PleasingFungus has joined ##crawl-dev 19:59:53 !seen Grunt 19:59:53 I last saw Grunt at Wed Apr 29 15:39:01 2015 UTC (1d 9h 20m 52s ago) saying 'you need a lot of skill, but it can eventually do a lot of damage' on ##crawl. 19:59:57 hm 20:00:06 that seems pretty fine, it's only flavor but I agree hellbinder and demonologist seem odd 20:00:13 and those gods do hate those spells 20:00:20 not sure who to ask about android tiles builds; people are requesting them on wordpress and I don't have a good answer 20:00:29 hrm, those are online are they not? 20:00:38 I asked grunt to make them and then he did and I linked them 20:00:57 PleasingFungus: yeah they're linked on download page 20:01:03 do you mean trunk ones? 20:01:03 the comments might be out of date 20:01:11 "Can we get trunk build of the tiles Android version? There hasn’t been one built for over a year on the trunk page!" 20:01:23 is the comment in question 20:01:24 yeah that's the wrong place to look 20:01:32 we don't do nightlies of trunk for android 20:01:43 but it's on the download page 20:02:08 0.16 is? 20:02:15 0.16.1 iirc 20:02:17 yes, stable 20:02:36 grunt has to build them himself 20:02:45 so nightlies aren't exactly possible atm 20:02:47 OK. I'll comment. 20:02:56 *I'll make a comment to that effect. 20:03:01 possibly we should take them off the trunk page? 20:03:06 idk who maintains taht 20:03:14 hm 20:04:33 didn't I have ops at some point 20:05:19 ops -> oops -> no ops? :p 20:05:44 oops?? 20:05:44 oops 20:07:12 !tell reaverb wrt the shaft-placement stuff from the other day, shafts are specifically forbidden from placing on $-1 in general, but $-2 for branches with BFLAG_DANGEROUS_END. ref also http://i.gyazo.com/88d9b569093cd169d172fad676359f19.png 20:07:12 PleasingFungus: OK, I'll let reaverb know. 20:07:44 oh, yeah if we have them there 20:07:48 they are probably the pre-grunt ones 20:07:56 or maybe very initial ones 20:08:28 yeah those are just way ancient 20:08:35 I can remove them I guess 20:09:35 that'd be good I think 20:09:37 hm 20:09:59 hrm, huh 20:10:01 er 20:10:04 s/hrm, // 20:10:09 but I've never seen this: http://crawl.develz.org/trunk/archive.html 20:10:36 huh 20:10:38 neither have I 20:10:39 neat 20:10:45 includes recent 0.17 builds 20:10:48 which is kind of cool 20:10:55 !tell reaverb also, we have code specifically preventing shafts from overshooting branch ends and for preventing shafts other than those directly above dangerous branch ends from leading to them, so... hm 20:10:56 maybe a quick way to have people test things 20:10:56 PleasingFungus: OK, I'll let reaverb know. 20:10:59 -!- Amilir has quit [Quit: Page closed] 20:11:42 -!- amalloy is now known as amalloy_ 20:11:54 oh this it outside of wordpress altogether 20:11:59 -!- nicolae- has left ##crawl-dev 20:12:04 which makes sense, since it's updated with 0.17 builds etc 20:13:14 Napkin: Would you mind either updating the android tiles link on http://crawl.develz.org/trunk/ to point to the most recent build at https://crawl.develz.org/release/crawl_tiles_android-0.16.1.apk or removing said link? 20:13:37 -!- nixor has quit [Ping timeout: 264 seconds] 20:13:41 <|amethyst> err 20:13:59 <|amethyst> it shouldn't point to 0.16.1 20:14:05 <|amethyst> that's not trunk 20:14:12 well it shouldn't point to 0.14 either, also not trunk 20:14:22 removing it is maybe simplest 20:15:50 -!- Crehl has quit [Quit: Killed by a kitten] 20:18:06 <|amethyst> Removed android trunk 20:18:21 thanks 20:18:32 I love removals!!! 20:18:49 <|amethyst> I guess we should remove mac trunk too 20:19:03 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.91.1 [Firefox 3.6.28/20120306064154]] 20:19:15 yeah 20:19:16 yeah, since I'm not sure how we'll ever get nightlies going 20:19:28 -!- amalloy_ is now known as amalloy 20:21:11 <|amethyst> Removed that too 20:21:24 -!- gressup has quit [Quit: Leaving] 20:22:27 mm 20:22:34 looking through the changelog 20:22:38 snake:1 was always weirdly empty 20:22:40 in my experience 20:22:51 I wonder what caused that 20:23:03 the changelog? 20:23:17 ? 20:23:38 I guess I don't understand, "looking throught the changelog...snake:1 is empty" 20:23:40 -!- Sovek has quit [Quit: Do fish get thirsty?] 20:23:45 no 20:24:14 "Looking through the changelog, I saw the mention of the shortening of the lair branches, which reminded me of the oddness of Snake:1, RIP." 20:24:20 sorry 20:24:29 oh 20:24:31 well 20:24:33 let me see 20:24:47 PleasingFungus: did you see we have objstat google sheets again 20:24:50 oh yeah you did 20:24:56 <|amethyst> replacing all the adders with MONS_NO_MONSTERS was probably part of it 20:24:57 I don't think I did 20:25:02 <|amethyst> s/TERS/TERs/ 20:25:09 yeah 20:25:11 new output format 20:25:14 and it's sheetable again 20:25:20 -!- amalloy is now known as amalloy_ 20:25:20 it is.... 20:25:22 !glasses 20:25:22 ( •_•)    ( •_•)>⌐■-■    (⌐■_■) 20:25:25 ...the Sheet 20:25:56 ??objstat 20:25:57 objstat[1/4]: Run with "crawl -objstat" in a full debug console build of crawl ("make debug") to generate item/monster statistics by level/branch; see crawl -help for details 20:25:58 -!- stubblyhead has quit [Read error: Connection reset by peer] 20:25:59 ??objstat[2 20:25:59 objstat[2/4]: Latest statistics: https://drive.google.com/folderview?id=0B7VXhHzhWWb7S282VWhLVWRXbG8&usp=sharing 20:26:18 -!- amalloy_ is now known as amalloy 20:27:47 snake:1 has 22 monsters on average 20:27:55 snake:2 26 20:28:08 hrm 20:28:11 snake:3 30 20:28:16 guess it just increase with depth 20:28:22 <|amethyst> 1, 5, 500, DOWN, MONS_NO_MONSTER 20:28:30 ah 20:28:32 that would be it 20:28:53 snake:4 36 20:28:57 and this is pre-shortening 20:29:15 I've run that data but I'm making a google thing to import it first 20:29:19 so I don't have to do anything manually 20:29:33 s/run that data/run newer data/ 20:29:43 wow, 92 in the end 20:29:53 * geekosaur glances up... it's full of sheet? 20:29:54 didn't realize it was nearly 3x as many enemies 20:30:01 that was the joke!!! 20:30:26 ok actually it wasn't the joke, was it 20:31:25 hrm, not sure why I didn't print a proper heaer for the first column in the output 20:35:33 wordpress post up: http://crawl.develz.org/wordpress/trunk-updates-30-april-2015 20:36:23 please like, share, and retweet. 20:36:31 03PleasingFungus02 07* 0.17-a0-890-gb972770: Restore an overlooked changelog entry 10(42 seconds ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/b972770884f0 20:37:08 -!- mauris_ has quit [Ping timeout: 272 seconds] 20:37:33 the long-awaited chei orb run nerf 20:39:29 PleasingFungus: can I in fact retweet it 20:39:36 PleasingFungus: when it has not yet been tweeted 20:39:38 PleasingFungus: ???!!! 20:39:45 Hell, Why Not. 20:39:59 minmay: you could argue it's a chei orb run buff. 20:40:15 since you're more likely to keep chei for the run itself :) 20:40:25 -!- AFailure has quit [Ping timeout: 246 seconds] 20:41:27 -!- mamgar has quit [Ping timeout: 264 seconds] 20:43:07 !seen chequers 20:43:07 I last saw chequers at Fri May 1 01:02:15 2015 UTC (40m 52s ago) saying '0.16.1 iirc' on ##crawl-dev. 20:44:19 chequers: wrt god-abil.cc breakups, in prehistoric times, nrook was mooting an OOification of gods (literal god classes, etc), featuring an actual "gods/" subdirectory where the god source files would live 20:44:43 basically the relevant part of that is "you could use a subdirectory to keep from cluttering up the source/ directory too much" 20:44:49 insofar as it's possible to clutter it more than it already is... 20:45:38 hi 20:45:46 -!- amalloy is now known as amalloy_ 20:45:59 that goal you quoted was basically my intention 20:46:05 no desire to write OO C++ 20:47:56 -!- travis-ci has joined ##crawl-dev 20:47:57 The build was fixed. (master - 439e22d #2497 : Shmuale Mark): http://travis-ci.org/crawl/crawl/builds/60768393 20:47:57 -!- travis-ci has left ##crawl-dev 20:48:02 actually, I think you really want to write OO C++. 20:48:05 you have a secret lust for it. 20:48:09 it's okay. no need to hide it anymore. 20:48:12 we're all friends here. 20:48:33 -!- meatpath has quit [Ping timeout: 240 seconds] 20:48:40 uhuh 20:48:48 hm 20:48:56 commit my PRs! 20:48:58 skimming the altar discussion, I agree with doy about beating players over the head with it 20:49:11 the article he linked was kind of goofy tho 20:49:12 didn't get a chance to look at the latest version of the PR 20:49:21 i think my commit doesn't do any more beating than extant 20:49:29 1except for removing the 20% random altar chance 20:49:37 which is not really massive is it? 20:50:25 hey i dive orc for sif muna altars all the time 20:50:51 did you at least change the good god only altars in vaults 20:50:52 minmay: just ask the 'funk, it's a pro strat 20:50:53 :) 20:51:00 <_miek> secret tech 20:51:04 chequers: can you link to the pr? I'm very lazy 20:51:18 https://github.com/crawl/crawl/pull/17 20:51:20 https://github.com/crawl/crawl/pulls 20:51:32 ty 20:51:40 oh wow, that travis integration 20:51:44 I'm in love... 20:51:51 all but #1 are ready for merge 20:52:12 yeah, just make travis not always fail ;p 20:53:22 chequers: doesn't look like there's agreement re the potion petition 20:53:36 -!- rossi has quit [Ping timeout: 240 seconds] 20:54:09 if it's just the last commit, I can drop it 20:54:22 or rather, the committer can not commit that one 20:54:52 actually i'd have to split up the commits a little better to make that easy, but i can if that's the only problem 20:55:35 hm, the altar thing needs to have unbrace run 20:55:40 I'm fine with it otherwise 20:56:07 -!- Crawl_Bacchus has quit [Quit: Look what I got, Bart, a Tickle-Me Krusty doll!] 20:57:01 03PleasingFungus02 07* 0.17-a0-891-ge043e27: Shave VS (9693) 10(67 seconds ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/e043e27616f2 20:57:11 increasing the price of potion petition by 10 seems like a lot 20:57:38 or rather multiplying it by 10 20:57:41 potion petitions can be quite cheap after these changes 20:58:01 like, a useless potion may be 40g 20:58:25 I wonder if brain worms are a decent enemy now 20:58:36 could actually make them spawn in places 20:59:07 chequers: well, ideally we wouldn't want players to immediately make potion petition and just buy the cheapest one to remove the effect 20:59:36 -!- honeybadger has quit [Quit: Page closed] 20:59:36 I agree that a permanent cost increase seems lousy 21:00:10 03chequers02 07* 0.17-a0-871-gdfc4b1d: Update random altar god distribution. 10(2 days ago, 1 file, 12+ 29-) 13https://github.com/crawl/crawl/commit/dfc4b1d28327 21:00:10 03PleasingFungus02 07* 0.17-a0-893-g6303f81: Merge pull request #17 from alexjurkiewicz/dungeongods 10(4 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/6303f81b8f92 21:00:15 mm, this ui is so nice... 21:00:22 -!- TannisRoot has quit [Ping timeout: 246 seconds] 21:00:22 ugh, merged pull request 21:00:27 that's what I get for succumbing to temptation 21:00:43 merge commits!! 21:00:57 what's with that commit number? 21:01:07 ? 21:01:09 871 to 893? 21:01:14 oh, hm 21:01:24 that's because it's a merge 21:01:34 it's on top of 870 21:01:43 we have two 871s now 21:02:49 must be a better way to do that 21:02:54 so we don't get a merge commit each time 21:03:05 I guess just do it through git instead of the web interface 21:03:10 yeah 21:03:20 yep 21:03:26 git adds it to track the source of changes, essentially 21:03:40 however, I'm very lazy 21:03:51 03chequers02 07* 0.17-a0-820-g7bc13f4: Remove the +9 bonus EV cap for Mf & Te. 10(3 days ago, 1 file, 4+ 6-) 13https://github.com/crawl/crawl/commit/7bc13f48543a 21:03:51 03PleasingFungus02 07* 0.17-a0-895-ge3477d4: Merge pull request #14 from alexjurkiewicz/racial-ev 10(6 seconds ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/e3477d4bc356 21:03:51 03chequers02 07[pull/11] * 0.17-a0-892-g8ce0c03: Make potion petition price more variable. 10(4 days ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/8ce0c03589b7 21:03:51 03chequers02 07[pull/11] * 0.17-a0-893-gc64276f: Discount non-useful effects for Potion Petition. 10(4 days ago, 3 files, 78+ 5-) 13https://github.com/crawl/crawl/commit/c64276fdedf0 21:03:51 03chequers02 07[pull/11] * 0.17-a0-894-g08428b2: Refactor some potion petition logic. 10(4 days ago, 1 file, 18+ 11-) 13https://github.com/crawl/crawl/commit/08428b2eeac8 21:03:51 03chequers02 07[pull/11] * 0.17-a0-895-g4d35c89: Turn some gozag numbers into constants 10(4 days ago, 2 files, 4+ 2-) 13https://github.com/crawl/crawl/commit/4d35c890875e 21:03:51 03chequers02 07[pull/11] * 0.17-a0-896-gbec450b: Pull pricing logic out of gozag_potion_petition. 10(4 days ago, 1 file, 31+ 25-) 13https://github.com/crawl/crawl/commit/bec450bc160b 21:03:51 03chequers02 07[pull/11] * 0.17-a0-897-gb0050d5: Change Gozag's amulet of faith removal mechanic. 10(4 days ago, 3 files, 10+ 2-) 13https://github.com/crawl/crawl/commit/b0050d5d891e 21:03:51 03chequers02 07[pull/11] * 0.17-a0-898-gde2b135: Document gozag_potion_petition terminology. 10(4 days ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/de2b1351eabb 21:03:53 personally i used to hate merge commits but over time I've become progressively less precious about the beauty of my git log 21:03:56 and after about five seconds I couldn't find an easy way to check out the branch 21:03:58 so I just clicked the button again 21:04:47 PleasingFungus: there's a special refs url you can add to your cofig 21:04:48 *config 21:05:00 that sounds cool. how? 21:05:00 but I too am lazy 21:05:05 let me see 21:05:44 hm, that push didn't work 21:06:18 man, I cannot take the name 'metatron' seriously 21:06:29 and neither of those names are particularly summon-y 21:06:30 hm 21:09:12 PleasingFungus: on the pull request, in that box you clicked to merge 21:09:18 there's a "command line" link 21:09:25 oo 21:09:44 ok, my potion petition PR has removed the hw/curing & magic guarantees 21:09:49 and i squashed some commits 21:10:46 -!- Crawl_Bacchus has quit [Quit: Look what I got, Bart, a Tickle-Me Krusty doll!] 21:10:51 for the faith thing, I wonder if maybe it should have an effect on more than one petition or something 21:11:03 would be good to hear what MarvinPA thought about this 21:11:17 let me summarize what the pricing changes are and ask him 21:11:31 I considered making the attr an int=5, and using it as a multiplier (and decrementing by one) each use 21:12:05 I mean, there's nothing wrong with the current faith effect, it's just nobody really uses call merchant 21:12:08 yeah that basic idea would work 21:12:17 well people do use it 21:12:31 I'm not sure on what basis you're saying that they don't 21:12:39 it could be better, I'm sure 21:12:46 well yes, people use it, I use it 21:12:59 but it wouldn't really ruin a game at any point to stop using call merchant 21:13:37 well that's not how we reason about god abilities 21:13:59 03chequers02 07[pull/11] * 0.17-a0-894-g57e9c70: Refactor some potion petition logic. 10(4 days ago, 2 files, 52+ 35-) 13https://github.com/crawl/crawl/commit/57e9c70b466e 21:13:59 03chequers02 07[pull/11] * 0.17-a0-895-g0a7917f: Change Gozag's amulet of faith removal mechanic. 10(4 days ago, 3 files, 10+ 2-) 13https://github.com/crawl/crawl/commit/0a7917fbd8c7 21:14:09 -!- qoala has joined ##crawl-dev 21:14:16 does it still do the thing where it places shops at higher absdepth? 21:14:22 -!- Sharkman1231 has quit [Ping timeout: 246 seconds] 21:14:34 ??call_merchant 21:14:34 call merchant[1/1]: Pick a shop from a list of four randomly chosen types. The merchants never ask for more gold than activating call merchant requires, usually significantly less. The shop is placed in an unexplored D/V:1-4/U floor with no previous shops. You get a message when you enter the floor with the shop and you can also check their location on ctrl-o. 21:14:37 i didn't touch that code. it places at higher absdepth in certain branches only 21:14:48 after you clear those branches, they start placing where you stand 21:15:15 03amalloy02 {PleasingFungus} 07* 0.17-a0-892-g863cd09: Adjust summoning titles for followers of good gods 10(4 hours ago, 1 file, 11+ 0-) 13https://github.com/crawl/crawl/commit/863cd0925eab 21:16:20 it might even be better to have an increased cost that affects both merchant and potion petition, possibly decrementing the count less for uses of petition vs merchant 21:16:43 maybe merchant is just a bad choice for this cost though 21:17:11 yeah it pretty much is, since you need a potion for tactical situations 21:17:19 maybe i can actuallkly put gozag in C tier for early game now that the cost doesn't scale 21:17:19 and you can always just sit on your gold 21:17:30 you can use it like twice or maybe even 3 times 21:17:42 that has to be better than tso 21:17:57 i mean, I'm all for not including this change 21:18:03 I want gozag to be even more powerful than current! 21:18:20 I want him to be powerful enough 21:18:24 so if that's what's stopping merging this PR, i'll just drop it for now and we can re-raise as another PR 21:19:41 there's no rush really 21:19:47 we are still quite early 0.17 21:19:52 but let me ask MPA this 21:19:58 ok, all non-controversial pull requests have been closed 21:20:06 sure thing 21:20:40 03noxdominus02 {PleasingFungus} 07* 0.17-a0-893-g5cce125: Update skills.txt 10(4 days ago, 1 file, 106+ 27-) 13https://github.com/crawl/crawl/commit/5cce1253a891 21:20:42 uh, what about my Moon Troll player species!!! 21:20:42 thanks matey! 21:20:42 it's not on github!!!! 21:20:42 push it already!!!!! 21:20:42 I think PbD changes are pretty ok? 21:20:43 PleasingFungus: did you see that one? 21:20:51 I thought marvinpa had objections ot it 21:20:55 oh did he 21:20:57 possibly those were fixed 21:20:59 idk 21:21:02 mpa said "i didn't say I had no objections to it" 21:21:06 and then didn't say anything else 21:21:11 I swear he sent you a tell 21:21:14 er 21:21:16 20:56 (1/1) MarvinPA said (12h 38m 29s ago): re: new pbd i'm pretty sure i haven't expressed an opinion on it 21:21:17 wait, I'm confused 21:21:19 either way (since i haven't looked at it enough to really have one), i just happened to notice the bugs 21:21:22 this is so confusing 21:21:22 when i had a read through 21:21:31 ok 21:21:32 oh that, right 21:22:06 well the basic change seems ok, I mean it loses the positioning aspect of the old effect, but again that wasn't necessarilly an interesting thing to warrant the weirdness 21:22:42 incredibly bad joke incoming: 21:22:46 more like powered by meth!!!! 21:22:47 ok I'm out 21:22:50 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.1/20150402191859]] 21:23:07 there's a meth od to your madness 21:23:09 -!- reaverb has joined ##crawl-dev 21:23:14 lucky I couldn't think fast enough which summoning spell to use on him 21:23:41 yeah, i am sad about positioning 21:23:54 PleasingFungus: Nice job ninjaing me on 9693 21:23:54 reaverb: You have 2 messages. Use !messages to read them. 21:23:55 I thought about coding something that tracked the position of kills 21:24:06 but that would be about 1000x more work / more skill than I have 21:24:27 hrm 21:24:39 yeah you'd not want to do that 21:24:46 since how would the player know where the kill occurred 21:24:51 if there's no corpse 21:25:00 so i guess we're officially on github? 21:25:06 add a little icon 21:25:07 wait, did we switch? 21:25:08 I am instead going to fix the fact we have to make a new minor tag for every time we change what innate mutations a species get. Ds is the only case where we give innate mutations that don't follow the data in species.h, right? 21:25:10 oh crap 21:25:23 wait 21:25:25 didn't pf just do some stuff to the github repo only? 21:25:30 can someone confirm that we switched 21:25:34 wheals: yeah I didn't even think about that 21:25:48 haha 21:25:52 oh 21:25:58 i think someone else merged an older PR automaically too? 21:26:02 doy's mirrorer script just overwrites that 21:26:10 so those PRs should be reopened 21:26:13 https://github.com/crawl/crawl/pull/4 21:26:37 -!- coyo7e has quit [Ping timeout: 246 seconds] 21:26:40 dangit PF!!! 21:26:50 funny thing is it looks 21:26:55 like they're on gitorious? 21:27:16 just some of them 21:27:19 ah 21:27:27 must be the ones...what in god's name 21:27:34 he must have 21:27:39 push to gitorious locally 21:27:46 and then used the dang interface 21:28:25 other order 21:28:26 well I'm dumb for not seeing this, but yeah he got confused 21:28:47 wheals: well I mean he pushed to gitorious for certain commits, and use the interface for others 21:28:56 as in, he's actually still configured to use gitorious in his client 21:28:59 -!- travis-ci has joined ##crawl-dev 21:29:00 The build was broken. (master - a641384 #2498 : Nicholas Feinberg): http://travis-ci.org/crawl/crawl/builds/60780917 21:29:00 yes, that's what i said 21:29:00 -!- travis-ci has left ##crawl-dev 21:29:00 but didn't realize it 21:29:10 you just the opposite order of what happened 21:29:29 if he did the PRs last, we could just say "we're switching right now" and be done with it :P 21:29:34 I want to push to gitorious soon...so we should probably fix whatever happened with the commits either way. Also the build apparently being borken (?) 21:29:48 yeah it messed up travis probably 21:29:58 since the refs got clobbered 21:30:20 Oh, that might be it. 21:30:21 oh or this is just another random travis failure 21:30:36 or is this the domnioes failure: https://travis-ci.org/crawl/crawl/jobs/60780935 21:30:37 basically, #14 and #16 have to be manually re-pushed 21:30:53 gammafunk can do that, since you brought up those refs/ earlier!! 21:30:53 Where are #14 and #16? 21:30:56 !issue 14 21:30:56 https://github.com/crawl/crawl/pull/14 21:30:56 !issue 16 21:30:56 https://github.com/crawl/crawl/pull/16 21:31:09 but! but! 21:31:21 Ok, so if I just push to gitorious the issues will get sorted out later, correct? 21:31:37 you should be able to push to gitorious fine, yeah 21:31:48 Since getting rid of the Furry mutation on current VS seems kinda important. 21:32:16 are VS furry 21:32:40 16 was never merged 21:32:52 'lliptic wrote a new patch 21:32:53 gammafunk: Yes, they have the Fur mutation :D 21:32:56 %git :/Shave 21:32:57 07PleasingFungus02 * 0.17-a0-891-ge043e27: Shave VS (9693) 10(37 minutes ago, 1 file, 1+ 2-) 13https://github.com/crawl/crawl/commit/e043e27616f2 21:32:59 that's funny 21:33:05 Except he forgot save compact. 21:33:13 yeah 16 is not needed 21:33:17 But I'm fixing save compact for innate mutations so that won't matter in the future!! 21:33:24 but i'll push 14 21:34:54 seriously? i can kind of understand some excessive work on save compat but adding save compat for that is just insane 21:35:38 ok, it's confusing, why are we calling it "save compact" 21:35:49 it's save compat as in compatibility, no? 21:35:57 wheals: For VS having the furry mutation? Yeah it's not that bad. 21:35:58 oh i see you want to do it automatically, i guess that's pretty cool 21:36:02 Yeah. 21:36:17 So we don't have this problem in the future >_> <_< 21:36:54 Although in the past most of the time we've changed the innate mutations at the start of the game we've also done it on load. 21:37:38 wheals: Thanks for species-data.h ...that's the only way this is possible :D 21:39:57 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 21:43:27 er 21:43:32 dungeon.cc: In function ‘dungeon_feature_type _pick_an_altar()’: 21:43:32 dungeon.cc:5454:16: error: expected ‘(’ before ‘one_chance_in’ if one_chance_in(5) 21:43:45 chequers: remember to compile your commits 21:43:49 i like how pf praised the travis integration 21:44:04 wait what 21:44:22 yeah, just make travis not always fail ;p 21:44:29 god 21:44:54 oh man, i thought i fixed that 21:45:07 sorry gammafunk 21:45:12 hrm 21:45:14 np but 21:45:20 I think you need to wrap this better as well 21:45:31 I see things that have newlines for no reason 21:45:40 while (god == GOD_LUGONU 21:45:40 || god == GOD_BEOGH 21:45:41 || god == GOD_JIYVA); 21:45:44 for instance 21:45:49 -!- onget has quit [Quit: Page closed] 21:45:54 util/checkwhite and util/unbrace 21:45:57 that missed some whitespace 21:46:04 but you get the idea 21:46:12 this wouldn't have been caught by those, it's just wrapping when not hitting 80 chars 21:46:17 I can fix this though 21:47:03 i kept the old formatting for that -- so i should use the full line width rather than going for consistent alignment? 21:47:18 uh, let me take a look at it not in a diff to see 21:47:27 uh oh 21:47:32 dungeon.cc: In function ‘dungeon_feature_type _pick_an_altar()’: 21:47:32 dungeon.cc:5455:47: error: ‘GOD_MAHKLEB’ was not declared in this scope god = random_choose(GOD_TROG, GOD_MAHKLEB, GOD_VEHUMET); 21:47:43 Is there a way to delete a save without running it? I sometimes corrupt saves in my dev work and I don't know how to get rid of them except for digging into there morgue. 21:47:48 BLOOD AND TYPOS FOR MAKHLEB 21:47:48 chequers: yeah another typo there 21:47:58 reaverb: look in your saves/ directory 21:48:25 Yeah I can do saves (what I meant by morgue) but just from ./crawl would be more conveinent. 21:49:57 -!- AlphaQ has quit [Ping timeout: 244 seconds] 21:50:05 -!- AlphaQ_ is now known as AlphaQ 21:53:03 -!- Aryth has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] 21:54:47 -!- nixor has quit [Ping timeout: 246 seconds] 21:56:16 -!- rossi has quit [Ping timeout: 252 seconds] 21:56:17 want me to sprunge a patch for those bugs? 21:56:54 -!- Poncheis has quit [Ping timeout: 245 seconds] 21:59:12 -!- wheals has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 22:01:41 -!- Lasty has quit [Quit: Leaving.] 22:03:20 -!- Siegurt has quit [Quit: Leaving.] 22:04:32 -!- UncertainKitten has joined ##crawl-dev 22:07:01 no they're pushed with fixes 22:07:20 03chequers02 {gammafunk} 07* 0.17-a0-894-g519ace1: Remove the +9 bonus EV cap for Mf & Te. 10(3 days ago, 1 file, 4+ 6-) 13https://github.com/crawl/crawl/commit/519ace15476d 22:07:20 03chequers02 {gammafunk} 07* 0.17-a0-895-gf5b01ff: Update random altar god distribution. 10(2 days ago, 1 file, 12+ 29-) 13https://github.com/crawl/crawl/commit/f5b01ff67ca3 22:07:20 03gammafunk02 07* 0.17-a0-896-g249456b: Fix compilation and reformat 10(12 minutes ago, 1 file, 3+ 5-) 13https://github.com/crawl/crawl/commit/249456b28811 22:10:22 -!- reaverb has quit [Ping timeout: 272 seconds] 22:10:26 -!- rchandra has left ##crawl-dev 22:16:42 -!- travis-ci has joined ##crawl-dev 22:16:43 The build has errored. (master - b972770 #2499 : Nicholas Feinberg): http://travis-ci.org/crawl/crawl/builds/60784947 22:16:43 -!- travis-ci has left ##crawl-dev 22:17:35 !tell PleasingFungus We haven't switched to github yet (nor have you, if you check your git config), so the pull requests you merged got clobbered. I repushed them with some fixes. 22:17:35 gammafunk: OK, I'll let pleasingfungus know. 22:18:53 -!- dplusplus has joined ##crawl-dev 22:24:38 -!- rast has joined ##crawl-dev 22:25:05 -!- kazimuth has quit [Quit: Textual IRC Client: www.textualapp.com] 22:30:15 -!- kazimuth has quit [Ping timeout: 244 seconds] 22:30:55 thanks 22:32:31 -!- mamgar has quit [Quit: Exit Stage Left] 22:39:12 I love the players: https://www.reddit.com/r/dcss/comments/348tvr/okawaru_has_granted_you_a_gift/ 22:41:38 ??prince ribbit 22:41:39 prince ribbit[1/3]: Blink frog unique. Found in the main dungeon. Nearly the same as a regular blink frog, except that he's light blue, has a human corpse, talks, doesn't come with 3 more blink frogs (except in Lair), and knows teleport self for when in trouble. Found as early as D:4. Can't be polymorphed into a human. 22:41:50 It's been ages since I've seen Ribbit 22:42:11 -!- Poncheis has quit [Ping timeout: 256 seconds] 22:42:41 -!- PleasingFungus has joined ##crawl-dev 22:42:51 gammafunk: such are the rewards of sloth... 22:42:57 http://i.imgur.com/G3yhgDH.png pretty cruel minivault 22:43:03 also we should really switch 22:43:16 chequers: that one's a classic 22:43:19 it's a good vault imo 22:43:35 -!- panicbit has quit [Ping timeout: 250 seconds] 22:43:54 really? so much ood 22:44:01 isn't it an autoexplore trap? 22:44:03 no 22:44:05 -!- copt has quit [] 22:44:05 I remember a discussion about in the crawl thread, in 0.14 or so. a guy complained about dying to it 22:44:17 because he'd tabbed through the shit in front 22:44:45 hm, I wonder what the vault is named. 22:46:04 bh: I *think* that open door was runed but I need to check 22:46:21 are deep elves blue too 22:47:18 PleasingFungus: the buddy door to the north isn't runed 22:47:35 ah, symmetry 22:47:36 true 22:47:59 I'd be fine with runing the doors, I suppose. I wonder what the vault is... 22:48:10 none of the doors are runed 22:48:40 !lg . 22:48:41 664. chequers the Basher (L10 DsFi of Gozag), slain by a stone giant on D:9 (wad_scary_box) on 2015-05-01 03:43:47, with 5251 points after 9496 turns and 0:15:05. 22:48:47 !tv chequers 22:48:47 664. chequers, XL10 DsFi, T:9496 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 22:48:51 !vault wad_scary_box 22:48:52 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/variable/mini_monsters.des#l3707 22:49:16 good elec heal 22:49:38 generally if a vault needs runed doors, it's probably got something wrong with it 22:49:41 ok so I can tell you why you died 22:49:49 you attacked the large number of oods instead of walking away 22:49:58 good stone giant 22:50:00 ya 22:50:15 i wasn't going to walk away from that vault! 22:50:40 bh: I'm not convinced it needs runed doors, just saying I'd be okay with adding them. that said, on further examination, they aren't needed 22:50:55 because the chaff mobs in the front? 22:50:57 no 22:50:59 well as long as you accept you were capable of walking away to avoid dying. imo there are worse vaults when a storm dragon or yaktaur captain isnt being blocked by a kobold and jackal 22:51:15 the vault is set up so you can only get in there (barring /dig) by passing in front of the loot vault. that'll stop autoexplore. 22:51:21 though that giant spore was a funny monster, since you might have to just teleport away instead 22:51:40 if you're spoilered, you can make the right decision about the vault. if not, you're fucked with autoexplore or without. 22:51:41 also yeah i noticed autoexplore stopping, and the spooky floor 22:51:46 well, fucked is a strong term. 22:51:50 you are in for Potential Excitement. 22:52:08 good vault. 22:52:13 i guess colored floor in vaults show up in tiles right 22:52:38 it has a specific floor tile change 22:52:43 FTILE: ' = floor_pebble 22:53:15 hm, i wonder if other vaults are all like that then. i assumed it was just some vault syntax coloring the floor 22:53:15 i didn't notice that 22:53:35 simmarine: I know a very large number of vaults do that. 22:53:40 separate tile & color changes. 22:53:48 I don't know if color changes normally affect anything in tiles. 22:55:26 chequers: http://i.imgur.com/5aJG16e.png if you were wondering 22:55:36 moot to the 'autoexplore trap' question, of course 22:58:30 -!- MgDark has quit [Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819]] 23:04:12 -!- nixor has quit [Ping timeout: 272 seconds] 23:04:20 did anything ever come of the 'random altar' idea? 23:04:27 where you get to worship a random god? 23:04:33 ecumenical altars? 23:04:39 I don't think so, I forget what happened to that 23:04:47 it seemed to have some limited dev support 23:07:13 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.17-a0-896-g249456b (34) 23:08:01 -!- travis-ci has joined ##crawl-dev 23:08:02 The build has errored. (master - 6303f81 #2502 : Nicholas Feinberg): http://travis-ci.org/crawl/crawl/builds/60786637 23:08:02 -!- travis-ci has left ##crawl-dev 23:14:41 -!- meatpath has quit [Ping timeout: 244 seconds] 23:14:56 -!- quik has quit [Ping timeout: 246 seconds] 23:18:01 -!- Blazinghand has joined ##crawl-dev 23:20:34 -!- UncertainKitten has quit [Ping timeout: 256 seconds] 23:21:11 -!- amalloy_ is now known as amalloy 23:22:15 -!- ProzacElf has quit [Remote host closed the connection] 23:22:37 -!- ProzacElf has joined ##crawl-dev 23:32:07 I'm no longer responding to pollen golem. 23:32:18 If I look like I'm about to, someone please stop me. 23:33:15 -!- gammafunk is now known as pollen_golem 23:33:22 PleasingFungus: hey I have a question for you 23:33:35 -!- UncertainKitten has joined ##crawl-dev 23:33:36 PleasingFungus: what makes you so incredible and handsome? 23:33:51 -!- pollen_golem is now known as gammafunk 23:35:14 even if you flatter me... I won't succumb!!! 23:35:52 -!- Poncheis has quit [Ping timeout: 256 seconds] 23:36:34 -!- amalloy is now known as amalloy_ 23:37:37 hm. if we don't encounter any horrible issues with squarelos in the next week or so, we should merge it 23:37:40 rip off the band-aid. 23:38:14 the sooner the mountain dwarf complaints begin, the sooner we get a 130+ comment wordpress post. 23:39:32 I agree 23:40:24 on the other hand, the funniest possible outcome is if we make the change and the player community replies with a muted 'so what'? 23:40:28 wouldn't it be like re-adding MD though 23:41:00 v0v 23:42:33 Expecting a huge outcry against squarelos? I can't see how it's a huge deal either way 23:42:46 johnstein: did you see The Dck Post 23:43:09 I did not. I don't really read the tavern much 23:43:19 that's wiser than I 23:43:23 What is the Dck post? 23:43:40 tl;dr 23:43:40 ask Basil he's bff with dck! 23:43:53 https://crawl.develz.org/tavern/viewtopic.php?f=8&t=16013 second-to-bottom 23:44:05 I never remember how to link to individual posts 23:44:21 there's a little link think if it hasn't been thanked 23:44:24 which is pretty silly 23:44:37 I see report and top-of-page 23:44:50 PleasingFungus: look next to the time of the post 23:44:53 on the top-right 23:45:02 there's a little arrow 23:45:06 I don't see that 23:45:10 I don't see the time of the post 23:45:19 oh god you mean if the post hasn't been th - oh god 23:45:21 was it thanksed? 23:45:22 yeah 23:45:33 "a legendary feature is back in testing" <-- didn't even need to hover to know it was squarelos 23:45:36 hell yes 23:45:39 Wensley: ;) 23:45:42 haha 23:46:03 hahaha http://crawl.develz.org/wordpress/trunk-updates-30-april-2015/comment-page-1#comment-2176 23:46:12 just the way he puts it 23:46:27 'great. thanks. really good work. definitely. uh huh.' 23:47:11 english as a second lang., maybe 23:47:27 possible 23:47:29 or just internet...words 23:48:03 queen ants were slow? 23:48:07 queen ant (04a) | Spd: 7 | HD: 13 | HP: 55-91 | AC/EV: 14/3 | Dam: 2004(strong poison:47-84) | Res: 06magic(52) | Vul: 09poison | Chunks: 09poison | XP: 413 | Sz: Large | Int: insect. 23:48:07 %?queen ant 23:48:15 I have no idea why queen ants exist. 23:48:16 -!- Pacra has quit [Ping timeout: 244 seconds] 23:48:21 anthell 23:48:24 hive 2 23:48:28 ant harder 23:48:57 they don't even might the other ants, do they? 23:49:04 @??queen_bee 23:49:04 queen bee (13y) | Spd: 10 | HD: 7 | HP: 27-50 | AC/EV: 10/10 | Dam: 2008(poison:14-28) | fly | Res: 06magic(20) | Vul: 09poison | Chunks: 14noxious | XP: 303 | Sp: berserk other [11!AM, 06!sil], berserk other [11!AM, 06!sil, 04emergency] | Sz: little | Int: insect. 23:49:06 they do not 23:49:35 I'm not big fan of ant hives either 23:49:42 @??dispater 23:49:42 Dispater (06&) | Spd: 10 | HD: 16 | HP: 450 | AC/EV: 40/3 | Dam: 50 | 05demonic, 10weapons, 10items, 10doors, fighter, see invisible | Res: 13magic(immune), 05hellfire, 04fire+++, 02cold, 11elec+++, 03poison, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 9455 | Sp: sum.greater demon [06!sil], crystal spear (3d35) [06!sil], iron shot (3d29) [06!sil], hellfire (3d20) [06!sil] | Sz:.. 23:49:44 do those place any loot? 23:49:46 hmm 23:49:51 @??lom lobon 23:49:51 Lom Lobon (12&) | Spd: 10 | HD: 19 | HP: 360 | AC/EV: 10/20 | Dam: 4012(antimagic) | 05demonic, 10doors, fighter, see invisible, fly | Res: 13magic(immune), 05fire, 12cold+++, 11elec+++, 03poison, 04rot, 13neg+++, 13torm | Vul: 08holy++ | XP: 10178 | Sp: glaciate (10-132) [06!sil], conjure ball lightning [06!sil], major healing [06!sil], tornado [06!sil], blink range [06!sil] | Sz:.. 23:50:08 thought lom had emergency englaciate 23:50:45 he's too "cool" for that 23:51:09 * gammafunk plays a laugh track 23:51:21 -!- tabstorm has quit [Ping timeout: 240 seconds] 23:52:37 -!- Brannock has quit [Ping timeout: 255 seconds] 23:55:30 -!- ussdefiant has joined ##crawl-dev 23:58:04 -!- travis-ci has joined ##crawl-dev 23:58:05 The build has errored. (master - e3477d4 #2504 : Nicholas Feinberg): http://travis-ci.org/crawl/crawl/builds/60786901 23:58:05 -!- travis-ci has left ##crawl-dev